Changeset 2820 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
May 4, 2017 4:06:25 PM (7 years ago)
Author:
vondreele
Message:

PWDR import now scriptable for single bank patterns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r2817 r2820  
    3333import GSASIIpwd as G2pwd
    3434import GSASIIIO as G2IO
     35import GSASIIobj as G2obj
    3536import GSASIIlattice as G2lat
    3637import GSASIIspc as G2spc
     
    31583159                E,SGData = G2spc.SpcGroup(controls[13])
    31593160                G2frame.PatternTree.SetItemPyData(sub, \
    3160                     G2IO.SetNewPhase(Name=PhaseName,SGData=SGData,cell=cell[1:],Super=ssopt))
     3161                    G2obj.SetNewPhase(Name=PhaseName,SGData=SGData,cell=cell[1:],Super=ssopt))
    31613162                Status.SetStatusText('Change space group from '+str(controls[13])+' if needed')
    31623163        finally:
Note: See TracChangeset for help on using the changeset viewer.