Changeset 2743
- Timestamp:
- Mar 6, 2017 9:50:50 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r2741 r2743 2262 2262 hapDict[pfx+'MD'] = hapData['Pref.Ori.'][1] 2263 2263 controlDict[pfx+'MDAxis'] = hapData['Pref.Ori.'][3] 2264 if hapData['Pref.Ori.'][2] and not parmDict[pfx+'LeBail']:2264 if hapData['Pref.Ori.'][2] and not hapDict[pfx+'LeBail']: 2265 2265 hapVary.append(pfx+'MD') 2266 2266 else: #'SH' spherical harmonics … … 2278 2278 for item in hapData['Pref.Ori.'][5]: 2279 2279 hapDict[pfx+item] = hapData['Pref.Ori.'][5][item] 2280 if hapData['Pref.Ori.'][2] and not parmDict[pfx+'LeBail']:2280 if hapData['Pref.Ori.'][2] and not hapDict[pfx+'LeBail']: 2281 2281 hapVary.append(pfx+item) 2282 2282 for item in ['Mustrain','Size']: … … 2311 2311 for bab in ['BabA','BabU']: 2312 2312 hapDict[pfx+bab] = hapData['Babinet'][bab][0] 2313 if hapData['Babinet'][bab][1] and not parmDict[pfx+'LeBail']:2313 if hapData['Babinet'][bab][1] and not hapDict[pfx+'LeBail']: 2314 2314 hapVary.append(pfx+bab) 2315 2315
Note: See TracChangeset
for help on using the changeset viewer.