Ignore:
Timestamp:
Nov 19, 2013 9:50:29 AM (9 years ago)
Author:
srkline
Message:

Adding changes to the real space modeling that allow calculation of the USANS (slit-smeared) intensity from an anisotropic structure that has been generated using a real-space construction. The detector plane from the FFT result is converted to USANS, on absolute scale. Will be extended as it gets some use, but it is functional and is found from the "3D Examples" Macros submenu. Documentation is on the way too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/NCNR_Utils.ipf

    r916 r925  
    127127        endif 
    128128         
    129         v_d = (DDet/2.3548)^2 + del_r^2/12.0 
     129        v_d = (DDet/2.3548)^2 + del_r^2/12.0                    //the 2.3548 is a conversion from FWHM->Gauss, see http://mathworld.wolfram.com/GaussianFunction.html 
    130130        vz = vz_1 / lambda 
    131131        yg = 0.5*g*L2*(L1+L2)/vz^2 
Note: See TracChangeset for help on using the changeset viewer.