Changeset 1415 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Jul 7, 2014 9:44:25 AM (9 years ago)
Author:
vondreele
Message:

fixed errors in G2strIO: missing exclude of 'Source' for Iparm I/O
document single peak stuff in G2math

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r1409 r1415  
    22872287        insKeys.sort()
    22882288        for item in insKeys:
    2289             if item != 'Type':
     2289            if item not in ['Type','Source']:
    22902290                ptlbls += '%12s' % (item)
    22912291                ptstr += '%12.6f' % (Inst[item][1])
     
    25052505        insKeys.sort()
    25062506        for name in insKeys:
    2507             if name not in  ['Type','Lam1','Lam2','Azimuth']:
     2507            if name not in  ['Type','Lam1','Lam2','Azimuth','Source']:
    25082508                ptlbls += '%12s' % (name)
    25092509                ptstr += '%12.6f' % (Inst[name][1])
Note: See TracChangeset for help on using the changeset viewer.