Changeset b0c4271 in sasmodels for sasmodels/models/barbell.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/barbell.py

    r2222134 rb0c4271  
    1 #barbell model 
    2 # Note: model title and parameter table are inserted automatically 
    31r""" 
     2Definition 
     3---------- 
     4 
    45Calculates the scattering from a barbell-shaped cylinder.  Like 
    56:ref:`capped-cylinder`, this is a sphereocylinder with spherical end 
     
    78of the end cap radius lying outside of the cylinder. See the diagram for 
    89the details of the geometry and restrictions on parameter values. 
    9  
    10 Definition 
    11 ---------- 
    1210 
    1311.. figure:: img/barbell_geometry.jpg 
     
    7573 
    7674.. figure:: img/cylinder_angle_projection.jpg 
     75    :width: 600px 
    7776 
    7877    Examples of the angles for oriented pp against the detector plane. 
     
    8180---------- 
    8281 
    83 H Kaya, *J. Appl. Cryst.*, 37 (2004) 37 223-230 
     82.. [#] H Kaya, *J. Appl. Cryst.*, 37 (2004) 37 223-230 
     83.. [#] H Kaya and N R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda 
     84   and errata) 
    8485 
    85 H Kaya and N R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda and errata) 
     86Authorship and Verification 
     87---------------------------- 
     88 
     89* **Author:** NIST IGOR/DANSE **Date:** pre 2010 
     90* **Last Modified by:** Paul Butler **Date:** March 20, 2016 
     91* **Last Reviewed by:** Paul Butler **Date:** March 20, 2016 
    8692""" 
    8793from numpy import inf 
Note: See TracChangeset for help on using the changeset viewer.