Table of Contents
Makes corrections for polarization efficiencies of the polarizer and analyzer in a reflectometry neutron spectrometer.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | Input | WorkspaceGroup | Mandatory | An input workspace to process. |
PolarizationAnalysis | Input | string | PA | What Polarization mode will be used? PNR: Polarized Neutron Reflectivity mode PA: Full Polarization Analysis PNR-PA. Allowed values: [‘PA’, ‘PNR’] |
CPp | Input | dbl list | Effective polarizing power of the polarizing system. Expressed as a ratio 0 < Pp < 1 | |
CAp | Input | dbl list | Effective polarizing power of the analyzing system. Expressed as a ratio 0 < Ap < 1 | |
CRho | Input | dbl list | Ratio of efficiencies of polarizer spin-down to polarizer spin-up. This is characteristic of the polarizer flipper. Values are constants for each term in a polynomial expression. | |
CAlpha | Input | dbl list | Ratio of efficiencies of analyzer spin-down to analyzer spin-up. This is characteristic of the analyzer flipper. Values are factors for each term in a polynomial expression. | |
OutputWorkspace | Output | WorkspaceGroup | Mandatory | An output workspace. |
Performs wavelength polarization correction on a TOF reflectometer spectrometer.
Algorithm is based on the the paper Fredrikze, H, et al. “Calibration of a polarized neutron reflectometer” Physica B 297 (2001).
Polarizer and Analyzer efficiencies are calculated and used to perform an intensity correction on the input workspace. The input workspace(s) are in units of wavelength inverse angstroms.
In the ideal case
where rho is bounded by, but inclusive of 0 and 1. Since this ratio is wavelength dependent, rho is a polynomial, which is expressed as a function of wavelength. For example: , can be provided as
where alpha is bounded by, but inclusive of 0 and 1. Since this ratio is wavelength dependent, alpha is a polynomial, which is expressed as a function of wavelength. For example: , can be provided as
The output of this algorithm, as we can see in the table of properties, is a WorkspaceGroup. If the algorithm has been executed with “PA” as the Polarization mode then the resulting WorkspaceGroup will have 4 entries and should be in the format:
Entry in group | Measurement |
---|---|
1 | |
2 | |
3 | |
4 |
Categories: Algorithms | Reflectometry
C++ source: PolarizationCorrection.cpp (last modified: 2016-11-01)
C++ header: PolarizationCorrection.h (last modified: 2016-06-13)