Skip to content

Commit

Permalink
Refs #11680 Fix dead links in LoadMappingTable-v1.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed May 1, 2015
1 parent 6279700 commit 4620b6c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Code/Mantid/docs/source/algorithms/LoadMappingTable-v1.rst
Expand Up @@ -9,14 +9,12 @@
Description
-----------

Loads the mapping table between spectra and `IDetector <http://www.mantidproject.org/IDetector>`__
from a RAW file. It fills the
`SpectraToDetectorMap <http://www.mantidproject.org/SpectraToDetectorMap>`__ object contained in a
:ref:`workspace <workspace>`. This algorithm will fail if the
:ref:`workspace <workspace>` does not already point to a full
:ref:`instrument <instrument>` :ref:`geometry <geometry>` (which usually means
it must be run after
:ref:`algm-LoadInstrument`/:ref:`algm-LoadInstrumentFromRaw`).
Loads the mapping table between spectra and detectors from a RAW file. It fills
the spectra to detector map object contained in a :ref:`workspace <workspace>`.
This algorithm will fail if the :ref:`workspace <workspace>` does not already
point to a full :ref:`instrument <instrument>` :ref:`geometry <geometry>` (which
usually means it must be run after :ref:`algm-LoadInstrument` or
:ref:`algm-LoadInstrumentFromRaw`).

The association is one to many, i.e. a spectrum can have one or many
detectors contributing to it. Alternatively the same spectrum can
Expand Down

0 comments on commit 4620b6c

Please sign in to comment.