This function reads the subsample of the HDF GR raster image specified by the parameter ri_id into the variable data.
Result = HDF_GR_READIMAGE( ri_id, data [, EDGE=array] [, /INTERLACE] [, START=array] [, STRIDE=array] )
Returns the specified variable containing the image subsample.
Raster image identifier returned by HDF_GR_CREATE or HDF_GR_SELECT
A named variable that will contain the image data.
Array specifying the number of values to be read along each dimension. The default is to read the entire specified image.
Set this keyword to force data to be returned in INTERLACE mode. The default is pixel-interlacing (0) other possible values are 1 (line) and 2 (component).
Array specifying the starting location from where raster image data is read. Valid values of each element in the array are 0 to the size of the corresponding raster image dimension minus 1. The default is to read starting at the first pixel in each dimension (start = [0,0]).
Array specifying the interval between the values that will be read along each dimension. The default is for contiguous reading along each dimension (stride = [1,1]).
| Note |
Introduced: 5.2