Changeset 9f60c06 in sasmodels
- Timestamp:
- Aug 12, 2016 4:50:05 AM (8 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:
- 3c567c6b
- Parents:
- 672978c
- Files:
-
- 3 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ref/index.rst
r7bb290c r9f60c06 8 8 9 9 intro.rst 10 magnetism.rst 10 11 refs.rst -
doc/ref/intro.rst
r61ba623 r9f60c06 44 44 ($x$) axis of the plane of the detector. 45 45 46 For information about polarised and magnetic scattering, see here_.46 For information about polarised and magnetic scattering, see :ref:`magnetism`. 47 47 48 49 .. _here: polar_mag_help.html -
sasmodels/models/core_multi_shell.py
r40a87fa r9f60c06 26 26 27 27 For information about polarised and magnetic scattering, see 28 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation.28 the :ref:`magnetism` documentation. 29 29 30 30 Our model uses the form factor calculations implemented in a c-library provided -
sasmodels/models/core_shell_sphere.py
r40a87fa r9f60c06 4 4 This model provides the form factor, $P(q)$, for a spherical particle with 5 5 a core-shell structure. The form factor is normalized by the particle volume. 6 7 For information about polarised and magnetic scattering, see 8 the :ref:`magnetism` documentation. 6 9 7 10 Definition -
sasmodels/models/cylinder.py
r40a87fa r9f60c06 3 3 r""" 4 4 The form factor is normalized by the particle volume V = \piR^2L. 5 For information about polarised and magnetic scattering, see 6 the :ref:`magnetism` documentation. 5 7 6 8 Definition -
sasmodels/models/fuzzy_sphere.py
r40a87fa r9f60c06 1 1 r""" 2 2 For information about polarised and magnetic scattering, see 3 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>`3 the :ref:`magnetism` 4 4 documentation. 5 5 -
sasmodels/models/multilayer_vesicle.py
r40a87fa r9f60c06 13 13 Geometry of the multilayer_vesicle model. 14 14 15 See the :ref:`core-shell ` model for more documentation.15 See the :ref:`core-shell-sphere` model for more documentation. 16 16 17 17 The 2D scattering intensity is the same as 1D, regardless of the orientation … … 28 28 29 29 For information about polarised and magnetic scattering, see 30 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation.30 the :ref:`magnetism` documentation. 31 31 32 32 This code is based on the form factor calculations implemented in the NIST -
sasmodels/models/parallelepiped.py
r40a87fa r9f60c06 3 3 r""" 4 4 The form factor is normalized by the particle volume. 5 For information about polarised and magnetic scattering, see 6 the :ref:`magnetism` documentation. 5 7 6 8 Definition -
sasmodels/models/sphere.py
r40a87fa r9f60c06 1 1 r""" 2 2 For information about polarised and magnetic scattering, see 3 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>`3 the :ref:`magnetism` documentation. 4 4 documentation. 5 5
Note: See TracChangeset
for help on using the changeset viewer.