Changeset 451 for sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2008/Core_and_NShells_v40.ipf
- Timestamp:
- Nov 18, 2008 3:21:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2008/Core_and_NShells_v40.ipf
r444 r451 106 106 Make/O/D/n=(num) xwave_FourShell, ywave_FourShell 107 107 xwave_FourShell = alog(log(qmin) + x*((log(qmax)-log(qmin))/num)) 108 Make/O/D coef_FourShell ={1.,60,6.4e-6,10,1e-6,10,2e-6, 5,3e-6,10,4e-6,6.4e-6,0.001}108 Make/O/D coef_FourShell ={1.,60,6.4e-6,10,1e-6,10,2e-6,10,3e-6,10,4e-6,6.4e-6,0.001} 109 109 make/o/t parameters_FourShell = {"scale","core radius (A)","Core SLD (A-2)","Shell 1 thickness","Shell 1 SLD (A-2)","Shell 2 thickness","Shell 2 SLD (A-2)","Shell 3 thickness","Shell 3 SLD (A-2)","Shell 4 thickness","Shell 4 SLD (A-2)","Solvent SLD (A-2)","bkg (cm-1)"} 110 110 Edit parameters_FourShell, coef_FourShell … … 215 215 216 216 // Setup parameter table for model function 217 Make/O/D smear_coef_ThreeShell = {1.,60,6.4e-6,10,1e-6,10,2e-6, 5,3e-6,6.4e-6,0.001}217 Make/O/D smear_coef_ThreeShell = {1.,60,6.4e-6,10,1e-6,10,2e-6,10,3e-6,6.4e-6,0.001} 218 218 make/o/t smear_parameters_ThreeShell = {"scale","core radius (A)","Core SLD (A-2)","Shell 1 thickness","Shell 1 SLD (A-2)","Shell 2 thickness","Shell 2 SLD (A-2)","Shell 3 thickness","Shell 3 SLD (A-2)","Solvent SLD (A-2)","bkg (cm-1)"} 219 219 Edit smear_parameters_ThreeShell,smear_coef_ThreeShell //display parameters in a table … … 249 249 250 250 // Setup parameter table for model function 251 Make/O/D smear_coef_FourShell = {1.,60,6.4e-6,10,1e-6,10,2e-6, 5,3e-6,10,4e-6,6.4e-6,0.001}251 Make/O/D smear_coef_FourShell = {1.,60,6.4e-6,10,1e-6,10,2e-6,10,3e-6,10,4e-6,6.4e-6,0.001} 252 252 make/o/t smear_parameters_FourShell = {"scale","core radius (A)","Core SLD (A-2)","Shell 1 thickness","Shell 1 SLD (A-2)","Shell 2 thickness","Shell 2 SLD (A-2)","Shell 3 thickness","Shell 3 SLD (A-2)","Shell 4 thickness","Shell 4 SLD (A-2)","Solvent SLD (A-2)","bkg (cm-1)"} 253 253 Edit smear_parameters_FourShell,smear_coef_FourShell //display parameters in a table
Note: See TracChangeset
for help on using the changeset viewer.