const char isaac_lw_detlin_version[]="$Revision: 1.3 $"; const char isaac_lw_detlin_date[]="$Date: 2001/07/31 07:26:34 $"; cmdline_spec isaac_lw_detlin_cmd[] = { {'o', "output", "Output file base name", 1, "filename"}, {0, 0, 0, 0, 0} }; int isaac_lw_detlin_main(void * d); const char isaac_lw_detlin_man[] = "NAME\n" "\tlw_detlin- ISAAC LW detector linearity check\n" "\n" "SYNOPSIS\n" "\tisaacp lw_detlin in [-o/--output basename]\n" "\n" "DESCRIPTION\n" "\tThis recipe computes linearity checks on the LW detector.\n" "\n" "ALGORITHM\n" "\tNot validated yet.\n" "\n" "OPTIONS\n" "\t-o or --output 'filename'\n" "\t\tChange the default output base name to 'filename'.\n" "\t\tThe default is 'detlin', which will generate files\n" "\t\tcalled detlin_a.fits, detlin_b.fits, detlin_c.fits\n" "\t\tand detlin_error.fits.\n" "\n\n" ;