Changeset eb69cce in sasmodels for sasmodels/models/guinier.py


Ignore:
Timestamp:
Nov 30, 2015 9:18:41 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
d18f8a8
Parents:
d138d43
Message:

make model docs more consistent; build pdf docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/guinier.py

    r66ebdd6 reb69cce  
    11r""" 
    2 Guinier (Model) 
    3  
    42Definition 
    53---------- 
     
    75This model fits the Guinier function 
    86 
    9 .. math:: Q_1=\frac{1}{R_g}\sqrt{\frac{(m-s)(3-s)}{2}} 
     7.. math:: q_1=\frac{1}{R_g}\sqrt{\frac{(m-s)(3-s)}{2}} 
    108 
    11 to the data directly without any need for linearisation (*cf*. Ln *I(q)* vs *q*\ :sup:`2`). 
     9to the data directly without any need for linearisation 
     10(*cf*. $\ln I(q)$ vs $q^2$\ ). 
    1211 
    13 For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as 
     12For 2D data the scattering intensity is calculated in the same way as 1D, 
     13where the $q$ vector is defined as 
    1414 
    1515.. math:: q=\sqrt{q_x^2 + q_y^2} 
    1616 
    17 REFERENCE 
     17References 
     18---------- 
    1819 
    19 A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, John Wiley & Sons, New York (1955) 
     20A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, 
     21John Wiley & Sons, New York (1955) 
    2022""" 
    2123 
Note: See TracChangeset for help on using the changeset viewer.