Changeset 1012 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jul 31, 2013 9:25:27 AM (10 years ago)
Author:
vondreele
Message:

add svn header to G2cif.py and GSASIIpath to imports
add DEBUG to skip prnting of profile & reflections
add profile parm cif output
work on MC/SA scrolling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r1011 r1012  
    39683968################################################################################
    39693969
    3970     def UpdateMCSA(refresh=True):
     3970    def UpdateMCSA(Scroll=0):
    39713971        Indx = {}
    39723972       
     
    42514251                        else:       #March Dollase
    42524252                            Models[0]['Coef'][0] = val
    4253                     wx.CallAfter(UpdateMCSA)
     4253                    wx.CallAfter(UpdateMCSA,MCSA.GetScrollPos(wx.VERTICAL))
    42544254                    G2plt.PlotStructure(G2frame,data)
    42554255                elif c == 1:
     
    42604260                    resultsTable.SetValue(r,c,Results[r][1])
    42614261                    resultsGrid.ForceRefresh()
    4262                        
    42634262               
    42644263            resultsSizer = wx.BoxSizer(wx.VERTICAL)
     
    42904289       
    42914290        # UpdateMCSA executable code starts here
    4292         if refresh:
    4293             MCSA.DestroyChildren()
    42944291        general = data['General']
    42954292        Amat,Bmat = G2lat.cell2AB(general['Cell'][1:7])
     
    43314328
    43324329        SetPhaseWindow(G2frame.dataFrame,MCSA,mainSizer)
     4330        MCSA.Scroll(0,Scroll)
    43334331           
    43344332    def OnRunMultiMCSA(event):
Note: See TracChangeset for help on using the changeset viewer.