Changeset a503bfd in sasmodels for sasmodels/models/triaxial_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/triaxial_ellipsoid.py

    rd547f16 ra503bfd  
    141141        psi_pd=15, psi_pd_n=1, 
    142142        ) 
     143oldname = 'TriaxialEllipsoidModel' 
     144oldpars = dict(theta='axis_theta', phi='axis_phi', psi='axis_psi', 
     145               sld='sldEll',  solvent_sld='sldSolv', 
     146               req_minor='semi_axisA', req_major='semi_axisB', 
     147               rpolar='semi_axisC') 
Note: See TracChangeset for help on using the changeset viewer.