Next: NDF_FTYPE - Obtain the full type of an NDF array component
Up: FORTRAN ROUTINE DESCRIPTIONS
Previous: NDF_FIND - Find an NDF and import it into the NDF_ system
NDF_FORM
- Obtain the storage form of an NDF array component
- Description:
- The routine returns the storage form of an NDF array component as
an upper case character string (e.g. 'SIMPLE').
- Invocation:
- CALL NDF_FORM( INDF, COMP, FORM, STATUS )
- Arguments:
-
-
INDF = INTEGER (Given)
-
NDF identifier.
-
COMP = CHARACTER
(
) (Given)
-
Name of the NDF array component whose storage form is required:
'DATA', 'QUALITY' or 'VARIANCE'.
-
FORM = CHARACTER
(
) (Returned)
-
Storage form of the component.
-
STATUS = INTEGER (Given and Returned)
-
The global status.
- Notes:
- The symbolic constant NDF__SZFRM may be used for declaring the
length of a character variable to hold the storage form of an NDF
array component. This constant is defined in the include file
NDF_PAR.
- At present, the NDF_ routines only support "primitive",
"simple", "delta" and "scaled" arrays,
so only the values 'PRIMITIVE', 'SIMPLE',
'DELTA' and 'SCALED' can be returned.
Next: NDF_FTYPE - Obtain the full type of an NDF array component
Up: FORTRAN ROUTINE DESCRIPTIONS
Previous: NDF_FIND - Find an NDF and import it into the NDF_ system
NDF [1ex
Starlink User Note 33
R.F. Warren-Smith & D.S. Berry
16th July 2012
E-mail:starlink@jiscmail.ac.uk
Copyright © 2013 Science and Technology Facilities Council