Changeset 0507e09 in sasmodels for sasmodels/models/ellipsoid.py


Ignore:
Timestamp:
Mar 25, 2019 12:04:23 PM (5 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2464785, c94ab04
Parents:
b6422c7
Message:

Added link to source code to each model. Closes #883

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/ellipsoid.py

    rb297ba9 r0507e09  
    6767 
    6868The $\theta$ and $\phi$ parameters are not used for the 1D output. 
    69  
    70  
    7169 
    7270Validation 
     
    108106---------- 
    109107 
    110 L A Feigin and D I Svergun. 
    111 *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, 
    112 Plenum Press, New York, 1987. 
    113  
    114 A. Isihara. J. Chem. Phys. 18(1950) 1446-1449 
     108.. [#] L A Feigin and D I Svergun. *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum Press, New York, 1987 
     109.. [#] A. Isihara. *J. Chem. Phys.*, 18 (1950) 1446-1449 
     110 
     111Source 
     112------ 
     113 
     114`ellipsoid.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/ellipsoid.py>`_ 
     115 
     116`ellipsoid.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/ellipsoid.c>`_ 
    115117 
    116118Authorship and Verification 
     
    120122* **Converted to sasmodels by:** Helen Park **Date:** July 9, 2014 
    121123* **Last Modified by:** Paul Kienzle **Date:** March 22, 2017 
     124* **Source added by :** Steve King **Date:** March 25, 2019 
    122125""" 
    123126from __future__ import division 
Note: See TracChangeset for help on using the changeset viewer.