Changeset 8afefae in sasmodels
- Timestamp:
- Jan 18, 2017 12:57:12 PM (8 years ago)
- 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
- Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/core_shell_bicelle.py
rfcb33e4 r8afefae 156 156 phi=0) 157 157 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 83 83 84 84 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. 85 86 86 87 … … 148 149 psi=0) 149 150 150 qx, qy = 0.4 * cos(90), 0.5 * sin(0)151 #qx, qy = 0.4 * cos(pi/2.0), 0.5 * sin(0) 151 152 152 153 tests = [
Note: See TracChangeset
for help on using the changeset viewer.