Changeset 66ebdd6 in sasmodels for sasmodels/models/hollow_cylinder.py


Ignore:
Timestamp:
Nov 19, 2015 2:47:50 PM (8 years ago)
Author:
krzywon
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:
5d80bbf
Parents:
8fe0b9b
Message:

Finished the hollow_cylinder model and added unit tests to guinier and
lorentz models.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/hollow_cylinder.py

    r6cf1cb3 r66ebdd6  
    4949.. image:: img/image061.jpg 
    5050 
    51 *Figure. Definition of the angles for the oriented HollowCylinderModel.* 
     51*Figure. Definition of the angles for the oriented hollow_cylinder model.* 
    5252 
    5353.. image:: img/image062.jpg 
     
    103103               core_radius='core_radius',sld='sldCyl',length='length', 
    104104               solvent_sld='sldSolv',phi='axis_phi',theta='axis_theta') 
     105 
     106# Parameters for unit tests 
     107tests = [ 
     108         [{"radius" : 30.0},0.00005,1764.926] 
     109         ] 
Note: See TracChangeset for help on using the changeset viewer.