Changeset 77 for trunk/Ohana/src/imregister/include/detrend.h
- Timestamp:
- May 15, 2003, 11:24:18 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/include/detrend.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/include/detrend.h
r28 r77 39 39 int Delete; 40 40 int Modify; 41 int Altpath; 41 42 int ElixirSmart; 42 43 int TimeMode; … … 44 45 int Close; 45 46 int Criteria; 47 int Chipname; 46 48 47 49 char *ModifyEntry, *ModifyValue; … … 58 60 59 61 # define DEBUG 0 60 61 # define NTYPE 1162 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 767 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"};69 62 70 63 char **RecipeType;
Note:
See TracChangeset
for help on using the changeset viewer.
