scippneutron.io.nexus.load_nexus#

Functions

add_position_and_transforms_to_data(data, ...)

json_nexus_group(json_dict, *[, definitions])

Parse a JSON dictionary into a NeXus group.

load_nexus(data_file[, root, quiet])

Load a NeXus file and return required information.

load_nexus_json(json_filename)

rtype:

Union[Dataset, DataArray, None]

load_nexus_json_str(json_template[, ...])

Use this function for testing so that file io is not required

Exceptions

BadSource

Raise if something is wrong with data source which prevents it being used.

SkipSource

Raise to abort using the data source, do not warn the user.