- Timestamp:
- Dec 3, 2009 7:18:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MultScatter_MonteCarlo_2D.ipf
r605 r609 895 895 // as a stand-alone panel, extra control bar (right) and subwindow implementations don't work right 896 896 // for various reasons... 897 Window MC_SASCALC() : Panel 897 Proc MC_SASCALC() 898 898 899 899 // when opening the panel, set the raw counts check to 1 … … 902 902 PauseUpdate; Silent 1 // building window... 903 903 NewPanel /W=(92,556,713,818)/K=1 as "SANS Simulator" 904 DoWindow/C MC_SASCALC 905 904 906 SetVariable MC_setvar0,pos={28,73},size={144,15},bodyWidth=80,title="# of neutrons" 905 907 SetVariable MC_setvar0,format="%5.4g" … … 1374 1376 1375 1377 1376 Window Sim_1D_Panel() : Panel 1378 Proc Sim_1D_Panel() 1377 1379 PauseUpdate; Silent 1 // building window... 1378 1380 NewPanel /W=(92,556,713,818)/K=1 as "1D SANS Simulator" 1381 DoWindow/C Sim_1D_Panel 1382 1379 1383 SetVariable cntVar,pos={26,68},size={160,15},title="Counting time(s)",format="%d" 1380 1384 SetVariable cntVar,limits={1,36000,10},value= root:Packages:NIST:SAS:gCntTime
Note: See TracChangeset
for help on using the changeset viewer.