From c70af1ddfdc683a5072f4d77efa6e3ae6f78fcb1 Mon Sep 17 00:00:00 2001 From: Joseph Ramsay <joseph.ramsay@stfc.ac.uk> Date: Tue, 18 Jul 2017 11:25:34 +0100 Subject: [PATCH] Re #20023 Added documentation for GEM sample details --- docs/source/techniques/ISISPowder-GEM-v1.rst | 70 ++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/docs/source/techniques/ISISPowder-GEM-v1.rst b/docs/source/techniques/ISISPowder-GEM-v1.rst index 70115d973e9..ea406b61ef0 100644 --- a/docs/source/techniques/ISISPowder-GEM-v1.rst +++ b/docs/source/techniques/ISISPowder-GEM-v1.rst @@ -698,4 +698,74 @@ On GEM this is set to the following: (510, 18000) # Bank 6 ] +.. _vanadium_sample_details_gem_isis-powder-diffraction-ref: + +Vanadium sample details +^^^^^^^^^^^^^^^^^^^^^^^ + +.. _chemical_formula_sample_details_gem_isis-powder-diffraction-ref: + +chemical_formula +================ + +The chemical formula for the Vanadium rod. +This is a rod consisting of 94.86% Vanadium and 5.14% Niobium. +Because this is not an elemental formula, +:ref:`number_density_sample_details_gem_isis-powder-diffraction-ref` +must also be set. + +On GEM this is set to the following: + +.. code-block:: python + + chemical_formula = "V0.9486 Nb0.0514" + +.. _number_density_sample_details_gem_isis-powder-diffraction-ref: + +number_density +============== + +The number density corresponding to the +:ref:`chemical_formula_sample_details_gem_isis-powder-diffraction-ref` +used. This is in units of atoms/Angstrom^3. + +On GEM this is set to the following: + +.. code-block:: python + + number_density = 0.071 + +cylinder_sample_height +====================== + +The height of the Vanadium rod. + +On GEM this is set to the following: + +.. code-block:: python + + cylinder_sample_height = 4.0 + +cylinder_sample_radius +====================== + +The radius of the Vanadium rod. + +On GEM this is set to the following: + +.. code-block:: python + + cylinder_sample_radius = 0.4 + +cylinder_position +================= + +The position of the Vanadium rod in [x, y, z] + +On GEM this is set to the following: + +.. code-block:: python + + cylinder_position = [0.0, 0.0, 0.0] + .. categories:: Techniques -- GitLab