Changeset 1966 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Aug 28, 2015 3:02:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r1959 r1966 3121 3121 Hmax = np.array([int(np.max(refList.T[0])),int(np.max(refList.T[1])),int(np.max(refList.T[2]))]) 3122 3122 Vpoint = [int(np.mean(refList.T[0])),int(np.mean(refList.T[1])),int(np.mean(refList.T[2]))] 3123 controls = {'Type':'Fosq','Iscale':False,'HKLmax':Hmax,'HKLmin':Hmin, 3123 controls = {'Type':'Fosq','Iscale':False,'HKLmax':Hmax,'HKLmin':Hmin,'Zone':False, 3124 3124 'FoMax' : FoMax,'Scale' : 1.0,'Drawing':{'viewPoint':[Vpoint,[]],'default':Vpoint[:], 3125 'backColor':[0,0,0],'depthFog':False,'Zclip':10.0,'cameraPos':10.,'Zstep':0.05, 3126 'Scale':1.0,'oldxy':[],'viewDir':[ 1,0,0]},'Super':Super,'SuperVec':SuperVec}3125 'backColor':[0,0,0],'depthFog':False,'Zclip':10.0,'cameraPos':10.,'Zstep':0.05,'viewUp':[0,1,0], 3126 'Scale':1.0,'oldxy':[],'viewDir':[0,0,1]},'Super':Super,'SuperVec':SuperVec} 3127 3127 G2plt.Plot3DSngl(G2frame,newPlot=True,Data=controls,hklRef=refList,Title=phaseName) 3128 3128
Note: See TracChangeset
for help on using the changeset viewer.