- Timestamp:
- Feb 28, 2012 4:51:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Alpha/Tinker/FFT_Panel.ipf
r836 r838 11 11 // put the SLD multiplier on the panel somewhere - only 2 values are allowed - so use 12 12 // radio buttons, or just display the value of the global, make the change at the command 13 // line -- or keep the multiplier at 10^-7 and always use 2 digits 13 // line -- or keep the multiplier at 10^-7 and always use 2 digits (10^-7 is probably 14 // better to use, just to allow more flexibility from the start). 15 16 // TO DO: 17 // -- I need to change a lot of routines (most notably Gizmo) to take "10" as the default SLD 18 // rather than "1" 14 19 // 15 20 //////////// … … 51 56 52 57 Variable/G root:FFT_SolventSLD = 0 53 Variable/G root:FFT_delRho = 1e- 6//multiplier for SLD (other value is 1e-7)58 Variable/G root:FFT_delRho = 1e-7 //multiplier for SLD (other value is 1e-7) 54 59 55 60 FFT_Qmax :=2*pi/FFT_T … … 104 109 Button FFTButton_12,disable=2 // hide this button 105 110 Button FFTButton_13,pos={14,109},size={120,20},proc=FFTFillSolventMatrixProc,title="Solvent Matrix" 106 SetVariable FFTSetVar_5,pos={155,111},size={150,15},title="Solvent SLD (10^- 6)"111 SetVariable FFTSetVar_5,pos={155,111},size={150,15},title="Solvent SLD (10^-7)" 107 112 SetVariable FFTSetVar_5,limits={-99,99,1},value= FFT_SolventSLD,live= 1 108 113 Button FFTButton_15,pos={209,430},size={90,20},proc=Interp2DSliceButton,title="Interp 2D" … … 118 123 case 2: 119 124 // click code here 120 DisplayHelpTopic/Z/K=1 "Real-Space Modeling "125 DisplayHelpTopic/Z/K=1 "Real-Space Modeling of SANS Data" 121 126 if(V_flag !=0) 122 127 DoAlert 0,"The Real-Space Modeling Help file could not be found"
Note: See TracChangeset
for help on using the changeset viewer.