AIPS NRAO AIPS HELP file for IMSTAT in 31DEC24



As of Fri Apr 19 12:36:24 2024


IMSTAT: Verb to find the mean, rms and maximum in an image

INPUTS

INNAME                             Image name (name)
INCLASS                            Image name (class)
INSEQ            0.0       9999.0  Image name (seq. #)
INDISK           0.0          9.0  Disk drive #
BLC             -1.0       4096.0  Bottom left corner of image
                                     0=>entire image
                                     BLC(1)=-1 => circular
TRC              0.0       4096.0  Top right corner of image
                                     0=>entire image
DOINVERS        -1.0          1.0  >0 => full image except for
                                     BLC-TRC, <= 0 => only
                                     BLC-TRC.
DOALL           -1.0          1.0  >0 include pure zero pixels
         @      Output adverbs:
PIXAVG   @                         Mean pixel value
PIXSTD   @                         RMS about mean pixel value
PIXVAL   @                         Peak pixel value
PIXXY    @                         Coordinates of peak (pixels)
PIX2VAL  @                         Minimum pixel value
PIX2XY   @                         Coords of minimum (pixels)

HELP SECTION

IMSTAT
Type: Verb
Use:  IMSTAT will read a portion of an image and print the mean and
      rms brightnesses found.  It also prints the location and value
      of the maximum and minimum brightness in that portion.  It
      returns these results in adverbs.  Rectangular or circular
      apertures may be used.
Adverbs (input):
  INNAME......Image name(name).        Standard defaults.
  INCLASS.....Image name(class).       Standard defaults.
  INSEQ.......Image name(seq. #).      0 => highest.
  INDISK......Disk drive # of image.   0 => any.
  BLC.........The Bottom Left-hand pixel of the subarray of the image
              to be analysed. The value (0,0) means (1,1).
              If BLC(1) = -1, then BLC(2) is taken to be a radius of a
              circular aperture centered on TRC(1),TRC(2).
  TRC.........The Top Right-hand pixel of the subarray of the image to
              be analysed.  The value (0,0) means the top right hand
              corner of the entire image.
              See note above for circular apertures.
  DOINVERS....If true (>0.0), find the statistics in the full image
              except for those pixels within the BLC to TRC 7-dim
              cube.  If false (<= 0.0), find the statistics within the
              BLC to TRC 7-dim cube.
  DOALL.......> 0  => all non-blank pixels are included in the
                      statistics.
              <= 0 => pure 0.0 pixels are excluded from the statistics.
Adverbs (output):
  PIXAVG......Mean pixel value found in subimage in the same
              units as the image (e.g. Jy/beam).
  PIXSTD......RMS in the pixel values about the mean in the
              subimage in the same units as the image.
  PIXVAL......Peak pixel value in the subimage.
  PIXXY.......Pixel coordinates of the pixel having the largest
              value within the subimage.
  PIX2VAL.....Minimum pixel value in the subimage.
  PIX2XY......Pixel coordinates of the pixel having the smallest
              value within the subimage.

EXPLAIN SECTION


AIPS