Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/10595_LoadNexusMonitors_…
Browse files Browse the repository at this point in the history
…doc_update'
  • Loading branch information
NickDraper committed Nov 28, 2014
2 parents 6d79750 + 1905e21 commit 348a3a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Code/Mantid/docs/source/algorithms/LoadNexusMonitors-v1.rst
Expand Up @@ -10,13 +10,13 @@ Description
-----------

This algorithm loads all monitors found in a NeXus file into a single
:ref:`Workspace2D <Workspace2D>`. The algorithm
assumes that all of the
monitors are histograms and have the same bin boundaries. **NOTE:** The
entry is assumed to be in SNS format, so the loader is currently not
generically applicable. It is also written for single entry files and
will need tweaking to handle period data where the monitors are
different.
:ref:`Workspace2D <Workspace2D>` (if there is no event data) or into
an :ref:`EventWorkspace <EventWorkspace>` (if event monitor data is
found). The algorithm assumes that all of the monitors are histograms
and have the same bin boundaries. **NOTE:** The entry is assumed to be
in SNS or ISIS format, so the loader is currently not generically
applicable. It is also written for single entry files and will need
tweaking to handle period data where the monitors are different.

Usage
-----
Expand Down

0 comments on commit 348a3a4

Please sign in to comment.