Level 2 Help for MINFILT
INP
STRING - INP=A where A is the input dataset name.
OUT
STRING - OUT=B where B is the output dataset name.
SIZE
4 INTEGERS - SIZE=(SL,SS,NL,NS) where SL is the starting line, SS is the
starting sample, NL is the number of lines in the input dataset and NS
is the number of samples in the input dataset. (SIZE is usually defined
as SIZE=(1,1,NL,NS)). Default is taken from the VICAR label within the
program.
ONL
INTEGER - NL=N1 where is N1 is the number of lines in the output dataset.
ONS
INTEGER - NS=N1 where is N1 is the number of samples in the output dataset.
NLW
INTEGER - NLW=I1 where I1 is an integer and specifies the size of the filter
kernel in lines. Default is NLW=3.
NSW
INTEGER - NSW=I2 where I2 is an integer and specifies the size of the filter
kernel in samples. Default is NSW=3.