Skip to content

Commit

Permalink
update, loads Workspace2d and EventWorkspace, SNS and ISIS, re #10595
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Nov 20, 2014
1 parent 70d620a commit 1905e21
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 1905e21

Please sign in to comment.