Spherical harmonics refinement controls in scripting #108
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
Scripting
enhancement/bug for GSASIIscriptable
Someday...
Problem noted, but will not be addressed right now.
I'm looking for assistance in adding spherical harmonics refinement parameters to a GSAS-II script (python)
I couldn't find spherical harmonics (SH) in the histogram and phase refinement parameters table in the docs
So I attempted to work backwards by adjusting the SH refinement parameters using the GUI, then loading the project with gsas2script.
Refined SH parameters in GUI:
Inspecting the same project with gsas2 script (after saving gpx, closing GUI etc.), the phase dictionary (
gpx.phase('phs_name').data['General']['SH Texture']
) of SH refinement parameters has no SH coefficients.I did come across this in the docs, but am unsure of how to implement it in a refinement script.
The text was updated successfully, but these errors were encountered: