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

    r0b56f38 r9b79f29  
    4747.. math:: 
    4848 
    49         \begin{align}     
     49    \begin{align}     
    5050    F(Q,\alpha) = &\bigg[  
    5151    (\rho_c - \rho_f) V_c \frac{2J_1(QRsin \alpha)}{QRsin\alpha}\frac{sin(QLcos\alpha/2)}{Q(L/2)cos\alpha} \\ 
     
    6969.. figure:: img/cylinder_angle_definition.jpg 
    7070 
    71     Definition of the angles for the oriented core shell bicelle tmodel. 
     71    Definition of the angles for the oriented core shell bicelle model, 
     72    note that the cylinder axis of the bicelle starts along the beam direction 
     73    when $\theta  = \phi = 0$. 
    7274 
    7375 
     
    135137    ["sld_rim",        "1e-6/Ang^2", 4, [-inf, inf], "sld",         "Cylinder rim scattering length density"], 
    136138    ["sld_solvent",    "1e-6/Ang^2", 1, [-inf, inf], "sld",         "Solvent scattering length density"], 
    137     ["theta",          "degrees",   90, [-inf, inf], "orientation", "In plane angle"], 
    138     ["phi",            "degrees",    0, [-inf, inf], "orientation", "Out of plane angle"], 
     139    ["theta",          "degrees",   90, [-360, 360], "orientation", "cylinder axis to beam angle"], 
     140    ["phi",            "degrees",    0, [-360, 360], "orientation", "rotation about beam"] 
    139141    ] 
    140142 
     
    160162qy = q*sin(pi/6.0) 
    161163tests = [[{}, 0.05, 7.4883545957], 
    162         [{'theta':80., 'phi':10.}, (qx, qy), 2.81048892474 ], 
     164        [{'theta':80., 'phi':10.}, (qx, qy), 2.81048892474 ] 
    163165        ] 
    164166del qx, qy  # not necessary to delete, but cleaner 
Note: See TracChangeset for help on using the changeset viewer.