Changeset 40a87fa in sasmodels for sasmodels/models/porod.py


Ignore:
Timestamp:
Aug 8, 2016 9:24:11 AM (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:
2472141
Parents:
2d65d51
Message:

lint and latex cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/porod.py

    r2c74c11 r40a87fa  
    22This model fits the Porod function 
    33 
    4 .. math:: 
    5  
    6     I(q) = C/q^4 
    7     \\ 
    8     C = 2\pi (\Delta\rho)^2 S_v 
     4.. math:: I(q) = C/q^4 
    95 
    106to the data directly without any need for linearisation (cf. Log I(q) vs Log q). 
    117 
    12 Here $C$ is the scale factor and $S_v$ is the specific surface area (ie, surface area / volume) 
    13 of the sample, and $\Delta\rho$ is the contrast factor. 
     8Here $C = 2\pi (\Delta\rho)^2 S_v$ is the scale factor where $S_v$ is 
     9the specific surface area (ie, surface area / volume) of the sample, and 
     10$\Delta\rho$ is the contrast factor. 
    1411 
    1512For 2D data: The 2D scattering intensity is calculated in the same way as 1D, 
    1613where the q vector is defined as 
    1714 
    18 .. math:: 
    19     q = \sqrt{q_x^2+q_y^2} 
     15.. math:: q = \sqrt{q_x^2+q_y^2} 
    2016 
    2117References 
     
    2319 
    2420G Porod. *Kolloid Zeit*. 124 (1951) 83. 
    25 L A Feigin, D I Svergun, G W Taylor. *Structure Analysis by Small-Angle X-ray and Neutron Scattering*. Springer. (1987) 
     21 
     22L A Feigin, D I Svergun, G W Taylor. *Structure Analysis by Small-Angle 
     23X-ray and Neutron Scattering*. Springer. (1987) 
    2624""" 
    2725 
Note: See TracChangeset for help on using the changeset viewer.