ADI2_PARSE
Parse a FITS file specification.
Invocation
CALL ADI2_PARSE( FSPEC, LFILEC, HDU, FPATH, STATUS )
Description
Attempts to open the named file object as an HDS file. If successful
the routine stores the logical unit and HDU number on the property
list of the ID object.
Arguments
-
FSPEC = CHAR (Given)
Name of the object on which FITS access to be attempted
-
LFILEC = INTEGER (Returned)
Index of last character in filemname proper
-
HDU = INTEGER (Returned)
HDU number, zero if none
-
FPATH = CHARACTER*(*) (Returned)
Sub-file path
-
FPLEN = INTEGER
Length of FPATH, or zero if none (Returned)
-
STATUS = INTEGER (given and returned)
The global status.
References