Skip to content

Commit

Permalink
Refs #11680 Replace sample and v3d links
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed May 5, 2015
1 parent ed61910 commit 894f186
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/ApplyCalibration-v1.rst
Expand Up @@ -15,7 +15,7 @@ updated as absolute positions and so this update can be repeated.
The PositionTable must have columns *Detector ID* and *Detector
Position*. The entries of the *Detector ID* column are integer referring
to the Detector ID and the enties of the *Detector Position* are
V3Ds referring to the position of the detector whose ID is in same row.
`V3Ds <../api/python/mantid/kernel/V3D.html>`__ referring to the position of the detector whose ID is in same row.

This algorithm is not appropriate for rectangular detectors and won't move them.

Expand Down
4 changes: 2 additions & 2 deletions Code/Mantid/docs/source/algorithms/LoadRaw-v3.rst
Expand Up @@ -35,7 +35,7 @@ and the different periods will be output as separate workspaces, which
after the first one will have the period number appended (e.g.
OutputWorkspace\_period). Each workspace will share the same
`Instrument <http://www.mantidproject.org/Instrument>`__, SpectraToDetectorMap and
sample objects. If the optional 'spectrum' properties are
`sample objects <../api/python/mantid/api/Sample.html>`__. If the optional 'spectrum' properties are
set for a multiperiod dataset, then they will ignored.

If PeriodList property isn't empty then only periods listed there will be
Expand All @@ -60,7 +60,7 @@ aspects of the output `Workspace <http://www.mantidproject.org/Workspace>`__:
`Instrument <http://www.mantidproject.org/Instrument>`__.
- :ref:`algm-LoadLog` - Will look for any log files in the same
directory as the RAW file and load their data into the workspace's
sample object.
`sample objects <../api/python/mantid/api/Sample.html>`__.

Previous Versions
-----------------
Expand Down
4 changes: 2 additions & 2 deletions Code/Mantid/docs/source/algorithms/NormaliseByCurrent-v1.rst
Expand Up @@ -11,8 +11,8 @@ Description

Normalises a workspace according to the good proton charge figure taken
from the Input Workspace log data, which is stored in the workspace's
sample object). Every data point (and its error) is divided
by that number.
`sample objects <../api/python/mantid/api/Sample.html>`__). Every data point
(and its error) is divided by that number.

ISIS Calculation Details
------------------------
Expand Down

0 comments on commit 894f186

Please sign in to comment.