Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 749 Bytes

LoadILLIndirect-v1.rst

File metadata and controls

35 lines (20 loc) · 749 Bytes
.. algorithm::

.. summary::

.. alias::

.. properties::

Description

Loads an ILL Back Scattering NeXus file into a Workspace2D with the given name.

The Units axis is defined with empty units. The main purpose of this loader is to be used with the Indirect Load interface.

To date this algorithm only supports: IN16B

Usage

Example - Load ILL IN16B NeXus file:

# Load ILL IN16B data file into a workspace 2D.
ws = Load('ILLIN16B_034745.nxs')

print "This workspace has", ws.getNumDims(), "dimensions and has", ws.getNumberHistograms(), "histograms."

Output:

This workspace has 2 dimensions and has 2057 histograms.
.. categories::