ess.odin.workflows.OdinWorkflow#
- ess.odin.workflows.OdinWorkflow(wavelength_from='file', **kwargs)[source]#
Workflow with default parameters for Odin.
- Parameters:
wavelength_from (
WavelengthLutMode, default:'file') – Mode for creating the wavelength lookup table. Possible values are ‘analytical’, ‘simulation’, and ‘file’. See https://scipp.github.io/ess/reduce/user-guide/unwrap/lut-building-methods.htmlkwargs – Additional keyword arguments are forwarded to the base
GenericUnwrapWorkflow().
- Return type:
Pipeline