HDF_DFSD_PUTSLICE
 
The 
 
HDF_DFSD_PUTSLICE procedure writes a data 
 
slice to the current Hierarchical Data Format 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.
 
Calling Sequence
 
HDF_DFSD_PUTSLICE, 
Data
 
 
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.