2.3.1. h5pywrappers.datasubset.load

load(datasubset_id)[source]

Load an HDF5 “datasubset” from an HDF5 file.

By “datasubset”, we mean an array obtained by taking a multidimensional slice of an HDF5 dataset in an HDF5 file.

Parameters:
datasubset_idh5pywrappers.datasubset.ID

The parameter set specifying the HDF5 datasubset of interest.

Returns:
datasubsetarray_like

The HDF5 datasubset of interest.