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

    r737679d r9b79f29  
    8383model computation. 
    8484 
    85 <<<<<<< HEAD 
    8685.. figure:: img/parallelepiped_angle_definition.png 
    8786 
    8887    Orientation of the crystal with respect to the scattering plane, when  
    8988    $\theta = \phi = 0$ the $c$ axis is along the beam direction (the $z$ axis). 
    90 ======= 
    91 .. figure:: img/sc_crystal_angle_definition.jpg 
    92 >>>>>>> 3fd04991e2575b02401723d8534c376cd9b66305 
    9389 
    9490Reference 
     
    134130              ["sld",  "1e-6/Ang^2",         3.0, [0.0, inf],  "sld",         "Sphere scattering length density"], 
    135131              ["sld_solvent", "1e-6/Ang^2",  6.3, [0.0, inf],  "sld",         "Solvent scattering length density"], 
    136               ["theta",       "degrees",     0.0, [-inf, inf], "orientation", "Orientation of the a1 axis w/respect incoming beam"], 
    137               ["phi",         "degrees",     0.0, [-inf, inf], "orientation", "Orientation of the a2 in the plane of the detector"], 
    138               ["psi",         "degrees",     0.0, [-inf, inf], "orientation", "Orientation of the a3 in the plane of the detector"], 
     132              ["theta",       "degrees",    0,    [-360, 360], "orientation", "c axis to beam angle"], 
     133              ["phi",         "degrees",    0,    [-360, 360], "orientation", "rotation about beam"], 
     134              ["psi",         "degrees",    0,    [-360, 360], "orientation", "rotation about c axis"] 
    139135             ] 
    140136# pylint: enable=bad-whitespace, line-too-long 
Note: See TracChangeset for help on using the changeset viewer.