Changeset 28
- Timestamp:
- Jan 24, 2003, 12:46:39 AM (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
r9 r28 12 12 int order; 13 13 int type; 14 char mode; 14 15 int CCDSelect; int CCD; 15 16 int ExptimeSelect; float Exptime; … … 19 20 /* MosaicSelect & ImageSelect define these values */ 20 21 typedef struct { 22 int ModeSelect; int Mode; 21 23 int TypeSelect; int Type; 22 24 int CCDSelect; int CCD; … … 57 59 # define DEBUG 0 58 60 59 # define NTYPE 1 060 enum {T_NONE, T_OBJECT, T_DARK, T_BIAS, T_FLAT, T_MASK, T_FRINGE, T_SCATTER, T_MODES, T_ ANY};61 static char typename[NTYPE][32] = {"none", "object", "dark", "bias", "flat", "mask", "fringe", "scatter", "modes", " any"};62 static char typecode[NTYPE] = {'x', 'o', 'd', 'b', 'f', 'm', 'r', 's'};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'}; 63 65 64 # define NMODE 665 enum {M_NONE, M_ME G, M_SPLIT, M_SINGLE, M_CUBE, M_SLICE};66 static char modename[ 6][32] = {"none", "MEF", "SPLIT", "SINGLE", "CUBE", "SLICE"};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"}; 67 69 68 70 char **RecipeType;
Note:
See TracChangeset
for help on using the changeset viewer.
