const char conica_detlin_version[]="$Revision: 1.4 $"; const char conica_detlin_date[]="$Date: 2001/07/31 07:38:51 $"; cmdline_spec conica_detlin_cmd[] = { {'o', "output", "Output file base name", 1, "filename"}, {'d', "display", "To display the results", 0, NULL}, {0, 0, 0, 0, 0} }; int conica_detlin_main(void * d); const char conica_detlin_man[] = "NAME\n" "\tdetlin- CONICA detector linearity check\n" "\n" "SYNOPSIS\n" "\tconicap detlin [-o/--output basename] in\n" "\n" "DESCRIPTION\n" "\tThis recipe computes linearity checks on the 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" "\n\n" ;