Table of Contents
Loads data from a DAVE grouped ASCII file and stores it in a 2D workspace (Workspace2D class).
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Filename | Input | string | Mandatory | A DAVE grouped ASCII file. Allowed extensions: [‘.grp’, ‘.sqe’, ‘.txt’, ‘.dat’] |
OutputWorkspace | Output | MatrixWorkspace | Mandatory | The name of the workspace that will be created. |
XAxisUnits | Input | string | DeltaE | The name of the units for the X-Axis (must be one of those registered in the Unit Factory). Allowed values: [‘Degrees’, ‘DeltaE’, ‘DeltaE_inFrequency’, ‘DeltaE_inWavenumber’, ‘dSpacing’, ‘dSpacingPerpendicular’, ‘Empty’, ‘Energy’, ‘Energy_inWavenumber’, ‘Label’, ‘Momentum’, ‘MomentumTransfer’, ‘QSquared’, ‘SpinEchoLength’, ‘SpinEchoTime’, ‘Time’, ‘TOF’, ‘Wavelength’] |
YAxisUnits | Input | string | MomentumTransfer | The name of the units for the Y-Axis (must be one of those registered in the Unit Factory). Allowed values: [‘Degrees’, ‘DeltaE’, ‘DeltaE_inFrequency’, ‘DeltaE_inWavenumber’, ‘dSpacing’, ‘dSpacingPerpendicular’, ‘Empty’, ‘Energy’, ‘Energy_inWavenumber’, ‘Label’, ‘Momentum’, ‘MomentumTransfer’, ‘QSquared’, ‘SpinEchoLength’, ‘SpinEchoTime’, ‘Time’, ‘TOF’, ‘Wavelength’] |
IsMicroEV | Input | boolean | False | Original file is in units of micro-eV for DeltaE |
ConvertToHistogram | Input | boolean | False | Convert output workspace to histogram data. |
This algorithm loads data from a DAVE grouped ASCII file. These have been generated at the SNS for all the inelastic beamlines, hence the choice in the defaults for the axis units.
Categories: Algorithms | DataHandling\Text | Inelastic\DataHandling
C++ source: LoadDaveGrp.cpp (last modified: 2017-04-23)
C++ header: LoadDaveGrp.h (last modified: 2017-01-11)