IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28


Ignore:
Timestamp:
Jan 24, 2003, 12:46:39 AM (23 years ago)
Author:
eugene
Message:

added MEF support

File:
1 edited

Legend:

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

    r9 r28  
    1212  int order;
    1313  int type;
     14  char mode;
    1415  int CCDSelect;     int CCD;
    1516  int ExptimeSelect; float Exptime;
     
    1920/* MosaicSelect & ImageSelect define these values */
    2021typedef struct {
     22  int ModeSelect;    int Mode;
    2123  int TypeSelect;    int Type;
    2224  int CCDSelect;     int CCD;
     
    5759# define DEBUG 0
    5860
    59 # define NTYPE 10
    60 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
     62enum {T_NONE, T_OBJECT, T_DARK, T_BIAS, T_FLAT, T_MASK, T_FRINGE, T_SCATTER, T_MODES, T_FRINGEPTS, T_ANY};
     63static char typename[NTYPE][32] = {"none", "object", "dark", "bias", "flat", "mask", "fringe", "scatter", "modes", "frpts", "any"};
     64static char typecode[NTYPE]     = {'x',    'o',      'd',    'b',    'f',    'm',    'r',      's',       'M',     'F'};
    6365
    64 # define NMODE 6
    65 enum {M_NONE, M_MEG, M_SPLIT, M_SINGLE, M_CUBE, M_SLICE};
    66 static char modename[6][32] = {"none", "MEF", "SPLIT", "SINGLE", "CUBE", "SLICE"};
     66# define NMODE 7
     67enum {M_NONE, M_MEF, M_SPLIT, M_SINGLE, M_CUBE, M_SLICE, M_MODES};
     68static char modename[NMODE][32] = {"none", "MEF", "SPLIT", "SINGLE", "CUBE", "SLICE", "MODES"};
    6769
    6870char **RecipeType;
Note: See TracChangeset for help on using the changeset viewer.