AIPS NRAO AIPS HELP file for CALWR in 31DEC24



As of Thu Apr 25 2:36:37 2024


CALWR: Task to write calibrator images to FITS disk files

INPUTS

OBJECT                             Object name
BAND                               Code for arrays and band
BLC             0.0                Bottom left corner
TRC             0.0                Top right corner

HELP SECTION

CALWR
Type: Task
Use:  CALWR converts the standard header and map data to FITS format,
      writing them to a FITS disk file.  It omits the history and all
      other extension files except the Clean Components file version
      one.  It inserts a copyright statement in the header since its
      real intent is to prepare calibrator models for distribution
      with AIPS.  The file is written in floating point for both the
      image and the CC table.
Adverbs:
  OBJECT.....The source name, e.g. 3C138
  BAND.......The band code, e.g. K perhaps with array code e.g. AK
  BLC........Bottom left corner; 0 -> 1
  TRC........Top right corner of subimage written: 0 -> max
The input file name is taken to be
  INNAME = OBJECT_BAND; INCL 'MODEL'; INSE=1; INDI 0
The file written is
  OUTFILE='FITS:OBJECT_BAND.MODEL'
Blanks are squeezed out so that there are no blanks preceeding the
underscore in the names.

EXPLAIN SECTION







AIPS