Level 2 Help for SBOXFLT
INFILE
INFILE is the input dataset
OUTFILE
OUTFILE is the input dataset
WIDTH
WIDTH is the width in pixels of the box filter. It must be less than
twice the image width in pixels and defaults to 3.
LENGTH
LENGTH is the length in lines of the box filter. It must be less than
twice the image length in pixels and defaults to 3.
PASSFILTER
FILTER=HIGHPASS specifies that the output is to be the high-pass, rather than
the low-pass, version of the input, i.e., OUT = IN - LOW + DCLEVEL.
The default is high-pass filtering.