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
a9cd86fd
"ReadMe.md" did not exist on "53eacc4b7652b412cb728309899bf117d8854f6a"
Commit
a9cd86fd
authored
6 years ago
by
Matthew Andrew
Browse files
Options
Downloads
Patches
Plain Diff
Updated documentation to cover wavelength ranges
parent
3c507d25
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/interfaces/ISIS SANS v2.rst
+30
-1
30 additions, 1 deletion
docs/source/interfaces/ISIS SANS v2.rst
with
30 additions
and
1 deletion
docs/source/interfaces/ISIS SANS v2.rst
+
30
−
1
View file @
a9cd86fd
...
...
@@ -513,6 +513,22 @@ Wavelength
The settings provide the binning for the conversion from
time-of-flight units to wavelength units. Note that all units are Angstrom.
Depending on which Step type you have chosen you will be asked to enter either
a Max and Min wavelength value between which to do the reduction or to specify a
set of wavelength ranges to reduce between. The syntax for the latter case is the
same as that used to specify event slices and is
- *start:step:stop* specifies wavelength slices from a *start* value for the *stop* value
in steps of *step*.
- *start-stop* which specifies a wavelength slice from the *start* value to the *stop* value.
- *>start* specifies a slice from the *start* value to the end of the data set.
- *<stop* specifies a slice from the start of the data set to the *stop* value
In addition it is possible to concatenate these specifications using comma-separation.
An example would be *5-10,12:2:16,20-30*.
+-------+---------------+------------------------------------------+
| **1** | **Min** | The lower bound of the wavelength bins. |
...
...
@@ -522,8 +538,21 @@ time-of-flight units to wavelength units. Note that all units are Angstrom.
| **3** | **Step** | The step of the wavelength bins. |
+-------+---------------+------------------------------------------+
| **4** | **Step type** | The step type of the wavelength bins, |
| | | i.e. linear, logarithmic or variable. |
| | | i.e. linear, logarithmic range linear or |
| | | ranged logarithmic. |
+-------+---------------+------------------------------------------+
| **5** | **Ranges** | A set of wavelength ranges. This option |
| | | only appears if a range step type is |
| | | selected. |
+-------+---------------+------------------------------------------+
Cuts
""""
.. _Cuts:
These allow radius and wavelength cuts to be set. These are in mm
and are passed to :ref:`Q1D <algm-Q1D>` as properties.
Q limits
""""""""
...
...
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