The programme reads a simple or a random-groups-format FITS file (Wells et al. 1981; Greisen & Harten 1981), and writes the data into an NDF , and the headers into the NDF's FITS extension. Table-format files (Grosbøl et al. 1988) are read, and the application creates two files: a text formatted table/catalogue and a FACTS description file (as used by SCAR) based upon the FITS header cards. Composite FITS files can be processed. You may specify a list of files, including wildcards. A record of the FITS headers, and group parameters (for a group-format file) can be stored in a text file.
There is an option to run in automatic mode, where the names of output NDF data structures are generated automatically, and you can decide whether or not format conversion is to be applied to all files (rather than being prompted for each). This is very useful if there is a large number of files to be processed. Even if you want unique file names, format-conversion prompting may be switched off globally.
For simple or group format FITS objects in automatic mode the
application generates a filename beginning with a defined
prefix followed by the number of the file on tape. For
example, if the prefix was "XRAY" and the 25
file of the
tape was being processed, the filename of the NDF would be
XRAY25.
For table-format FITS objects in the automatic mode the
application generates a filename beginning with a defined
prefix followed by the number of the file on tape. For
example, if the prefix was "cat" and the 9
file of the tape
was being processed, the filename of the table and its
associated FACTS description file would be cat9.dat and
dscfcat9.dat respectively.
[FALSE]
A suggested filename for the description file is reported immediately prior to prompting in manual mode. It is the name of the catalogue, as written in the FITS header, with a "dscf" prefix.
It is very similar to FITS-IRAF but supports a wider range of projections and co-ordinate systems.
A comma-separated list of up to six values may be supplied, in which case the value actually used is in the first in the list for which corresponding keywords can be found in the FITS header.
A FITS header may contain keywords from more than one of these encodings, in which case it is possible for the encodings to be inconsistent with each other. This may happen for instance if an application modifies the keyword associated with one encoding but fails to make equivalent modifications to the others. If a null parameter value (!) is supplied for ENCODINGS, then an attempt is made to determine the most reliable encoding to use as follows. If both native and non-native encodings are available, then the first non-native encoding to be found which is inconsistent with the native encoding is used. If all encodings are consistent, then the native encoding is used (if present). [!]
If you wish to extract all the files enter the wildcard
.
5-
will read from 5 to the last file. The processing will
continue until the end of the tape is reached; no error
will result from this.
Each group NDF contains the full header in the FITS extension, appended by the set of group parameters. The group parameters are evaluated using their scales and offsets, and made to look like FITS cards, whose keywords are derived from the values of PTYPEm in the main header. (m is the number of the group parameter.) The same format is used in the log file.
KAPPA --- Kernel Application Package