AIPS NRAO AIPS HELP file for FIT2A in 31DEC24



As of Fri Apr 19 12:28:01 2024


FIT2A: Task to read fits file and record it to ascii file

INPUTS

DATAIN                             Disk file name (FITS only)
DATAOUT                            ASCII output file

HELP SECTION

FIT2A
Type: Task
Use:  FIT2A reads the fits file of the image and record the result
      to the file in ASCII format: three column X, Y in pixel
      number and the image value.
Adverbs:
  DATAIN......48-character name of the disk file from which to
              read a FITS file.  It must be in the form
                  :
              or
                  :::
              where  is the remote computer name,
               is the environment variable (logical
              name) for the disk area in which the file named
               is stored.   is usually omitted
              when the file is local to the current computer.
  DATAOUT.....48-character name of the disk file to which to
              record the ASCII file.  It must be in the form
                  :
              or
                  :::
              where  is the remote computer name,
               is the environment variable (logical
              name) for the disk area in which the file named
               is stored.   is usually omitted
              when the file is local to the current computer.

EXPLAIN SECTION













AIPS