- Timestamp:
- Jun 23, 2009 6:06:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/NCNR_Utils.ipf
r509 r515 255 255 kap = 2*pi/lambda 256 256 a_val = (L1+L2)*g/2/(h_m)^2 257 257 258 // lambdaWidth = 0.5 258 259 SigmaQX = 3*(S1/L1)^2 + 3*(S2/LP)^2 + 2*(DDet/L2)^2 + 2*(r_dist/L2)^2*(lambdaWidth)^2*(cos(phi))^2 259 260 260 261 SigmaQY = 3*(S1/L1)^2 + 3*(S2/LP)^2 + 2*(DDet/L2)^2 + 2*(r_dist/L2)^2*(lambdaWidth)^2*(sin(phi))^2 + 8*(a_val/L2)^2*lambda^4*lambdaWidth^2 262 // SigmaQY = 3*(S1/L1)^2 + 3*(S2/LP)^2 + 2*(DDet/L2)^2 + 2*(r_dist/L2)^2*(lambdaWidth)^2*(sin(phi))^2 261 263 262 264 SigmaQX = sqrt(kap*kap/12*SigmaQX)
Note: See TracChangeset
for help on using the changeset viewer.