Changeset 685 for sans/Dev/trunk/NCNR_User_Procedures
- Timestamp:
- Apr 12, 2010 12:37:52 PM (13 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/InstalledVersion.txt
r645 r685 1 PACKAGE_VERSION= 6.100;SANS_RED_VERSION=5.2;SANS_ANA_VERSION=4.1;USANS_RED_VERSION=2.3;1 PACKAGE_VERSION=7.0;SANS_RED_VERSION=5.20;SANS_ANA_VERSION=4.10;USANS_RED_VERSION=2.3; 2 2 3 3 Only the first line of the file is read in. … … 6 6 7 7 These are the current versions as of: 8 19 MAR 2010 SRK 9 8 15 APR 2010 SRK -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MultScatter_MonteCarlo_2D.ipf
r630 r685 939 939 DoWindow/C MC_SASCALC 940 940 941 SetVariable MC_setvar0,pos={2 8,73},size={144,15},bodyWidth=80,title="# of neutrons"941 SetVariable MC_setvar0,pos={26,73},size={144,15},title="# of neutrons" 942 942 SetVariable MC_setvar0,format="%5.4g" 943 943 SetVariable MC_setvar0,limits={0,inf,100},value= root:Packages:NIST:SAS:gImon 944 SetVariable MC_setvar0_1,pos={2 8,119},size={131,15},bodyWidth=60,title="Thickness (cm)"944 SetVariable MC_setvar0_1,pos={26,119},size={140,15},title="Thickness (cm)" 945 945 SetVariable MC_setvar0_1,limits={0,inf,0.1},value= root:Packages:NIST:SAS:gThick 946 SetVariable MC_setvar0_2,pos={2 8,96},size={149,15},bodyWidth=60,title="Incoherent XS (1/cm)"946 SetVariable MC_setvar0_2,pos={26,96},size={165,15},title="Incoherent XS (1/cm)" 947 947 SetVariable MC_setvar0_2,limits={0,inf,0.1},value= root:Packages:NIST:SAS:gSig_incoh 948 SetVariable MC_setvar0_3,pos={2 8,142},size={150,15},bodyWidth=60,title="Sample Radius (cm)"948 SetVariable MC_setvar0_3,pos={26,142},size={155,15},title="Sample Radius (cm)" 949 949 SetVariable MC_setvar0_3,limits={-inf,inf,0.1},value= root:Packages:NIST:SAS:gR2 950 950 PopupMenu MC_popup0,pos={13,13},size={165,20},proc=MC_ModelPopMenuProc,title="Model Function" … … 953 953 Button MC_button0,fColor=(3,52428,1) 954 954 Button MC_button1,pos={17,208},size={80,20},proc=MC_Display2DButtonProc,title="Show 2D" 955 Button MC_button3,pos={ 182,94},size={25,20},proc=showIncohXSHelp,title="?"955 Button MC_button3,pos={210,94},size={25,20},proc=showIncohXSHelp,title="?" 956 956 SetVariable setvar0_3,pos={105,484},size={50,20},disable=1 957 957 GroupBox group0,pos={15,42},size={267,130},title="Monte Carlo"
Note: See TracChangeset
for help on using the changeset viewer.