next up previous contents
Next: OPEN-MAP-FILE Up: List of commands in Previous: OPEN-FILE   Contents


OPEN-FITS-FILE

Open a FITS file on either disk or tape. If reading from or writing to disk you may specify whether the data bytes are (to be) reversed (i.e.in standard IBM order, highest to lowest) or (to be) left as is (i.e.standard VAX order, lowest to highest) -- IBM order is the FITS standard. If writing to tape you may specify the blocking factor (greater than or equal to 1) and whether data is to be written at the start of the tape (default) or appended to the end.

   >> open-fits <CR>
   Do you want input (I) or output (O)? [O] O
   Are FITS files on disk (D) or tape (T)? T
   Tape drive name (e.g. _MTA0:) msa0 <CR>
 
   Tape should be mounted foreign before starting
    e.g. $ mount/for/block=2880/density=6250 msa0:
 
   Tape blocking factor? [  1] <CR>
   Begin at start (S) or end (E) of tape? [Start] S <CR>

   >>

   open-fits <CR>
   Do you want input (I) or output (O)? [O] I
   Are FITS files on disk (D) or tape (T)? D
   Should disk file be byte-reversed? (Y/N) [Y] y
   >>



Jamie Leech 2004-08-16