Changeset 2207
- Timestamp:
- Apr 12, 2016 9:04:10 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2206 r2207 2979 2979 2980 2980 def OnSimulate(event): 2981 debug = False 2981 debug = False #set True to run DIFFax to compare/debug (must be in bin) 2982 2982 idebug = 0 2983 2983 if debug: idebug = 1 … … 3037 3037 data['Layers']['Sadp']['Plane'] = simCodes[1] 3038 3038 data['Layers']['Sadp']['Lmax'] = simCodes[2] 3039 planeChoice = ['h0l','0kl','hhl','h-hl',] 3040 lmaxChoice = [str(i+1) for i in range(6)] 3041 ctrls = '0\n%d\n4\n1\n%d\n%d\n16\n1\n1\n0\nend\n'% \ 3042 (idebug,planeChoice.index(simCodes[1])+1,lmaxChoice.index(simCodes[2])+1) 3043 G2pwd.StackSim(data['Layers'],ctrls) 3039 if debug: 3040 planeChoice = ['h0l','0kl','hhl','h-hl',] 3041 lmaxChoice = [str(i+1) for i in range(6)] 3042 ctrls = '0\n%d\n4\n1\n%d\n%d\n16\n1\n1\n0\nend\n'% \ 3043 (idebug,planeChoice.index(simCodes[1])+1,lmaxChoice.index(simCodes[2])+1) 3044 G2pwd.StackSim(data['Layers'],ctrls) 3044 3045 G2pwd.CalcStackingSADP(data['Layers'],debug) 3045 3046 wx.CallAfter(UpdateLayerData) -
trunk/binwin64-2.7
-
Property
svn:ignore
set to
DIFFaX.exe
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.