Changeset 2748
- Timestamp:
- Mar 7, 2017 3:12:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r2746 r2748 2680 2680 for item in ['Scale','Extinction']: 2681 2681 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']: 2683 2683 PhFrExtPOSig.update({pfx+item:sigDict[pfx+item],}) 2684 2684 wtFrSum[hId] += hapData['Scale'][0]*General['Mass'] 2685 2685 if hapData['Pref.Ori.'][0] == 'MD': 2686 2686 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']: 2688 2688 PhFrExtPOSig.update({pfx+'MD':sigDict[pfx+'MD'],}) 2689 2689 else: #'SH' spherical harmonics 2690 2690 for item in hapData['Pref.Ori.'][5]: 2691 2691 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']: 2693 2693 PhFrExtPOSig.update({pfx+item:sigDict[pfx+item],}) 2694 2694 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.