Changeset 8afefae in sasmodels


Ignore:
Timestamp:
Jan 18, 2017 10:57:12 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:
3b9a526
Parents:
b7e8b94
Message:

tweaks to documentation

Location:
sasmodels/models
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_bicelle.py

    rfcb33e4 r8afefae  
    156156            phi=0) 
    157157 
    158 qx, qy = 0.4 * cos(90), 0.5 * sin(0) 
     158#qx, qy = 0.4 * cos(pi/2.0), 0.5 * sin(0) 
  • sasmodels/models/core_shell_bicelle_elliptical.py

    rfcb33e4 r8afefae  
    8383 
    8484    Definition of the angles for the oriented core_shell_bicelle_elliptical model. 
     85    Note that *theta* and *phi* are currently defined differently to those for the core_shell_bicelle model. 
    8586 
    8687 
     
    148149            psi=0) 
    149150 
    150 qx, qy = 0.4 * cos(90), 0.5 * sin(0) 
     151#qx, qy = 0.4 * cos(pi/2.0), 0.5 * sin(0) 
    151152 
    152153tests = [ 
Note: See TracChangeset for help on using the changeset viewer.