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
c87625cc
Commit
c87625cc
authored
5 years ago
by
Sam Jenkins
Browse files
Options
Downloads
Patches
Plain Diff
updated gem docs to contan all keywords
parent
bf85fb01
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
+38
-7
38 additions, 7 deletions
docs/source/techniques/ISISPowder-GEM-v1.rst
with
38 additions
and
7 deletions
docs/source/techniques/ISISPowder-GEM-v1.rst
+
38
−
7
View file @
c87625cc
...
...
@@ -123,7 +123,7 @@ The following parameters may also be optionally set:
- :ref:`suffix_gem_isis-powder-diffraction-ref`
- :ref:`texture_mode_isis-powder-diffraction-ref`
- :ref:`unit_to_keep_gem_isis-powder-diffraction-ref`
- :ref:`save_a
ngles
_gem_isis-powder-diffraction-ref`
- :ref:`save_a
ll
_gem_isis-powder-diffraction-ref`
If :ref:`sample_empty_gem_isis-powder-diffraction-ref` is
set then the following parameter is also required:
...
...
@@ -522,6 +522,22 @@ Example Input:
# Scale sample empty to 90% of original
gem_example.focus(sample_empty_scale=0.9, ...)
.. _save_all_gem_isis-powder-diffraction-ref:
save_all
^^^^^^^^^^
*Optional*
This parameter specifies whether or not all files should be saved on
texture mode, if this is set to false then the .nxs and .gsas files will not be
saved out. If unset then this defaults to True.
Example Input:
.. code-block:: python
gem_example.focus(save_all=False, ...)
.. _texture_mode_isis-powder-diffraction-ref:
texture_mode
...
...
@@ -736,15 +752,13 @@ On GEM this is set to the following:
raw_tof_cropping_values: (500, 20000)
.. _save_
angles
_gem_isis-powder-diffraction-ref:
.. _save_
gda
_gem_isis-powder-diffraction-ref:
save_
angles
save_
gda
^^^^^^^^^^^
If set to **True**, this saves the scattering angles (theta and eta)
of each focused bank to the 4-column MAUD format (the old
``grouping.new`` format) using :ref:`SaveBankScatteringAngles
<algm-SaveBankScatteringAngles>`.
If set to **True**, this saves the focused workspace to the
MAUD-readable `.gda` format.
If:ref:`texture_mode_isis-powder-diffraction-ref` is set to **True**
this is enabled, and disabled if it is set to **False**.
...
...
@@ -789,6 +803,23 @@ On GEM this is set to the following:
spline_coefficient: 30
.. _subtract_empty_instrument_gem_isis-powder-diffraction-ref:
subtract_empty_instrument
^^^^^^^^^^^^^^^^^^^^^^^^^
Provides the option to disable subtracting empty instrument runs from
the run being focused. This is useful for focusing empties, as
subtracting an empty from itself, or subtracting the previous cycle's
empty from this cycle's, creates meaningless data. Set to **False** to
disable empty subtraction.
On Gem this is set to the following:
.. code-block:: python
subtract_empty_instrument: True
.. _vanadium_cropping_values_gem_isis-powder-diffraction-ref:
vanadium_cropping_values
...
...
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