ess.reduce.nexus.workflow.component_spec_by_name#
- ess.reduce.nexus.workflow.component_spec_by_name(filename, name)[source]#
Create a location spec for a component group in a NeXus file.
- Parameters:
filename (
NeXusFileSpec[TypeVar(RunType)]) – NeXus file to use for the location spec.name (
NeXusName[TypeVar(Component)]) – Name of the component group.
- Return type:
NeXusComponentLocationSpec[TypeVar(Component),TypeVar(RunType)]