Changeset b1c40bee in sasmodels
- Timestamp:
- Aug 12, 2016 9:27:01 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:
- 9a4811a, bde38b5
- Parents:
- 40e415d
- Files:
-
- 8 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/ref/index.rst
r9f60c06 rb1c40bee 8 8 9 9 intro.rst 10 magnetism.rst11 10 refs.rst 11 magnetism/magnetism.rst -
sasmodels/models/core_multi_shell.py
r9f60c06 rb1c40bee 26 26 27 27 For information about polarised and magnetic scattering, see 28 the : ref:`magnetism` documentation.28 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 29 29 30 30 Our model uses the form factor calculations implemented in a c-library provided -
sasmodels/models/core_shell_sphere.py
r9f60c06 rb1c40bee 6 6 7 7 For information about polarised and magnetic scattering, see 8 the : ref:`magnetism` documentation.8 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 9 9 10 10 Definition -
sasmodels/models/cylinder.py
r9f60c06 rb1c40bee 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 : ref:`magnetism` documentation.6 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 7 7 8 8 Definition -
sasmodels/models/fuzzy_sphere.py
r9f60c06 rb1c40bee 1 1 r""" 2 2 For information about polarised and magnetic scattering, see 3 the :ref:`magnetism` 4 documentation. 3 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 5 4 6 5 Definition -
sasmodels/models/multilayer_vesicle.py
r9f60c06 rb1c40bee 28 28 29 29 For information about polarised and magnetic scattering, see 30 the : ref:`magnetism` documentation.30 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 31 31 32 32 This code is based on the form factor calculations implemented in the NIST -
sasmodels/models/parallelepiped.py
r9f60c06 rb1c40bee 4 4 The form factor is normalized by the particle volume. 5 5 For information about polarised and magnetic scattering, see 6 the : ref:`magnetism` documentation.6 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 7 7 8 8 Definition -
sasmodels/models/sphere.py
r9f60c06 rb1c40bee 1 1 r""" 2 2 For information about polarised and magnetic scattering, see 3 the : ref:`magnetism` documentation.3 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 4 4 documentation. 5 5
Note: See TracChangeset
for help on using the changeset viewer.