Changeset 1f65db5 in sasmodels
- Timestamp:
- Apr 8, 2017 5:16:13 AM (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:
- 737679d
- Parents:
- 16a8c63
- Location:
- sasmodels/models
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/bcc_paracrystal.py
re2d6e3b r1f65db5 79 79 be accurate. 80 80 81 .. figure:: img/ bcc_angle_definition.png81 .. figure:: img/parallelepiped_angle_definition.png 82 82 83 Orientation of the crystal with respect to the scattering plane. 83 Orientation of the crystal with respect to the scattering plane, when 84 $\theta = \phi = 0$ the $c$ axis is along the beam direction (the $z$ axis). 84 85 85 86 References -
sasmodels/models/core_shell_parallelepiped.py
r1916c52 r1f65db5 6 6 The thickness and the scattering length density of the shell or 7 7 "rim" can be different on each (pair) of faces. However at this time 8 the modeldoes **NOT** actually calculate a c face rim despite the presence of9 the parameter. 8 the 1D calculation does **NOT** actually calculate a c face rim despite the presence of 9 the parameter. Some other aspects of the 1D calculation may be wrong. 10 10 11 11 .. note:: -
sasmodels/models/fcc_paracrystal.py
re2d6e3b r1f65db5 76 76 2D model computation. 77 77 78 .. figure:: img/ bcc_angle_definition.png78 .. figure:: img/parallelepiped_angle_definition.png 79 79 80 Orientation of the crystal with respect to the scattering plane. 80 Orientation of the crystal with respect to the scattering plane, when 81 $\theta = \phi = 0$ the $c$ axis is along the beam direction (the $z$ axis). 81 82 82 83 References -
sasmodels/models/sc_paracrystal.py
r925ad6e r1f65db5 83 83 model computation. 84 84 85 .. figure:: img/sc_crystal_angle_definition.jpg 85 .. figure:: img/parallelepiped_angle_definition.png 86 87 Orientation of the crystal with respect to the scattering plane, when 88 $\theta = \phi = 0$ the $c$ axis is along the beam direction (the $z$ axis). 86 89 87 90 Reference
Note: See TracChangeset
for help on using the changeset viewer.