Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
c70af1dd
Commit
c70af1dd
authored
7 years ago
by
Joseph Ramsay
Browse files
Options
Downloads
Patches
Plain Diff
Re #20023 Added documentation for GEM sample details
parent
e68870d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/techniques/ISISPowder-GEM-v1.rst
+70
-0
70 additions, 0 deletions
docs/source/techniques/ISISPowder-GEM-v1.rst
with
70 additions
and
0 deletions
docs/source/techniques/ISISPowder-GEM-v1.rst
+
70
−
0
View file @
c70af1dd
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment