Changeset 9b79f29 in sasmodels for sasmodels/models/cylinder.py


Ignore:
Timestamp:
Apr 8, 2017 7:48:49 AM (7 years ago)
Author:
richardh
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
48438f9
Parents:
737679d
Message:

more docs change for new rotation angles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/cylinder.py

    r3fd0499 r9b79f29  
    127127              ["length", "Ang", 400, [0, inf], "volume", 
    128128               "Cylinder length"], 
    129               ["theta", "degrees", 60, [-inf, inf], "orientation", 
    130                "latitude"], 
    131               ["phi", "degrees", 60, [-inf, inf], "orientation", 
    132                "longitude"], 
     129              ["theta", "degrees", 60, [-360, 360], "orientation", 
     130               "cylinder axis to beam angle"], 
     131              ["phi", "degrees",   60, [-360, 360], "orientation", 
     132               "rotation about beam"], 
    133133             ] 
    134134 
Note: See TracChangeset for help on using the changeset viewer.