Changeset 1415 for trunk/GSASIIstrIO.py
- Timestamp:
- Jul 7, 2014 9:44:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r1409 r1415 2287 2287 insKeys.sort() 2288 2288 for item in insKeys: 2289 if item != 'Type':2289 if item not in ['Type','Source']: 2290 2290 ptlbls += '%12s' % (item) 2291 2291 ptstr += '%12.6f' % (Inst[item][1]) … … 2505 2505 insKeys.sort() 2506 2506 for name in insKeys: 2507 if name not in ['Type','Lam1','Lam2','Azimuth' ]:2507 if name not in ['Type','Lam1','Lam2','Azimuth','Source']: 2508 2508 ptlbls += '%12s' % (name) 2509 2509 ptstr += '%12.6f' % (Inst[name][1])
Note: See TracChangeset
for help on using the changeset viewer.