Changeset 19dcb933 in sasmodels for sasmodels/models/lamellar.py


Ignore:
Timestamp:
Sep 3, 2014 3:16:10 AM (10 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:
1c7ffdc
Parents:
87985ca
Message:

build docs for models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lamellar.py

    r5d4777d r19dcb933  
    55---------- 
    66 
    7 The scattering intensity *I(q)* is 
     7The scattering intensity *I(Q)* is 
    88 
    99.. math:: 
    1010 
    11     I(q) = 2\pi\frac{P(q){\delta q^2} 
     11    I(Q) = 2\pi{P(Q) \over \delta Q^2} 
    1212 
    1313 
     
    1616.. math:: 
    1717 
    18     P(q) = \frac{2\Delta\rho^2}{q^2}(1-cos(q\delta) 
     18    P(Q) = {2\Delta\rho^2 \over Q^2}(1-cos(Q\delta)) 
    1919 
    2020 
    2121where |delta| = bilayer thickness. 
    2222 
    23 The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as 
     23The 2D scattering intensity is calculated in the same way as 1D, where the $Q$ vector is defined as 
    2424 
    2525.. math:: 
    2626 
    27     q = \sqrt{q_x^2 q_y^2} 
     27    Q = \sqrt{Q_x^2 + Q_y^2} 
    2828 
    2929 
     
    3232(Kline, 2006). 
    3333 
    34 .. figure:: img/image135.jpg 
     34.. figure:: img/lamellar_1d.jpg 
    3535 
    3636    1D plot using the default values (w/1000 data point). 
Note: See TracChangeset for help on using the changeset viewer.