ess.reduce.nexus.workflow.load_all_nexus_components#
- ess.reduce.nexus.workflow.load_all_nexus_components(location, nx_class)[source]#
Load all NeXus components of one class from one entry a file.
This is equivalent to calling
load_nexus_component()
for every component.- Parameters:
location (
NeXusAllComponentLocationSpec
[TypeVar
(Component
),TypeVar
(RunType
)]) – Location spec for the source group.nx_class (
NeXusClass
[TypeVar
(Component
)]) – NX_class to identify the components.
- Return type:
AllNeXusComponents
[TypeVar
(Component
),TypeVar
(RunType
)]