Changeset 2195 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Apr 3, 2016 2:30:21 PM (7 years ago)
Author:
vondreele
Message:

remove selected area image multiplier - not necessary
fix image scaling issues for selected area simulations
fix issues with absent pydiffaxlib & DIFFaX.exe on some platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2191 r2195  
    24312431            lmax = float(Layers['Sadp']['Lmax'])
    24322432            XY = 2*lmax*np.mgrid[0:256:256j,0:256:256j]/256.-lmax
     2433            G2frame.Cmax = 1.0
    24332434            G2plt.PlotXYZ(G2frame,XY,Layers['Sadp']['Img'].T,labelX=labels[:-1],
    24342435                labelY=labels[-1],newPlot=False,Title=Layers['Sadp']['Plane'])
     
    29252926        dlg = G2gd.DIFFaXcontrols(G2frame,ctrls)
    29262927        if dlg.ShowModal() == wx.ID_OK:
    2927             ctrls,plane,lmax,mult,x,x,x = dlg.GetSelection()
     2928            ctrls,plane,lmax,x,x,x = dlg.GetSelection()
    29282929            data['Layers']['Sadp'] = {}
    29292930            data['Layers']['Sadp']['Plane'] = plane
    29302931            data['Layers']['Sadp']['Lmax'] = lmax
    2931             data['Layers']['Sadp']['Mult'] = mult
    29322932        else:
    29332933            return
     
    29812981            data['Layers']['Sadp']['Plane'] = plane
    29822982            data['Layers']['Sadp']['Lmax'] = lmax
    2983             data['Layers']['Sadp']['Mult'] = mult
    29842983            data['Layers']['Multi'] = [parm,parmRange,parmStep]
    29852984        else:
Note: See TracChangeset for help on using the changeset viewer.