nxtomo.nxobject.nxinstrument#

module for handling a nxinstrument

Functions

docstring(origin)

Decorator to initialize the docstring from another source.

get_data(file_path, data_path)

proxy to h5py_read_dataset, handling use case 'data_path' not present in the file.

get_nexus_paths(version)

is_not(a, b, /)

Same as a is not b.

open_hdf5(filename)

Open a file as an h5py-like object.

Classes

DefaultESRFSource([node_name, parent])

ESRF source

NXdetector([node_name, parent, ...])

NXdetectorWithUnit(default_unit[, ...])

NXinstrument([node_name, parent])

NXobject(node_name[, parent])

NXsource([node_name, parent, source_name, ...])

Information regarding the x-ray storage ring/facility

VoltageSystem(value)

Unit system for electric potential SI units (volt)

partial

partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.