const char isaac_skybg_version[]="$Revision: 1.8 $"; const char isaac_skybg_date[]="$Date: 2001/07/31 07:26:34 $"; int isaac_skybg_main(void * d); cmdline_spec isaac_skybg_cmd[] = { {'m', "mode", "Force algorithm to a given mode", 1, "mode"}, {0,0,0,0,0} } ; const char isaac_skybg_man[] = "NAME\n" "\tskybg - ISAAC sky background estimation\n" "\n" "SYNOPSIS\n" "\tisaacp skybg in [options] [-o out]\n" "\n" "DESCRIPTION\n" "\tThis recipe tries to estimate the sky background in a set\n" "\tof input frames. There are four different algorithms to be\n" "\tconsidered, depending on the input data type:\n" "\t- SW imaging\n" "\t- SW spectroscopy\n" "\t- LW imaging\n" "\t- LW spectroscopy\n" "\n" "\tYou can force one of the four algorithms to be used by\n" "\tusing -s/-l together with -S/-I. Default is to let the\n" "\trecipe decide on which algorithm to use by looking into\n" "\tthe input file FITS headers.\n" "\n" "OPTIONS\n" "\t-m or --mode \"mode\"\n" "\t\tForce algorithm to a given mode.\n" "\t\tPossible modes are:\n" "\t\t- sw-imag\n" "\t\t- lw-imag\n" "\t\t- sw-spec\n" "\t\t- lw-spec\n" "\n\n" ;