Changeset 7e4a633 in sasmodels for sasmodels/models/multilayer_vesicle.py


Ignore:
Timestamp:
Mar 7, 2017 1:12:20 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
68f45cb
Parents:
f88e248 (diff), 9ae85f0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ticket-843

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/multilayer_vesicle.py

    rec1d4bc r7e4a633  
    1919 
    2020.. math:: 
    21  
    22     P(q) = \text{scale}\frac{\phi}{V(R_N)} F^2(q) + \text{background} 
     21    P(q) = \text{scale} \cdot \frac{\phi}{V(R_N)} F^2(q) + \text{background} 
    2322 
    2423where 
    2524 
    2625.. math:: 
    27  
    2826     F(q) = (\rho_\text{shell}-\rho_\text{solv}) \sum_{i=1}^{N} \left[ 
    2927     3V(r_i)\frac{\sin(qr_i) - qr_i\cos(qr_i)}{(qr_i)^3} 
     
    4442$\rho_\text{solv}$ is the scattering length density of the solvent. 
    4543 
     44The outer-most shell radius $R_N$ is used as the effective radius 
     45for $P(Q)$ when $P(Q) * S(Q)$ is applied. 
     46 
     47 
    4648The 2D scattering intensity is the same as 1D, regardless of the orientation 
    4749of the q vector which is defined as: 
     
    5052 
    5153    q = \sqrt{q_x^2 + q_y^2} 
    52  
    53 The outer-most shell radius $R_N$ is used as the effective radius 
    54 for $P(Q)$ when $P(Q) * S(Q)$ is applied. 
    5554 
    5655For information about polarised and magnetic scattering, see 
     
    7069**Author:** NIST IGOR/DANSE **on:** pre 2010 
    7170 
    72 **Last Modified by:** Piotr Rozyczko**on:** Feb 24, 2016 
     71**Last Modified by:** Piotr Rozyczko **on:** Feb 24, 2016 
    7372 
    7473**Last Reviewed by:** Paul Butler **on:** March 20, 2016 
     
    106105    ] 
    107106# pylint: enable=bad-whitespace, line-too-long 
     107 
     108# TODO: proposed syntax for specifying which parameters can be polydisperse 
     109#polydispersity = ["radius", "thick_shell"] 
    108110 
    109111source = ["lib/sas_3j1x_x.c", "multilayer_vesicle.c"] 
Note: See TracChangeset for help on using the changeset viewer.