diff --git a/docs/source/algorithms/MDNormSCD-v1.rst b/docs/source/algorithms/MDNormSCD-v1.rst index b40d68bf8de5504df82a47bcdadbe09d37b0251d..fc36970a285698c734fe1e9004a918ebf7ccca7e 100644 --- a/docs/source/algorithms/MDNormSCD-v1.rst +++ b/docs/source/algorithms/MDNormSCD-v1.rst @@ -13,8 +13,6 @@ Description The algorithm calculates a normalization MD workspace for single crystal diffraction experiments. Trajectories of each detector in reciprocal space are calculated, and the flux is integrated between intersections with each MDBox. A brief introduction to the multi-dimensional data normalization can be found :ref:`here <MDNorm>`. -Results from using this algorithm for TOPAZ data at SNS can be found -`here <http://journals.iucr.org/j/issues/2016/02/00/fs5119/fs5119.pdf>`_. Usage @@ -87,7 +85,14 @@ Usage - + +References +---------- + +The source for how this calculation is done is + +#. T. M. Michels-Clark, A. T. Savici, V. E. Lynch, X. P. Wang and C. M. Hoffmann *Expanding Lorentz and spectrum corrections to large volumes of reciprocal space for single-crystal time-of-flight neutron diffraction. *J Appl Crystallogr **49.2** (2016) doi: `10.1107/S1600576716001369 <http://dx.doi.org/10.1107/S1600576716001369>`_ + .. categories:: .. sourcelink:: diff --git a/docs/source/concepts/MDNorm.rst b/docs/source/concepts/MDNorm.rst index b9ede2db6fc01b3b7a65310097fac089824e8393..140cc650486b7ba46e86f5d935b8a174d4c02134 100644 --- a/docs/source/concepts/MDNorm.rst +++ b/docs/source/concepts/MDNorm.rst @@ -141,8 +141,6 @@ box in :math:`HKL` space. The way to account for excluded data is algorithm dependent. See the documentation for each particular implementation. -Results from using this normalization for a single crystal elastic experiment can be found -`here <http://journals.iucr.org/j/issues/2016/02/00/fs5119/fs5119.pdf>`_. Symmetrization ++++++++++++++ @@ -162,4 +160,11 @@ diffraction (:ref:`MDNormSCD <algm-MDNormSCD>`) and single crystal direct geometry inelastic scattering (:ref:`MDNormDirectSC <algm-MDNormDirectSC>`). +References +---------- + +The source for how this calculation is done is + +#. T. M. Michels-Clark, A. T. Savici, V. E. Lynch, X. P. Wang and C. M. Hoffmann *Expanding Lorentz and spectrum corrections to large volumes of reciprocal space for single-crystal time-of-flight neutron diffraction. *J Appl Crystallogr **49.2** (2016) doi: `10.1107/S1600576716001369 <http://dx.doi.org/10.1107/S1600576716001369>`_ + .. categories:: Concepts