Changes in / [fe496dd:6b7e2f7] in sasmodels


Ignore:
Files:
2 added
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • doc/ref/magnetism/magnetism.rst

    rb1c40bee r524e5c4  
    1717 
    1818For magnetic scattering, only the magnetization component $\mathbf{M_\perp}$ 
    19 perpendicular to the scattering vector $\mathbf{Q}$ contributes to the the magnetic 
     19perpendicular to the scattering vector $\mathbf{Q}$ contributes to the magnetic 
    2020scattering length. 
    2121 
    2222 
    2323.. figure:: 
    24     img/mag_vector.bmp 
     24    mag_img/mag_vector.bmp 
    2525 
    2626The magnetic scattering length density is then 
     
    4242 
    4343.. figure:: 
    44     img/M_angles_pic.bmp 
     44    mag_img/M_angles_pic.bmp 
    4545 
    4646If the angles of the $Q$ vector and the spin-axis $x'$ to the $x$ - axis are 
    4747$\phi$ and $\theta_{up}$, respectively, then, depending on the spin state of the 
    4848neutrons, the scattering length densities, including the nuclear scattering 
    49 length density ($\beta_N$) are 
     49length density ($\beta{_N}$) are 
    5050 
    5151.. math:: 
     
    8383===========   ================================================================ 
    8484 M0_sld        = $D_M M_0$ 
    85  Up_theta      = $\theta_up$ 
     85 Up_theta      = $\theta_{up}$ 
    8686 M_theta       = $\theta_M$ 
    8787 M_phi         = $\phi_M$ 
  • sasmodels/models/core_multi_shell.py

    rb1c40bee r9a4811a  
    2626 
    2727For information about polarised and magnetic scattering, see 
    28 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     28the :ref:`magnetism` documentation. 
    2929 
    3030Our model uses the form factor calculations implemented in a c-library provided 
  • sasmodels/models/core_shell_sphere.py

    rb1c40bee r9a4811a  
    66 
    77For information about polarised and magnetic scattering, see 
    8 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     8the :ref:`magnetism` documentation. 
    99 
    1010Definition 
  • sasmodels/models/cylinder.py

    rb1c40bee r9a4811a  
    44The form factor is normalized by the particle volume V = \piR^2L. 
    55For information about polarised and magnetic scattering, see 
    6 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     6the :ref:`magnetism` documentation. 
    77 
    88Definition 
  • sasmodels/models/fuzzy_sphere.py

    rb1c40bee r9a4811a  
    11r""" 
    22For information about polarised and magnetic scattering, see 
    3 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     3the :ref:`magnetism` documentation. 
    44 
    55Definition 
  • sasmodels/models/multilayer_vesicle.py

    rb1c40bee r9a4811a  
    2828 
    2929For information about polarised and magnetic scattering, see 
    30 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     30the :ref:`magnetism` documentation. 
    3131 
    3232This code is based on the form factor calculations implemented in the NIST 
  • sasmodels/models/parallelepiped.py

    rb1c40bee r9a4811a  
    44The form factor is normalized by the particle volume. 
    55For information about polarised and magnetic scattering, see 
    6 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     6the :ref:`magnetism` documentation. 
    77 
    88Definition 
  • sasmodels/models/sphere.py

    rb1c40bee r9a4811a  
    11r""" 
    22For information about polarised and magnetic scattering, see 
    3 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     3the :ref:`magnetism` documentation. 
    44documentation. 
    55 
Note: See TracChangeset for help on using the changeset viewer.