AIPS NRAO AIPS HELP file for SQASH in 31DEC09



As of Sat Nov 21 23:58:58 2009


SQASH: Task to collapse several planes in a cube into one plane

INPUTS

INNAME                             Input name(name).
INCLASS                            Input name(class).
INSEQ           0.0      9999.0    Input name(seq. #). 0=>high
INDISK          0.0         9.0    Input disk drive #. 0=>any
OUTNAME                            Output name(name).
OUTCLASS                           Output name(class).
OUTSEQ         -1.0      9999.0    Output name(seq. #).
                                     0 => highest unique
OUTDISK         0.0         9.0    Output image disk drive #
                                     0 => highest with room
BLC             0.0      4096.0    Bottom left corner of image
                                     0=>entire image
TRC             0.0      4096.0    Top right corner of image
                                     0=>entire image
BDROP          -7.0         7.0    > 0 => sum over axis BDROP
                                   < 0 => sum all axes >= -BDROP
DPARM           0.0         3.0    (1) = 0 average, 1 sum, 2 max
                                         3 min
                                   (2) > 0 ignore blanked pixels

HELP SECTION

SQASH
Type: Task
Use:  Task to collapse several planes in a cube into one plane
Adverbs:
  INNAME......Input name of image(name).     Standard defaults.
  INCLASS.....Input name of image(class).    Standard defaults.
  INSEQ.......Input name of image(seq. #).   0 => highest.
  INDISK......Disk drive # of image.         0 => any.
  OUTNAME.....Output name of image(name).    Standard defaults.
  OUTCLASS....Output name of image(class).   Standard defaults.
  OUTSEQ......Output name of image(seq. #).  0 => highest unique
  OUTDISK.....Disk drive # of Output image.  0 => highest with
              space.
  BLC.........The bottom left-hand pixel of the input image
              which becomes the bottom left corner of the
              subimage.  The value (0,0) means (1,1).
  TRC.........The top right-hand pixel of the input image
              which becomes the top right corner of the
              subimage.  The value (0,0) means take the top
              right hand corner of the image.
  BDROP.......If > 0, use axis BDROP only
              If < 0, use all axes >= -BDROP
              Note BDROP > 2 or BDROP < -2 is required here.
  DPARM.......Control flags:
              (1) 0: average; 1: sum; 2: maximum; 3: minimum
              (2) > 0  => ignore blanks unless all contributing
                          planes are blank at the pixel
                  <= 0 => if any plane is blanked at a pixel,
                          blank that pixel on output

EXPLAIN SECTION


AIPS