AIPS NRAO AIPS HELP file for RESCALE in 31DEC24



As of Sat Apr 20 7:27:05 2024


RESCALE: Verb to modify image scale factor and offset

INPUTS

INNAME                             Image name(name).
INCLASS                            Image name(class).
INSEQ           0.0      9999.0    Image name(seq. #). 0=>high
INDISK          0.0         9.0    Disk drive #. 0=>any
FACTOR                             Scale image by this factor
                                     0=> 1.0
OFFSET                             Offset image by this amount
                                   New val = FACTOR * (Old val)
                                             + OFFSET
DOCC           -1.0         2.0    > 0 => rescale CC file(s) too
                                   = 2 => ONLY rescale CC file

HELP SECTION

RESCALE
Type: Verb
Use:  RESCALE will rescale a specified image plus any slice files and
      any Clean component files.  DOCC controls whether the CC files
      are done and whether the image and slice files are done.
Adverbs:
  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.
  FACTOR......Multiply scaling factor in header by FACTOR
              0 => 1.0
  OFFSET......Add to offset value in header by OFFSET.
              New value = FACTOR * (Old value) + OFFSET
  DOCC........> 0 => apply FACTOR to all Clean Component (CC) files.
              = 2 => ONLY scale the CC file, do not do the image

EXPLAIN SECTION


AIPS