IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2003, 11:24:18 PM (23 years ago)
Author:
eugene
Message:

clean TYPE/MODE consts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/include/detrend.h

    r28 r77  
    3939  int Delete;
    4040  int Modify;
     41  int Altpath;
    4142  int ElixirSmart;
    4243  int TimeMode;
     
    4445  int Close;
    4546  int Criteria;
     47  int Chipname;
    4648
    4749  char *ModifyEntry, *ModifyValue;
     
    5860
    5961# define DEBUG 0
    60 
    61 # define NTYPE 11
    62 enum {T_NONE, T_OBJECT, T_DARK, T_BIAS, T_FLAT, T_MASK, T_FRINGE, T_SCATTER, T_MODES, T_FRINGEPTS, T_ANY};
    63 static char typename[NTYPE][32] = {"none", "object", "dark", "bias", "flat", "mask", "fringe", "scatter", "modes", "frpts", "any"};
    64 static char typecode[NTYPE]     = {'x',    'o',      'd',    'b',    'f',    'm',    'r',      's',       'M',     'F'};
    65 
    66 # define NMODE 7
    67 enum {M_NONE, M_MEF, M_SPLIT, M_SINGLE, M_CUBE, M_SLICE, M_MODES};
    68 static char modename[NMODE][32] = {"none", "MEF", "SPLIT", "SINGLE", "CUBE", "SLICE", "MODES"};
    6962
    7063char **RecipeType;
Note: See TracChangeset for help on using the changeset viewer.