Changeset 515 for sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models
- Timestamp:
- Jun 23, 2009 6:06:24 PM (14 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/Models_2D/Sphere_2D_v40.ipf
r510 r515 157 157 158 158 159 // threaded version of the function159 //non-threaded version of the function 160 160 Function Sphere2D_noThread(cw,zw,xw,yw) 161 161 WAVE cw,zw, xw,yw … … 170 170 End 171 171 172 172 // I think I did this because when I do the quadrature loops I'm calling the AAO with 1-pt waves, so threading 173 // would just be a slowdown 173 174 Function SmearedSphere2D(s) 174 175 Struct ResSmear_2D_AAOStruct &s -
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2008/GaussLorentzGel_v40.ipf
r510 r515 5 5 // 6 6 // Reference:G. Evmenenko, E. Theunissedn, K. Mortensen, H. Reynaers 7 // Polymer 42 (2001) 2907-2913. 7 // Polymer 42 (2001) 2907-2913. (equation 5) 8 8 // 9 // see also: Hecht, Horkay, Geissler, PHYSICAL REVIEW E, VOLUME 64, 041402 (eqn 1) 9 10 // 10 11 // Steve Kline 14 JUL 2004 (for Robert Knott) -
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2008/SC_ParaCrystal_v40.ipf
r510 r515 136 136 gg = w[2] //Paracrystal distortion factor 137 137 Rad = w[3] //Sphere radius 138 contrast = w[4] //SLD contrast139 background = w[ 5]138 contrast = w[4] - w[5] //SLD contrast 139 background = w[6] 140 140 141 141 // always calculate for type 0, SC
Note: See TracChangeset
for help on using the changeset viewer.