Skip to content
Snippets Groups Projects
Commit afaa0181 authored by Joseph Ramsay's avatar Joseph Ramsay
Browse files

Re #21446 Add GSASII HDF5 output to docs

parent f6e7f779
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,6 @@ Peaks:
peaks. These peaks can be manually written or imported by selecting a
(*CSV*) file.
Output
^^^^^^
......@@ -524,6 +523,13 @@ To do a refinement, take the following steps:
- You can also click **Refine All** to run refinement on all runs
loaded into GSAS tab
During the Fit process, :ref:`EnggSaveGSASIIFitResultsToHDF5
<algm-EnggSaveGSASIIFitResultsToHDF5>` algorithm will be utilised to
save the fit results, and also the parameters used, as a `hdf5`
file. There will be one file per run, indexed by bank ID, and the file
will be found in the **Runs** directory of the user's output
directory.
You can toggle the fitted peaks on and off with the **Plot Fitted
Peaks** checkbox, remove runs from the list with the **Remove Run**
button, and plot the run and fitted peaks to a larger, separate plot
......
......@@ -26,9 +26,13 @@ Engineering Diffraction
loaded into the tab
- :ref:`GSASIIRefineFitPeaks <algm-GSASIIRefineFitPeaks>` now supports Pawley refinement as well as Rietveld
- Single peak fitting output is now saved as HDF5 instead of CSV,
using :ref:`EnggSaveSinglePeakFitResultsToHDF5
<algm-EnggSaveSinglePeakFitResultsToHDF5>`.
- HDF5 is now the standard format for saving data from the GUI:
- Single peak fitting output is now saved as HDF5 instead of CSV,
using :ref:`EnggSaveSinglePeakFitResultsToHDF5
<algm-EnggSaveSinglePeakFitResultsToHDF5>`
- Fit results and parameters are saved to HDF5 from the **GSAS
Refinement** tab
:ref:`Release 3.13.0 <v3.13.0>`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment