/* define the user input parameter constants */ # define TOTAL 0 # define SCALENSE 1 # define INITGUES 2 # define SKYSUB 3 # define CRSIGMAS 4 # define CRRADIUS 5 # define CRTHRESH 6 # define BADINPDQ 7 # define CRMASK 8 # define MAX_PAR 8 /* define the parameter structure */ typedef struct { char tbname[132]; char obstype[32]; float rej; float psigma; int nexpnames; float meanexp; float fillval; char sigmas[64]; char initial[10]; char sky[10]; float scalenoise; char expname[10]; char skyname[10]; int mask; short crval; short badbits; int printtime; int verbose; } clpar;