Changeset 5bc6d21 in sasmodels
- Timestamp:
- Mar 18, 2018 1:30:41 PM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 17a8c94
- Parents:
- 331870d
- Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/core_shell_parallelepiped.py
r331870d r5bc6d21 143 143 detector plane. 144 144 145 146 Validation 147 ---------- 148 149 Cross-checked against hollow rectangular prism and rectangular prism for equal 150 thickness overlapping sides, and by Monte Carlo sampling of points within the 151 shape for non-uniform, non-overlapping sides. 152 153 145 154 References 146 155 ---------- … … 159 168 * **Converted to sasmodels by:** Miguel Gonzalez **Date:** February 26, 2016 160 169 * **Last Modified by:** Paul Kienzle **Date:** October 17, 2017 161 * Cross-checked against hollow rectangular prism and rectangular prism for162 equal thickness overlapping sides, and by Monte Carlo sampling of points163 within the shape for non-uniform, non-overlapping sides.164 170 """ 165 171 -
sasmodels/models/parallelepiped.py
rdbf1a60 r5bc6d21 2 2 # Note: model title and parameter table are inserted automatically 3 3 r""" 4 The form factor is normalized by the particle volume.5 For information about polarised and magnetic scattering, see6 the :ref:`magnetism` documentation.7 8 4 Definition 9 5 ---------- … … 11 7 This model calculates the scattering from a rectangular parallelepiped 12 8 (:numref:`parallelepiped-image`). 13 If you need to apply polydispersity, see also :ref:`rectangular-prism`. 9 If you need to apply polydispersity, see also :ref:`rectangular-prism`. For 10 information about polarised and magnetic scattering, see 11 the :ref:`magnetism` documentation. 14 12 15 13 .. _parallelepiped-image: … … 26 24 error, or fixing of some dimensions at expected values, may help. 27 25 28 The 1D scattering intensity $I(q)$ is calculated as: 26 The form factor is normalized by the particle volume and the 1D scattering 27 intensity $I(q)$ is then calculated as: 29 28 30 29 .. Comment by Miguel Gonzalez:
Note: See TracChangeset
for help on using the changeset viewer.