Changeset 4978 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jun 25, 2021 2:31:15 PM (2 years ago)
Author:
vondreele
Message:

fix to UpdateHKLFdata to include sg extinct flag for each reflection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4974 r4978  
    96039603            ref[4] = np.sqrt(1./G2lat.calc_rDsq2(H,G))
    96049604            iabsnt,ref[3],Uniq,phi = G2spc.GenHKLf(H,SGData)
     9605            if iabsnt:
     9606                ref[3] = 0
    96059607       
    96069608    def OnDataCopy(event):
Note: See TracChangeset for help on using the changeset viewer.