LoadILLReflectometry v1

../_images/LoadILLReflectometry-v1_dlg.png

LoadILLReflectometry dialog.

Summary

Loads a ILL/D17 nexus file.

Properties

Name Direction Type Default Description
Filename Input string Mandatory File path of the Data file to load. Allowed extensions: [‘.nxs’]
OutputWorkspace Output MatrixWorkspace Mandatory The name to use for the output workspace

Description

Loads an ILL Reflectometry instrument NeXus file into a Workspace2D with the given name.

This loader reads the detector position from the NeXus file and places it at the right position. It supports both TOF and non TOF modes.

To date this Loader only supports D17 data.

Usage

Example - Load ILL D17 NeXus file:

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

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

Output:

This workspace has 2 dimensions and has 258 histograms.

Categories: Algorithms | DataHandling\Nexus