ess.reduce.nexus.json_nexus#

Adapter for loading NeXus files encoded as JSON.

Functions

contains_stream(group)

Return True if the group contains a stream object

json_nexus_group(json_dict, *[, definitions])

Parse a JSON dictionary into a NeXus group.

make_json_attr(name, value)

make_json_dataset(name, data)

Classes

JSONAttrID()

JSONAttributeManager(node)

JSONDataset(node, *[, parent])

JSONGroup(node, *[, parent])

JSONNode(node, *[, parent])

JSONTypeStringID()

Exceptions