Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/onion.py

    rdb1d9d5 rc1e44e5  
    187187.. [#] L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum Press, New York, 1987. 
    188188 
    189 Source 
    190 ------ 
    191  
    192 `onion.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/onion.py>`_ 
    193  
    194 `onion.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/onion.c>`_ 
    195  
    196189Authorship and Verification 
    197190---------------------------- 
     
    200193* **Last Modified by:** 
    201194* **Last Reviewed by:** Steve King **Date:** March 28, 2019 
    202 * **Source added by :** Steve King **Date:** March 25, 2019 
    203195""" 
    204196 
     
    347339single = False 
    348340have_Fq = True 
    349 radius_effective_modes = ["outer radius"] 
     341effective_radius_type = ["outer radius"] 
    350342 
    351343profile_axes = ['Radius (A)', 'SLD (1e-6/A^2)'] 
Note: See TracChangeset for help on using the changeset viewer.