Gets an HDF Scientific Data Set.
Maxrank Maximum number of dimensions expected with this dataset. The default value is 10.
Usage If present and nonzero, lists the usage for this routine. (Same as the Help keyword.)
data = 0 status = DFSDrestart () IF (status EQ FAIL) THEN $ MESSAGE, 'Failed DFSDrestart for'+ ' HDFGETSDS.' status = HDFGETSDS (testfile, data, Maxrank=100) IF (status EQ FAIL) THEN $ MESSAGE, 'HDFGETSDS failed.' INFO, data
Also refer to the following routines in the HDF Reference Manual:
For a complete list of the HDF convenience routines, refer to Chapter 1, Functional Summary of Routines.