Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_sphere.py

    ra34b811 rc1e44e5  
    5050.. [#] A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, John Wiley and Sons, New York, (1955) 
    5151 
    52 Source 
    53 ------ 
    54  
    55 `core_shell_sphere.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_sphere.py>`_ 
    56  
    57 `core_shell_sphere.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/core_shell_sphere.c>`_ 
    58  
    5952Authorship and Verification 
    6053---------------------------- 
     
    6356* **Last Modified by:** 
    6457* **Last Reviewed by:** 
    65 * **Source added by :** Steve King **Date:** March 25, 2019 
    6658""" 
    6759 
     
    9284source = ["lib/sas_3j1x_x.c", "lib/core_shell.c", "core_shell_sphere.c"] 
    9385have_Fq = True 
    94 radius_effective_modes = ["outer radius", "core radius"] 
     86effective_radius_type = ["outer radius", "core radius"] 
    9587 
    9688demo = dict(scale=1, background=0, radius=60, thickness=10, 
Note: See TracChangeset for help on using the changeset viewer.