Changeset a503bfd in sasmodels for sasmodels/models/ellipsoid.py


Ignore:
Timestamp:
Feb 16, 2015 7:41:55 PM (9 years ago)
Author:
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:
a1542aae, 373d1b6
Parents:
d547f16
Message:

move sasview→sasmodels conversion info to model definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/ellipsoid.py

    rd547f16 ra503bfd  
    189189        phi_pd=15, phi_pd_n=1, 
    190190        ) 
     191oldname = 'EllipsoidModel' 
     192oldpars = dict(theta='axis_theta', phi='axis_phi', 
     193               sld='sldEll', solvent_sld='sldSolv', 
     194               rpolar='radius_a', requatorial='radius_b') 
Note: See TracChangeset for help on using the changeset viewer.