Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/fcc_paracrystal.py

    r1f159bd reda8b30  
    6868  The calculation of $Z(q)$ is a double numerical integral that 
    6969  must be carried out with a high density of points to properly capture 
    70   the sharp peaks of the paracrystalline scattering. 
    71   So be warned that the calculation is slow. Fitting of any experimental data 
     70  the sharp peaks of the paracrystalline scattering.      
     71  So be warned that the calculation is slow. Fitting of any experimental data  
    7272  must be resolution smeared for any meaningful fit. This makes a triple integral 
    7373  which may be very slow. 
     
    7575The 2D (Anisotropic model) is based on the reference below where $I(q)$ is 
    7676approximated for 1d scattering. Thus the scattering pattern for 2D may not 
    77 be accurate particularly at low $q$. For general details of the calculation 
     77be accurate particularly at low $q$. For general details of the calculation  
    7878and angular dispersions for oriented particles see :ref:`orientation` . 
    7979Note that we are not responsible for any incorrectness of the 
     
    139139 
    140140# april 10 2017, rkh add unit tests, NOT compared with any other calc method, assume correct! 
    141 # TODO: fix the 2d tests 
    142141q = 4.*pi/220. 
    143142tests = [ 
    144143    [{}, [0.001, q, 0.215268], [0.275164706668, 5.7776842567, 0.00958167119232]], 
    145     #[{}, (-0.047, -0.007), 238.103096286], 
    146     #[{}, (0.053, 0.063), 0.863609587796], 
     144    [{}, (-0.047, -0.007), 238.103096286], 
     145    [{}, (0.053, 0.063), 0.863609587796], 
    147146] 
Note: See TracChangeset for help on using the changeset viewer.