AIPS NRAO AIPS HELP file for IMCLP in 31DEC24



As of Thu Apr 25 22:46:24 2024


IMCLP: Clip an image to a specified range.

INPUTS

INNAME                             Input image name.
INCLASS                            Input image class.
INSEQ           0.0      9999.0    Input image seq. #. 0=>high
INDISK                             Input disk drive #. 0=>any
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
PIXRANGE                           Range of desired values.
OUTNAME                            Output name.
OUTCLASS                           Output image class.
OUTSEQ         -1.0      9999.0    Output image seq. #.
                                     0 => highest unique
OUTDISK                            Output disk drive #
                                     0 => highest with room

HELP SECTION

IMCLP
Type: Task
Use:  IMCLP clip an image replacing pixel values outside of a
      specified range with the closest value in the range.
Adverbs:
  INNAME......Input image nane.    Standard defaults.
  INCLASS.....Input image class.    Standard defaults.
  INSEQ.......Input image seq. #.   0 => highest.
  INDISK......Disk drive # of input.         0 => any.
  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.
  PIXRANGE....Range of valid pixel values.
              NB: NO default.
  OUTNAME.....Output image name. default = INNAME
  OUTCLASS....Output image class.   default='IMCLP'
  OUTSEQ......Output image seq. #.  0 => highest unique
  OUTDISK.....Disk drive # of output.  0 => highest with
              space.

EXPLAIN SECTION


AIPS