ess.polarization.CorrectionWorkflow#
- class ess.polarization.CorrectionWorkflow(half_polarized=False)[source]#
Create a workflow for polarization correction.
This is a basic workflow that requires setting the transmission function directly. See
PolarizationAnalysisWorkflow()
andHalfPolarizedWorkflow()
for workflows that can compute the transmission function from a polarizer or analyzer.- Parameters:
half_polarized (
bool
, default:False
) – If True, the workflow is for a half-polarized case (polarizer only). If False, the workflow is for a full polarization case (polarizer and analyzer).- Return type:
Pipeline
- __init__(**kwargs)#