diff --git a/Code/Mantid/docs/source/algorithms/EnginXCalibrate-v1.rst b/Code/Mantid/docs/source/algorithms/EnginXCalibrate-v1.rst index 852c7f9c0c96..7e6f4f2cad7e 100644 --- a/Code/Mantid/docs/source/algorithms/EnginXCalibrate-v1.rst +++ b/Code/Mantid/docs/source/algorithms/EnginXCalibrate-v1.rst @@ -15,7 +15,8 @@ Description removed without a notification, should instrument scientists decide to do so. -Utilises :ref:`algm-EnginXFitPeaks` which determines peaks through peak function and provides the Difc and ZERO params to the Calibrate algorithm. It then calls :ref:`algm-EnginXFocus` which performs a TOF to dSpacing conversion using calibrated pixel positions, focuses the values in dSpacing and then converts them back to TOF. +Utilises :ref:`algm-EnginXFocus` which performs a TOF to dSpacing conversion using calibrated pixel positions, focuses the values in dSpacing and then converts them back to TOF. +Then calls :ref:`algm-EnginXFitPeaks` which determines peaks through peak function and provides the Difc and ZERO params to the Calibrate algorithm. For this algorithm it is the indirect calibration of the sample position that is calibrated and the result of this is returned as Difc and Zero rather than an actual new sample position (hence the reason for 'indirect'). Allows to correct for deviations in sample position.