\(\renewcommand\AA{\unicode{x212B}}\)
Table of Contents
Saves a 5-column ASCII .cal file from up to 3 workspaces: a GroupingWorkspace, OffsetsWorkspace and/or MaskWorkspace.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
GroupingWorkspace | Input | GroupingWorkspace | Optional: An GroupingWorkspace workspace giving the grouping info. | |
OffsetsWorkspace | Input | OffsetsWorkspace | Optional: An OffsetsWorkspace workspace giving the detector calibration values. | |
MaskWorkspace | Input | MaskWorkspace | Optional: An Workspace workspace giving which detectors are masked. | |
Filename | Input | string | Mandatory | Path to the .cal file that will be created. Allowed extensions: [‘.cal’] |
OffsetPrecision | Input | number | 7 | Precision of offsets (between 7 and 11 decimal). |
This algorithm saves an ARIEL-style
5-column ASCII .cal
file. The full description can be found
here.
Categories: AlgorithmIndex | DataHandling\Text | Diffraction\DataHandling\CalFiles
C++ header: SaveCalFile.h (last modified: 2021-03-31)
C++ source: SaveCalFile.cpp (last modified: 2021-03-31)