ess.reduce.nexus.workflow.GenericNeXusWorkflow#

ess.reduce.nexus.workflow.GenericNeXusWorkflow(*, run_types=None, monitor_types=None)[source]#

Generic workflow for loading detector and monitor data from a NeXus file.

Parameters:
  • run_types (Optional[Sequence[type]], default: None) – List of run types to include in the workflow. If not provided, all run types are included. It is recommended to specify run types to avoid creating very large workflows.

  • monitor_types (Optional[Sequence[type]], default: None) – List of monitor types to include in the workflow. If not provided, all monitor types are included. It is recommended to specify monitor types to avoid creating very large workflows.

Returns:

Pipeline – The workflow.