Changeset b0c4271 in sasmodels for sasmodels/models/capped_cylinder.py


Ignore:
Timestamp:
Oct 5, 2016 7:40:41 PM (8 years ago)
Author:
butler
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
63e9cd8
Parents:
bb2d187
Message:

model documentation final format through core_shell_bicelle re: #646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/capped_cylinder.py

    r2222134 rb0c4271  
    11r""" 
     2Definitions 
     3----------- 
     4 
    25Calculates the scattering from a cylinder with spherical section end-caps. 
    36Like :ref:`barbell`, this is a sphereocylinder with end caps that have a 
     
    69lens when the length of the cylinder $L=0$. See the diagram for the details 
    710of the geometry and restrictions on parameter values. 
    8  
    9 Definitions 
    10 ----------- 
    1111 
    1212.. figure:: img/capped_cylinder_geometry.jpg 
     
    7676 
    7777.. figure:: img/cylinder_angle_projection.jpg 
     78    :width: 600px 
    7879 
    7980    Examples of the angles for oriented 2D cylinders against the detector plane. 
     
    8283---------- 
    8384 
    84 H Kaya, *J. Appl. Cryst.*, 37 (2004) 223-230 
     85.. [#] H Kaya, *J. Appl. Cryst.*, 37 (2004) 223-230 
     86.. [#] H Kaya and N-R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda  
     87   and errata) 
    8588 
    86 H Kaya and N-R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda and errata) 
     89Authorship and Verification 
     90---------------------------- 
     91 
     92* **Author:** NIST IGOR/DANSE **Date:** pre 2010 
     93* **Last Modified by:** Paul Butler **Date:** September 30, 2016 
     94* **Last Reviewed by:** Richard Heenan **Date:** March 19, 2016 
    8795""" 
    8896from numpy import inf 
Note: See TracChangeset for help on using the changeset viewer.