Changeset 4509
- Timestamp:
- Jun 24, 2020 11:42:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r4401 r4509 3233 3233 insKeys.sort() 3234 3234 for item in insKeys: 3235 if item in 'Azimuth': 3236 continue 3235 3237 insName = pfx+item 3236 3238 instDict[insName] = Inst[item][1] … … 3250 3252 hfx = ':'+str(hId)+':' 3251 3253 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']} 3253 3255 for key in ('Temperature','Pressure','FreePrm1','FreePrm2','FreePrm3'): 3254 3256 if key in Sample:
Note: See TracChangeset
for help on using the changeset viewer.