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


Ignore:
Timestamp:
Aug 8, 2016 11: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/core_shell_bicelle.py

    r42356c8 r40a87fa  
    33Definition 
    44---------- 
    5 This model provides the form factor for a circular cylinder with a core-shell 
    6 scattering length density profile. Thus this is a variation of a core-shell cylinder  
    7 or disc where the shell on the walls and ends may be of different thicknesses and scattering 
    8 length densities. The form factor is normalized by the particle volume. 
     5This model provides the form factor for a circular cylinder with a 
     6core-shell scattering length density profile. Thus this is a variation 
     7of a core-shell cylinder or disc where the shell on the walls and ends 
     8may be of different thicknesses and scattering length densities. The form 
     9factor is normalized by the particle volume. 
    910 
    1011.. _core-shell-bicelle-geometry: 
     
    1213.. figure:: img/core_shell_bicelle_geometry.png 
    1314 
    14     (Graphic from DOI: 10.1039/C0NP00002G, note however that the model here calculates for rectangular, not curved, rims.) 
    15  
     15    (Graphic from DOI: 10.1039/C0NP00002G, note however that the model here 
     16    calculates for rectangular, not curved, rims.) 
    1617 
    1718The output of the 1D scattering intensity function for randomly oriented 
     
    8889# pylint: enable=bad-whitespace, line-too-long 
    8990 
    90 source = ["lib/Si.c","lib/polevl.c", "lib/sas_J1.c", "lib/gauss76.c", "core_shell_bicelle.c"] 
     91source = ["lib/Si.c", "lib/polevl.c", "lib/sas_J1.c", "lib/gauss76.c", 
     92          "core_shell_bicelle.c"] 
    9193 
    9294demo = dict(scale=1, background=0, 
Note: See TracChangeset for help on using the changeset viewer.