I G C O N V
This is a general-purpose convolution program, able to convolve the
main data array in a Figaro file with a rectangular array of any
dimensions. This is a more flexible routine than ICONV3, where the
convolution is with a 3x3 array specified only by a center and an
edge value, but the additional flexibility probably makes it
noticeably slower, particularly for very large convolution arrays.
Command parameters -
IMAGE The name of the structure containing the image.
CONVOL This is the name of a text file that contains the
definition of the convolution array. See below for the
format.
OUTPUT The name of the result of the operation. This can
be the same as for IMAGE. If not, a new structure
is created, with everything but the data a direct
copy of the input.
File format:
The text file defining the convolution array should simply contain
the values for the array in a free format, one line at a time. Lines
beginning with a '*' are ignored, as are blank lines. If the data for
a line of the array has to be continued onto another line, a '\'
should appear at the end of the line to be continued.
11th Mar 1994. Original version. KS / AAO
FIGARO A general data reduction system