G R O W 3
This is the main routine for the Figaro commands GROWXY, GROWXT
and GROWYT. These both copy an cube into one or more
planes of a cuboid, GROWXY copying into planes of constant T,
GROWYT into planes of constant X, and GROWXT into planes of
constant Y. The operations performed by GROWXY, GROWXT and
GROWYT are the inverses of XYPLANE, XTPLANE and YTPLANE
respectively.
Command parameters -
IMAGE (Character) The name of the input image file.
This will actually be image.dst.
CUBE (Character) The name of the cube into which the
image is to be copied. If the cube file does
not exist, or if NEW is set, a new file is created
with all other data elements set to zero.
XSTART, (Numeric) The number of the first plane
YSTART or into which the image is to be copied. XSTART
TSTART is used by GROWYT, YSTART by GROWXT, TSTART by GROWXY.
XEND, (Numeric) The number of the last plane
YEND, or into which the image is to be copied. XEND is
TEND used by GROWYT, YEND by GROWXT, TEND by GROWXY.
XSIZE, (Numeric) If a new cube has to be created, two
YSIZE, or of its dimensions will be those of the image, but
TSIZE the other is unknown. This has to be specified as
XSIZE, YSIZE or TSIZE for GROWYT, GROWXT, GROWXY
respectively.
Command Keywords
NEW Used to force the creation of a new cube, even if
such an cube exists already.
User variables used - None
KS / AAO 15th April 1985
FIGARO A general data reduction system