\(\renewcommand\AA{\unicode{x212B}}\)
SaveVulcanGSS v1¶
Summary¶
Save a focused EventWorkspace to GSAS file that is readable by VDRIVE
See Also¶
Properties¶
| Name | Direction | Type | Default | Description | 
|---|---|---|---|---|
| InputWorkspace | Input | Mandatory | Focused diffraction workspace to be exported to GSAS file. | |
| BinningTable | Input | Table workspace containing binning parameters. If not specified, then no re-binningis required | ||
| OutputWorkspace | Output | Mandatory | Name of rebinned matrix workspace. | |
| GSSFilename | Input | string | Mandatory | Name of the output GSAS file. Allowed extensions: [‘.gda’] | 
| IPTS | Input | long | Optional | IPTS number | 
| GSSParmFileName | Input | string | GSAS parameter file name for this GSAS data file. | 
Warning
This algorithm is deprecated as of 2022-11-30
Description¶
This workflow algorithm is to export a MatrixWorkspace to a GSAS data file, which is close enough to the GSAS file generated from VULCAN’s V-drive.
V-drive uses a different bin other than Mantid does. Besides, IDL’s rebin algorithm is different from Mantid’s.
Categories: AlgorithmIndex | Workflow\Diffraction\DataHandling | Deprecated
Source¶
Python: SaveVulcanGSS.py