Changeset 9a4811a in sasmodels
- Timestamp:
- Aug 16, 2016 3:00:37 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:
- a4f580a
- Parents:
- b1c40bee
- Files:
-
- 8 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/ref/index.rst
rb1c40bee r9a4811a 9 9 intro.rst 10 10 refs.rst 11 magnetism /magnetism.rst11 magnetism.rst -
sasmodels/models/core_multi_shell.py
rb1c40bee r9a4811a 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
rb1c40bee r9a4811a 6 6 7 7 For information about polarised and magnetic scattering, see 8 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation.8 the :ref:`magnetism` documentation. 9 9 10 10 Definition -
sasmodels/models/cylinder.py
rb1c40bee r9a4811a 4 4 The form factor is normalized by the particle volume V = \piR^2L. 5 5 For information about polarised and magnetic scattering, see 6 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation.6 the :ref:`magnetism` documentation. 7 7 8 8 Definition -
sasmodels/models/fuzzy_sphere.py
rb1c40bee r9a4811a 1 1 r""" 2 2 For information about polarised and magnetic scattering, see 3 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation.3 the :ref:`magnetism` documentation. 4 4 5 5 Definition -
sasmodels/models/multilayer_vesicle.py
rb1c40bee r9a4811a 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
rb1c40bee r9a4811a 4 4 The form factor is normalized by the particle volume. 5 5 For information about polarised and magnetic scattering, see 6 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation.6 the :ref:`magnetism` documentation. 7 7 8 8 Definition -
sasmodels/models/sphere.py
rb1c40bee r9a4811a 1 1 r""" 2 2 For information about polarised and magnetic scattering, see 3 the : doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation.3 the :ref:`magnetism` documentation. 4 4 documentation. 5 5
Note: See TracChangeset
for help on using the changeset viewer.