Changeset 2748 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Mar 7, 2017 3:12:26 PM (7 years ago)
Author:
vondreele
Message:

Sigh, another LeBail? fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r2746 r2748  
    26802680                for item in ['Scale','Extinction']:
    26812681                    hapData[item][0] = parmDict[pfx+item]
    2682                     if pfx+item in sigDict and not hapData[pfx+'LeBail']:
     2682                    if pfx+item in sigDict and not parmDict[pfx+'LeBail']:
    26832683                        PhFrExtPOSig.update({pfx+item:sigDict[pfx+item],})
    26842684                wtFrSum[hId] += hapData['Scale'][0]*General['Mass']
    26852685                if hapData['Pref.Ori.'][0] == 'MD':
    26862686                    hapData['Pref.Ori.'][1] = parmDict[pfx+'MD']
    2687                     if pfx+'MD' in sigDict and not hapData[pfx+'LeBail']:
     2687                    if pfx+'MD' in sigDict and not parmDict[pfx+'LeBail']:
    26882688                        PhFrExtPOSig.update({pfx+'MD':sigDict[pfx+'MD'],})
    26892689                else:                           #'SH' spherical harmonics
    26902690                    for item in hapData['Pref.Ori.'][5]:
    26912691                        hapData['Pref.Ori.'][5][item] = parmDict[pfx+item]
    2692                         if pfx+item in sigDict and not hapData[pfx+'LeBail']:
     2692                        if pfx+item in sigDict and not parmDict[pfx+'LeBail']:
    26932693                            PhFrExtPOSig.update({pfx+item:sigDict[pfx+item],})
    26942694                SizeMuStrSig.update({pfx+'Mustrain':[[0,0,0],[0 for i in range(len(hapData['Mustrain'][4]))]],
Note: See TracChangeset for help on using the changeset viewer.