Computes and sets the HDF number type (i.e., data type) and descriptive number type string for the specified data array.
Name HDF SDS numeric data type as a string, e.g., "DFNT_FLOAT32". This keyword is more for human use than programmatic use.
Type HDF Scientific Data Set numeric data type. The range of possible values are defined in HDF_COMMON:
DFNT_FLOAT64
DFNT_INT8
DFNT_UINT8
DFNT_INT16
DFNT_UINT16
DFNT_INT32
DFNT_UINT32
testfile = 'testsdsset.hdf' data = INDGEN (6, 8, 7) status = HDFSETNT (data) IF (status EQ FAIL) THEN $ MESSAGE, 'Failed HDFSETNT for SDS '+ $ ' set annotation test.'
Also refer to the following routine in the HDF Reference Manual:
For a complete list of the HDF convenience routines, refer to Chapter 1, Functional Summary of Routines.