Changeset 40a87fa in sasmodels for sasmodels/models/pringle.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/pringle.py

    rc047acf r40a87fa  
    3131$d$ and $R$ are the "pringle" thickness and radius respectively, $\alpha$ and 
    3232$\beta$ are the two curvature parameters, and $J_n$ is the n\ :sup:`th` order 
    33 Bessel function of the first kind.  
     33Bessel function of the first kind. 
    3434 
    3535.. figure:: img/pringles_fig1.png 
     
    7979def ER(radius, thickness, alpha, beta): 
    8080    """ 
    81         Return equivalent radius (ER) 
     81    Return equivalent radius (ER) 
    8282    """ 
    8383    ddd = 0.75 * radius * (2 * radius * thickness + (thickness + radius) \ 
Note: See TracChangeset for help on using the changeset viewer.