\(\renewcommand\AA{\unicode{x212B}}\)
SaveDiffCal v1¶
Summary¶
Saves a calibration file for powder diffraction
See Also¶
Properties¶
| Name | Direction | Type | Default | Description | 
|---|---|---|---|---|
| CalibrationWorkspace | Input | An output workspace. | ||
| GroupingWorkspace | Input | GroupingWorkspace | Optional: A GroupingWorkspace giving the grouping info. | |
| MaskWorkspace | Input | MaskWorkspace | Optional: A MaskWorkspace giving which detectors are masked. | |
| Filename | Input | string | Mandatory | Path to the .h5 file that will be created. Allowed extensions: [‘.h5’] | 
Description¶
This algorithm saves a diffraction calibration workspace, MaskWorkspace, and GroupingWorkspace to a HDF5 file.
The hierarchy of the HDF5 file is as follows:
This can be used in an alternate mode without a CalibrationWorkspace to write out the grouping workspace with the difc values all set to zero.
Categories: AlgorithmIndex | DataHandling\Instrument | Diffraction\DataHandling
Source¶
C++ header: SaveDiffCal.h
C++ source: SaveDiffCal.cpp