Changeset 1097 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 10, 2013 10:35:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r1076 r1097 1639 1639 PhaseName = rd.Phase['General']['Name'] 1640 1640 print 'Read phase '+str(PhaseName)+' from file '+str(G2frame.lastimport) 1641 print rd.Phase['Atoms'] 1641 atomData = data['Atoms'] 1642 for atom in rd.Phase['Atoms'][:5]: 1643 print atom 1644 for atom in atomData[:5]: 1645 print atom 1646 1642 1647 return 1643 1648
Note: See TracChangeset
for help on using the changeset viewer.