Changeset 5111921 in sasmodels
- Timestamp:
- Mar 16, 2016 6:28:02 PM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 228cbd3, 6dd90c1
- Parents:
- 4c05f49
- Location:
- sasmodels/models
- Files:
-
- 7 added
- 8 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/_onion.py
r2f0c07d r5111921 146 146 \frac{j_1(qr_\text{in})}{qr_\text{in}} 147 147 148 .. figure:: img/onion_geometry. gif148 .. figure:: img/onion_geometry.png 149 149 150 150 Example of an onion model profile. -
sasmodels/models/core_shell_ellipsoid.py
r2f0c07d r5111921 10 10 applied over all orientations for 1D. 11 11 12 .. figure:: img/core_shell_ellipsoid_geometry. gif12 .. figure:: img/core_shell_ellipsoid_geometry.png 13 13 14 14 The returned value is in units of $cm^{-1}$, on absolute scale. -
sasmodels/models/core_shell_ellipsoid_xt.py
r2f0c07d r5111921 10 10 ---------- 11 11 12 .. figure:: img/core_shell_ellipsoid_geometry. gif12 .. figure:: img/core_shell_ellipsoid_geometry.png 13 13 14 14 The geometric parameters of this model are -
sasmodels/models/elliptical_cylinder.py
r2f0c07d r5111921 10 10 to any of the orientation angles, and also for the minor radius and the ratio of the ellipse radii. 11 11 12 .. figure:: img/elliptical_cylinder_geometry. gif12 .. figure:: img/elliptical_cylinder_geometry.png 13 13 14 14 *a* = *r_minor* and |nu|\ :sub:`n` = $r_ratio$ (i.e., $r_major / r_minor$). … … 69 69 and 76 degrees are taken for the angles of |theta|, |phi|, and |bigpsi| respectively). 70 70 71 .. figure:: img/elliptical_cylinder_validation_1d. gif71 .. figure:: img/elliptical_cylinder_validation_1d.png 72 72 73 73 Comparison between 1D and averaged 2D. … … 76 76 the results of the averaging by varying the number of angular bins. 77 77 78 .. figure:: img/elliptical_cylinder_averaging. gif78 .. figure:: img/elliptical_cylinder_averaging.png 79 79 80 80 The intensities averaged from 2D over different numbers of bins and angles. -
sasmodels/models/gel_fit.py
r168052c r5111921 33 33 34 34 35 .. figure:: img/gel_fit_1d. gif35 .. figure:: img/gel_fit_1d.png 36 36 37 37 1D plot using the default values (with 300 data points). -
sasmodels/models/hollow_rectangular_prism.py
rdeb7ee0 r5111921 29 29 30 30 .. math:: 31 :nowrap: 32 31 33 \begin{align} 32 34 A_{P\Delta}(q) & = A B C -
sasmodels/models/parallelepiped.py
r2f0c07d r5111921 12 12 .. _parallelepiped-image: 13 13 14 .. figure:: img/parallelepiped .jpg14 .. figure:: img/parallelepiped_geometry.jpg 15 15 16 16 Parallelepiped with the corresponding definition of sides. -
sasmodels/models/sc_crystal.py
r2f0c07d r5111921 53 53 54 54 .. math:: 55 :nowrap: 55 56 56 57 \begin{align*} -
sasmodels/models/squarewell.py
r348557a r5111921 14 14 The interaction potential is: 15 15 16 .. image:: img/image225.PNG 16 .. comment:: 17 18 .. image:: img/image225.PNG 17 19 18 20 .. math:: … … 33 35 q = \sqrt{q_x^2 + q_y^2} 34 36 35 .. figure:: img/squarewell_226.jpg 37 .. comment:: 38 39 .. figure:: img/squarewell_226.jpg 36 40 37 41 1D plot using the default values (in linear scale).* -
sasmodels/models/stacked_disks.py
r2f0c07d r5111921 21 21 ---------- 22 22 23 .. figure:: img/stacked_disks_geometry. gif23 .. figure:: img/stacked_disks_geometry.png 24 24 25 25 The scattered intensity $I(q)$ is calculated as
Note: See TracChangeset
for help on using the changeset viewer.