LoadLog

From MantidProject

Jump to: navigation, search

Contents

Summary

Load ISIS log file(s) into a workspace.

Properties

Order Name Direction Type Default Description
1 Workspace InOut Workspace Mandatory The name of the workspace to which the log data will be added.
2 Filename Input string Mandatory The filename (including its full or relative path) of either an ISIS log file or an ISIS raw file. If a raw file is specified all log files associated with that raw file are loaded into the specified workspace. The file extension must either be .raw or .s when specifying a raw file.

Note that it is possible to use both of the optional 'spectrum' properties (i.e. a range and a list) together if so desired.

Description

Load ISIS log file(s). Assumes that a log file originates from a PC (not VMS) environment, i.e. the log files to be loaded are assumed to have the extension .txt. Its filename is assumed to starts with the raw data file identifier followed by the character '_', and a log file is assumed to have a format of two columns, where the first column consists of data-time strings of the ISO 8601 form and the second column consists of either numbers or strings that may contain spaces.

Parent algorithm

LoadLog is also a child algorithm of LoadRaw, i.e. it gets called whenever LoadRaw is executed.

Source Code

Header LoadLog.h

Source LoadLog.cpp

Personal tools
Create a book