Changes in / [3556ad7:e796fcb] in sasmodels
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/conf.py
r9404dd3 r4a21670c 231 231 with open('rst_prolog') as fid: 232 232 rst_prolog = fid.read() 233 234 numfig = True -
sasmodels/models/cylinder.py
r2f63032 r5933c7f 31 31 To provide easy access to the orientation of the cylinder, we define the 32 32 axis of the cylinder using two angles $\theta$ and $\phi$. Those angles 33 are defined in :numref:`figure # cylinder-angle-definition`.33 are defined in :numref:`figure #<cylinder-angle-definition>`. 34 34 35 35 .. _cylinder-angle-definition: -
sasmodels/models/fractal.py
r12dbc90 rdff1088 48 48 **Author:** N/A **on:** 49 49 50 ** Modified by:** Paul Butler **on:** March 18, 201650 **Last Modified by:** Paul Butler **on:** March 20, 2016 51 51 52 ** Reviewed by:** Paul Butler **on:** March 18, 201652 **Last Reviewed by:** Paul Butler **on:** March 20, 2016 53 53 54 54 """ … … 96 96 source = ["lib/sph_j1c.c", "lib/sas_gamma.c", "fractal.c"] 97 97 98 demo = dict(scale=1, background=0, 99 volfraction=0.05, 98 demo = dict(volfraction=0.05, 100 99 radius=5.0, 101 100 fractal_dim=2.0, … … 115 114 # NOTE: test results taken from values returned by SasView 3.1.2 116 115 tests = [ 117 [{}, 0.234959183673, 0.0910228716283], 118 [{}, 0.5, 0.016235799134], 116 [{}, 0.0005, 40.4980069872], 117 [{}, 0.234734468938, 0.0947143166058], 118 [{}, 0.5, 0.0176878183458], 119 119 ] -
sasmodels/models/parallelepiped.py
r2f63032 r5933c7f 7 7 ---------- 8 8 9 | This model calculates the scattering from a rectangular parallelepiped (:numref:`Figure # parallelepiped-image`).9 | This model calculates the scattering from a rectangular parallelepiped (:numref:`Figure #<parallelepiped-image>`). 10 10 | If you need to apply polydispersity, see also :ref:`rectangular-prism`. 11 11 -
sasmodels/models/triaxial_ellipsoid.py
r2f63032 r5933c7f 36 36 we define the axis of the cylinder using the angles $\theta$, $\phi$ 37 37 and $\psi$. These angles are defined on 38 :numref:`figure # triaxial-ellipsoid-angles`.38 :numref:`figure #<triaxial-ellipsoid-angles>`. 39 39 The angle $\psi$ is the rotational angle around its own $c$ axis 40 40 against the $q$ plane. For example, $\psi = 0$ when the
Note: See TracChangeset
for help on using the changeset viewer.