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.

Example

See the example in the documentation for HDF_DFSD_STARTSLICE .

See Also

HDF_DFSD_ENDSLICE , HDF_DFSD_GETINFO , HDF_DFSD_GETSLICE , HDF_DFSD_SETINFO , HDF_DFSD_STARTSLICE