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

    r737679d r9b79f29  
    113113* **Author:** NIST IGOR/DANSE **Date:** pre 2010 
    114114* **Last Modified by:** Paul Kienzle (improved calculation) **Date:** April 4, 2017 
    115 <<<<<<< HEAD 
    116 * **Last Reviewed by:** Paul Kienzle &Richard Heenan **Date:**  April 4, 2017 
    117 ======= 
    118115* **Last Reviewed by:** Paul Kienzle & Richard Heenan **Date:**  April 4, 2017 
    119 >>>>>>> 3fd04991e2575b02401723d8534c376cd9b66305 
    120116 
    121117""" 
     
    144140              ["radius_polar", "Ang", 10, [0, inf], "volume", 
    145141               "Polar radius, Rc"], 
    146               ["theta", "degrees", 60, [-inf, inf], "orientation", 
    147                "In plane angle"], 
    148               ["phi", "degrees", 60, [-inf, inf], "orientation", 
    149                "Out of plane angle"], 
    150               ["psi", "degrees", 60, [-inf, inf], "orientation", 
    151                "Out of plane angle"], 
     142              ["theta", "degrees", 60, [-360, 360], "orientation", 
     143               "polar axis to beam angle"], 
     144              ["phi", "degrees", 60, [-360, 360], "orientation", 
     145               "rotation about beam"], 
     146              ["psi", "degrees", 60, [-360, 360], "orientation", 
     147               "rotation about polar axis"], 
    152148             ] 
    153149 
Note: See TracChangeset for help on using the changeset viewer.