The features described in this topic are obsolete
and should not be used in new IDL code.
HDF_DFSD_PUTSLICE
This routine is obsolete and should not be used in new IDL code.
The HDF_DFSD_PUTSLICE procedure writes a data slice to the current HDF file.
Note
Before calling HDF_DFSD_PUTSLIDCE, call HDF_DFSD_SETINFO to set the dimensions and attributes of the slice and HDF_DFSD_STARTSLICE to initialize the slice interface.
Syntax
HDF_DFSD_PUTSLICE, Data [, COUNT=vector]
Arguments
Data
An array containing the data to write. Dimensions used to write the data are taken from the dimensions of Data, unless the COUNT keyword is used.
Keywords
COUNT
An optional vector containing the counts to be used in writing Data. The counts do have to match the dimensions (number or sizes), but the count cannot describe more elements than exist.
Example
See the example in the documentation for HDF_DFSD_STARTSLICE.