Obtains an HDF Raster 24 image.
Interlace Set the HDF interlace scheme to use in reading the image. Possible values include:
DFIL_LINE
DFIL_PLANE
Usage If present and nonzero, lists the usage for this routine. (Same as the Help keyword.)
testfile = 'raster24.hdf' status = DF24RESTART() IF (status EQ FAIL) THEN $
MESSAGE, 'Failed at DF24restart for'+$ 'HDFGET24.'
status = HDFGET24(testfile, image, $ interlace=DFIL_PIXEL) IF (status EQ FAIL) THEN $
MESSAGE, 'HDFGET24 failed.'
TV, image, True=1
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.