ewoksdata.data.bliss#

Utilities for reading Bliss scan data from HDF5/Nexus files or from memory (Redis or device servers).

Functions

get_data(data, **hdf5_options)

Return a NumPy array or a scalar from data.

get_image(data, **hdf5_options)

Return a NumPy array or a scalar from data.

iter_bliss_data(filename, scan_nr[, ...])

Iterate over a Bliss scan and also return the scan-point index.

iter_bliss_scan_data(filename, scan_nr[, ...])

Yield the data of a Bliss scan either from an HDF5 file or from memory (Redis or device servers).

iter_bliss_scan_data_from_hdf5(filename, scan_nr)

Iterate over the data of a single Bliss scan stored in an HDF5 file.