ewoksdata.data.hdf5.dataset_writer#

Classes

DatasetWriter(parent, name[, npoints, ...])

Append arrays of the same shape to a new HDF5 dataset in a sequential manner.

StackDatasetWriter(parent, name[, npoints, ...])

Append arrays of the same shape to each item of a new HDF5 dataset in a sequential manner per item.