const char conica_strehl_version[]="$Revision: 1.5 $";
const char conica_strehl_date[]="$Date: 2002/01/30 04:19:45 $";
cmdline_spec conica_strehl_cmd[] = {
{'f', "filter", "Filter name", 1, "CONICA filter ID"},
{'b', "background", "Known background value and error", 1, "value error"},
{'B', "back", "Background image", 1, ""},
{0, 0, 0, 0, 0}
};
int conica_strehl_main(void * d);
const char conica_strehl_man[] =
"NAME\n"
"\tstrehl - CONICA strehl ratio computation\n"
"\n"
"SYNOPSIS\n"
"\tconicap strehl [options] \n"
"\n"
"OPTIONS\n"
"\t-b/--background 'value error'\n"
"\tProvide a known value for the background and background\n"
"\testimation error, both in ADU. If not provided, these\n"
"\tvalues are automatically computed.\n"
"\n"
"\t-f/--filter \n"
"\tProvide a filter ID (belonging to the list of CONICA\n"
"\tfilter IDs) to specify in which band the observation\n"
"\ttook place. If this option is used, the input file headers\n"
"\tare not looked up for a filter ID and the provided one\n"
"\tis used instead.\n"
"\n"
"\n"
"\n\n"
;