Changeset 2195 for trunk/GSASIIphsGUI.py
- Timestamp:
- Apr 3, 2016 2:30:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2191 r2195 2431 2431 lmax = float(Layers['Sadp']['Lmax']) 2432 2432 XY = 2*lmax*np.mgrid[0:256:256j,0:256:256j]/256.-lmax 2433 G2frame.Cmax = 1.0 2433 2434 G2plt.PlotXYZ(G2frame,XY,Layers['Sadp']['Img'].T,labelX=labels[:-1], 2434 2435 labelY=labels[-1],newPlot=False,Title=Layers['Sadp']['Plane']) … … 2925 2926 dlg = G2gd.DIFFaXcontrols(G2frame,ctrls) 2926 2927 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() 2928 2929 data['Layers']['Sadp'] = {} 2929 2930 data['Layers']['Sadp']['Plane'] = plane 2930 2931 data['Layers']['Sadp']['Lmax'] = lmax 2931 data['Layers']['Sadp']['Mult'] = mult2932 2932 else: 2933 2933 return … … 2981 2981 data['Layers']['Sadp']['Plane'] = plane 2982 2982 data['Layers']['Sadp']['Lmax'] = lmax 2983 data['Layers']['Sadp']['Mult'] = mult2984 2983 data['Layers']['Multi'] = [parm,parmRange,parmStep] 2985 2984 else:
Note: See TracChangeset
for help on using the changeset viewer.