Changeset 4509


Ignore:
Timestamp:
Jun 24, 2020 11:42:12 AM (3 years ago)
Author:
vondreele
Message:

fix texture refinement error - incorrect azimuth values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r4401 r4509  
    32333233        insKeys.sort()
    32343234        for item in insKeys:
     3235            if item in 'Azimuth':
     3236                continue
    32353237            insName = pfx+item
    32363238            instDict[insName] = Inst[item][1]
     
    32503252        hfx = ':'+str(hId)+':'       
    32513253        sampDict = {hfx+'Gonio. radius':Sample['Gonio. radius'],hfx+'Omega':Sample['Omega'],
    3252             hfx+'Chi':Sample['Chi'],hfx+'Phi':Sample['Phi']}
     3254            hfx+'Chi':Sample['Chi'],hfx+'Phi':Sample['Phi'],hfx+'Azimuth':Sample['Azimuth']}
    32533255        for key in ('Temperature','Pressure','FreePrm1','FreePrm2','FreePrm3'):
    32543256            if key in Sample:
Note: See TracChangeset for help on using the changeset viewer.