Changeset 8de1477 in sasmodels for sasmodels/models/rectangular_prism.py


Ignore:
Timestamp:
Nov 5, 2017 10:37:54 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
393facf
Parents:
fc0b7aa
Message:

rectangular_prism/hollow_rectangular_prism: add 2d models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/rectangular_prism.py

    r31df0c9 r8de1477  
    108108              ["c2a_ratio", "", 1, [0, inf], "volume", 
    109109               "Ratio sides c/a"], 
     110              ["theta", "degrees", 0, [-360, 360], "orientation", 
     111               "c axis to beam angle"], 
     112              ["phi", "degrees", 0, [-360, 360], "orientation", 
     113               "rotation about beam"], 
     114              ["psi", "degrees", 0, [-360, 360], "orientation", 
     115               "rotation about c axis"], 
    110116             ] 
    111117 
Note: See TracChangeset for help on using the changeset viewer.