Previous: Subroutine Calling Sequence Definitions
Up: Subroutine Calling Sequence Definitions
Next: Subroutines to Select or Copy the Current Header Data Unit (CHDU)
Previous Page: Subroutine Calling Sequence Definitions
Next Page: Subroutines to Select or Copy the Current Header Data Unit (CHDU)

FITS File Open and Close Subroutines:

1
Open an existing FITS file with readonly or readwrite access

FTOPEN(unit,filename,rwmode, > blocksize,status)

2
Open and initialize a new empty FITS file

FTINIT(unit,filename,blocksize, > status)

3
Close a FITS file previously opened with ftopen or ftinit

FTCLOS(unit, > status)

4
Get the value of an unused I/O unit number which may then be used as input to FTOPEN or FTINIT. This routine is only available in the SPP version of FITSIO.

FSGIOU( > iounit )

asterix@space.starlink
Wed Feb 16 08:18:45 GMT 1994