Skip to content
Snippets Groups Projects
Commit 3c2c634a authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

even more pylint polishing, and RST warnings, re #12426

parent 25bf3b60
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ class EnginXFocusWithVanadiumCorrection(stresstesting.MantidStressTest): ...@@ -61,7 +61,6 @@ class EnginXFocusWithVanadiumCorrection(stresstesting.MantidStressTest):
# change too much AND the final results do not change too much as a result # change too much AND the final results do not change too much as a result
EnggFocus(InputWorkspace = long_calib_ws, EnggFocus(InputWorkspace = long_calib_ws,
VanadiumWorkspace = van_ws, VanadiumWorkspace = van_ws,
OutputWorkspace = self.out_ws_precalc_name,
Bank = '1', Bank = '1',
VanadiumIntegWorkspace = self._precalc_van_integ_tbl, VanadiumIntegWorkspace = self._precalc_van_integ_tbl,
OutVanadiumCurveFits = self.van_bank_curves_pre_integ_name, OutVanadiumCurveFits = self.van_bank_curves_pre_integ_name,
......
...@@ -17,7 +17,7 @@ Description ...@@ -17,7 +17,7 @@ Description
Utilises :ref:`algm-EnggFocus` which performs a TOF to dSpacing Utilises :ref:`algm-EnggFocus` which performs a TOF to dSpacing
conversion using calibrated pixel positions, focuses the values in conversion using calibrated pixel positions, focuses the values in
dSpacing and then converts them back to TOF. :ref:`algm-EnginXFocus` dSpacing and then converts them back to TOF. :ref:`algm-EnggFocus`
also perform corrections with Vanadium data. also perform corrections with Vanadium data.
Then this algorithm calls :ref:`algm-EnggFitPeaks` (as a child Then this algorithm calls :ref:`algm-EnggFitPeaks` (as a child
...@@ -36,7 +36,7 @@ output properties as well. If a name is given in ...@@ -36,7 +36,7 @@ output properties as well. If a name is given in
OutputParametersTableName the algorithm also produces a table OutputParametersTableName the algorithm also produces a table
workspace with that name, containing the two output parameters. workspace with that name, containing the two output parameters.
See the algorithm :ref:`algm-EnginXFocus` for details on the Vanadium See the algorithm :ref:`algm-EnggFocus` for details on the Vanadium
corrections. corrections.
.. categories:: .. categories::
......
...@@ -43,7 +43,7 @@ OutDetPosTable) is accepted by both :ref:`algm-EnggCalibrate` and ...@@ -43,7 +43,7 @@ OutDetPosTable) is accepted by both :ref:`algm-EnggCalibrate` and
'Detector Position' of the table to correct the detector positions 'Detector Position' of the table to correct the detector positions
before focussing. The OutDetPosTable output table can also be used before focussing. The OutDetPosTable output table can also be used
to apply the calibration calculated by this algorithm on any other to apply the calibration calculated by this algorithm on any other
workspace by using the algorithm :ref:`algm-AppplyCalibration`. workspace by using the algorithm :ref:`algm-ApplyCalibration`.
In the output table the calibrated positions for every detector are In the output table the calibrated positions for every detector are
found by calculating the *L2* values from the *difc* values as found by calculating the *L2* values from the *difc* values as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment