LoadILLAscii v1

../_images/LoadILLAscii-v1_dlg.png

LoadILLAscii dialog.

Summary

Loads ILL Raw data in Ascii format.

Properties

Name Direction Type Default Description
Filename Input string Mandatory Name of the data file to load.
OutputWorkspace Output MDEventWorkspace Mandatory Name to use for the output workspace.

Description

Loads an ILL Ascii / Raw data file into an MDEventWorkspace with the given name. To date this Loader is only compatible with non-TOF instruments.

Supported instruments : ILL D2B

Usage

Example - Load ILL D2B Ascii file: (see LoadILLAscii v1 for more options)

# Load ILL D2B data file into a Multi dimensional workspace.
ws = Load('ILLD2B_121459.txt')

print "This workspace has", ws.getNumDims(), "dimensions and", ws.getNEvents(), "events."

Output:

This workspace has 3 dimensions and 409600 events.

Categories: Algorithms | MDAlgorithms\DataHandling

Source

C++ source: LoadILLAscii.cpp

C++ header: LoadILLAscii.h