/* Main include file for the BIASEQ task. ** ** H.Bushouse 25-Mar-1999 Initial implementation. ** H.Bushouse 02-May-2000 Renamed task from nbiasfix to biaseq. Prepared ** initial public release of v1.0. */ # include "../lib/nicmos.h" # define VERSION "1.0 (02May2000)" # define MAX_RANGES 26 /* Max number of sky samps */ /* This structure stores the general task parameters. */ typedef struct { int nskys; int skysamps[26]; char skylist[SZ_NAME]; int nlow; int nhigh; short bitmask; Bool fitJumps; int jmp_filt; float jmp_thresh; Bool keepSky; Bool keepBias; Bool keepJump; int camera; int nimsets; } BiasInfo;