Changeset 1797 for trunk/GSASII.py


Ignore:
Timestamp:
Apr 18, 2015 9:18:31 AM (10 years ago)
Author:
vondreele
Message:

flag HKLF space group extinct reflections (mul=0) & not count them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASII.py

    r1792 r1797  
    699699                        ref[4+Super] = np.sqrt(1./G2lat.calc_rDsq2(H,G))
    700700                        iabsnt,ref[3+Super],Uniq,phi = G2spc.GenHKLf(H,SGData)
     701                        if iabsnt:  #flag space gp. absences
     702                            ref[3+Super] = 0
    701703                    UseList[histoName] = SetDefaultDData(reflData['Type'],histoName)
    702704                elif histoName in PWDRlist:
     
    841843                    ref[4+Super] = np.sqrt(1./G2lat.calc_rDsq2(H,G))
    842844                    iabsnt,ref[3+Super],Uniq,phi = G2spc.GenHKLf(H,SGData)
     845                    if iabsnt:  #flag space gp. absences
     846                        ref[3+Super] = 0
    843847        wx.EndBusyCursor()
    844848       
Note: See TracChangeset for help on using the changeset viewer.