CombineDiffCal v1¶

CombineDiffCal dialog.¶
Summary¶
Combine a per-pixel calibration with a grouped spectrum calibration
Properties¶
Name |
Direction |
Type |
Default |
Description |
---|---|---|---|---|
PixelCalibration |
Input |
Mandatory |
OffsetsWorkspace generated from cross-correlation. This is the source of DIFCpixel. |
|
GroupedCalibration |
Input |
Mandatory |
DiffCal table generated from calibrating grouped spectra. This is the source of DIFCgroup. |
|
CalibrationWorkspace |
Input |
Mandatory |
Workspace where conversion from d-spacing to time-of-flight for each spectrum is determined from. This is the source of DIFCarb. |
|
OutputWorkspace |
Output |
DiffCal table generated from calibrating grouped spectra |
||
MaskWorkspace |
Input |
MaskWorkspace |
MaskedWorkspace for PixelCalibration |
Description¶
This algorithm combines pixel calibration results (PixelCalibration
workspace with the calibration of focussed data from PDCalibration (CalibrationWorkspace
.
Note
The GroupedCalibration
table is assumed to not have
The effective calibration values are calculated using the following equations
where CalibrationWorkspace
that was the input workspace to PDCalibration
, and
The value of
If pixels are masked in MaskWorkspace
, missing from PixelCalibration
, or missing from the list of contributing pixels in CalibrationWorkspace
, then the calibration constants found in GroupedCalibration
will be copied.
Categories: AlgorithmIndex | Diffraction\Utility
Source¶
C++ header: CombineDiffCal.h
C++ source: CombineDiffCal.cpp