Table of Contents
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. |
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
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