Changeset 2743


Ignore:
Timestamp:
Mar 6, 2017 9:50:50 AM (6 years ago)
Author:
vondreele
Message:

more Lebail fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r2741 r2743  
    22622262                        hapDict[pfx+'MD'] = hapData['Pref.Ori.'][1]
    22632263                        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']:
    22652265                            hapVary.append(pfx+'MD')
    22662266                    else:                           #'SH' spherical harmonics
     
    22782278                        for item in hapData['Pref.Ori.'][5]:
    22792279                            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']:
    22812281                                hapVary.append(pfx+item)
    22822282                for item in ['Mustrain','Size']:
     
    23112311                    for bab in ['BabA','BabU']:
    23122312                        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']:
    23142314                            hapVary.append(pfx+bab)
    23152315                               
Note: See TracChangeset for help on using the changeset viewer.