Changeset 714 for sans/Dev/trunk/NCNR_User_Procedures
- Timestamp:
- Jul 6, 2010 5:16:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2009/Fractal_PolyCore_v40.ipf
r570 r714 160 160 //calculate S(q) 161 161 sq = Df*exp(gammln(Df-1))*sin((Df-1)*atan(x*corr)) 162 sq /= (x* r0)^Df * (1 + 1/(x*corr)^2)^((Df-1)/2)162 sq /= (x*(r0+thick))^Df * (1 + 1/(x*corr)^2)^((Df-1)/2) 163 163 sq += 1 164 164 //combine and return 165 ans = pq*sq + bkg 166 165 //ans = pq*sq + bkg 166 ans = pq +bkg 167 167 168 return (ans) 168 169 End
Note: See TracChangeset
for help on using the changeset viewer.