Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docs/source/algorithms/LoadEventNexus-v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
Description
-----------

The LoadEventNeXus algorithm loads data from an EventNexus file into an
:ref:`EventWorkspace <EventWorkspace>`. The histogram bin
boundaries depend on the setting of NumberOfBins, which by default will be the whole range of time of flight able to hold all events (in all
pixels) split into NumberOfBins linear bins, and will have their :ref:`units <Unit Factory>` set to time-of-flight.
Since it is an :ref:`EventWorkspace <EventWorkspace>`, it can be rebinned
to finer bins with no loss of data.
The LoadEventNeXus algorithm loads data from an `EventNexus file <https://manual.nexusformat.org/classes/base_classes/NXevent_data.html>`_ into an :ref:`EventWorkspace <EventWorkspace>`.
The histogram bin boundaries depend on the setting of NumberOfBins,
which by default will be the whole range of time of flight able to hold all events (in all pixels) split into NumberOfBins linear bins,
and will have their :ref:`units <Unit Factory>` set to time-of-flight.
Since it is an :ref:`EventWorkspace <EventWorkspace>`, it can be rebinned to finer bins with no loss of data.

Child algorithms used
#####################
Expand Down