NAME

batgeneric - generic BAT perl task

USAGE

batgeneric infile outfile

DESCRIPTION

PARAMETERS

infile [filename]

outfile [filename]

( = ) []

(clobber = NO) [boolean]
If the output file already exists, then setting "clobber = yes" will cause it to be overwritten.

(chatter = 2) [integer, 0 - 5]
Controls the amount of informative text written to standard output. Setting chatter = 1 produces a basic summary of the task actions; chatter = 2 (default) additionally prints a summary of input parameters; chatter = 5 prints debugging information.

(history = YES) [boolean]
If history = YES, then a set of HISTORY keywords will be written to the header of the specified HDU in the output file to record the value of all the task parameters that were used to produce the output file.

EXAMPLES

1. Does something generic

     batgeneric ...

SEE ALSO

other, tools

LAST MODIFIED

Nov 2007