Level 2 Help for FITSOUT

INP

 A FITS formatted data file on tape or disk.


OUT

 A Vicar formatted output image. Output can be 'BYTE', 'HALF', 'FULL'
 or 'REAL' depending on FITS format or the fitsout parameter "DATA="


HEADER

 An output file containing FITS label information in ASCII 80 byte fixed
 length records.


OUTDATA

 STRING-OPTIONAL
 Data format to pass to FITS image. Default is "VICAR" format which
 can be 'BYTE', 'HALF', 'FULL'  or 'REAL' which will be converted to FITS
 types BITPIX=8, BITPIX=16, BITPIX=32 or BITPIX=-32. BSCALE in the output
 image will be 1.0 and BZERO will be 0.0.
 
 If "SCALE8" then will convert VICAR data from "HALF", "FULL" or "REAL" into
 scaled unsigned 8-bit integers. If SCALE16 then it will pass "FULL" or "REAL"
 VICAR data into scaled 16-bit integers.

 BSCALE and BZERO values will be generated based on the relationship

	"SCALED" = (FITS*BSCALE)+BZERO.

 VICAR/8/16/32/-32/SCALE8/SCALE16/FLOAT
 DEFAULT="VICAR"


BLOCK

 STRING-OPTIONAL
 FITS image will be blocked/not blocked.
 BLOCK/NOBLOCK
 DEFAULT="NOBLOCK"


FACTOR

 INTEGER-OPTIONAL
 Blocking Factor if BLOCK specified. Must be integer between 1 and 10.
 DEFAULT=1


HISTORY

 STRING-OPTIONAL
 HISTORY - Pass all VICAR history labels to FITS header
 TASKS - Pass only names of VICAR Tasks, User identifier and date to FITS header
 NOHISTORY - Don't Pass any VICAR history labels to FITS header
 HISTORY/TASKS/NOHISTORY
 DEFAULT=HISTORY


DEBUG

 STRING-OPTIONAL
 DEBUG - Print out certain inforamation as program executes
 NODEBUG - Don't print it
 DEFAULT=NODEBUG