Skip to content

Commit

Permalink
even more pylint polishing, and RST warnings, re #12426
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Jul 16, 2015
1 parent 25bf3b6 commit 3c2c634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def runTest(self):
# change too much AND the final results do not change too much as a result
EnggFocus(InputWorkspace = long_calib_ws,
VanadiumWorkspace = van_ws,
OutputWorkspace = self.out_ws_precalc_name,
Bank = '1',
VanadiumIntegWorkspace = self._precalc_van_integ_tbl,
OutVanadiumCurveFits = self.van_bank_curves_pre_integ_name,
Expand Down
4 changes: 2 additions & 2 deletions Code/Mantid/docs/source/algorithms/EnggCalibrate-v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Description

Utilises :ref:`algm-EnggFocus` which performs a TOF to dSpacing
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.

Then this algorithm calls :ref:`algm-EnggFitPeaks` (as a child
Expand All @@ -36,7 +36,7 @@ output properties as well. If a name is given in
OutputParametersTableName the algorithm also produces a table
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.

.. categories::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OutDetPosTable) is accepted by both :ref:`algm-EnggCalibrate` and
'Detector Position' of the table to correct the detector positions
before focussing. The OutDetPosTable output table can also be used
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
found by calculating the *L2* values from the *difc* values as
Expand Down

0 comments on commit 3c2c634

Please sign in to comment.