Changeset 1097 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Oct 10, 2013 10:35:50 AM (10 years ago)
Author:
vondreele
Message:

mods to restraint GUI & LS output for restraints
correct torsion & Ramachandran penalties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r1076 r1097  
    16391639            PhaseName = rd.Phase['General']['Name']
    16401640            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           
    16421647            return
    16431648                       
Note: See TracChangeset for help on using the changeset viewer.