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
dbe750ad
Commit
dbe750ad
authored
7 years ago
by
Anton Piccardo-Selg
Browse files
Options
Downloads
Patches
Plain Diff
Refs #20335 Venera's corrections
parent
9feb0aeb
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/development/ISISSANSReductionBackend.rst
+7
-6
7 additions, 6 deletions
docs/source/development/ISISSANSReductionBackend.rst
with
7 additions
and
6 deletions
docs/source/development/ISISSANSReductionBackend.rst
+
7
−
6
View file @
dbe750ad
...
@@ -1080,7 +1080,8 @@ a particular masking instruction. The algorithm sub-steps are:
...
@@ -1080,7 +1080,8 @@ a particular masking instruction. The algorithm sub-steps are:
*SANSMove*
*SANSMove*
------------
------------
The :ref:`SANSMove <algm-SANSMove>` algorithm moves a SANS workspace according to the settings in
The :ref:`SANSMove <algm-SANSMove>` algorithm moves the instrument component
of the SANS workspace according to the settings in
the state object. Additionally the user can specify the beam centre.
the state object. Additionally the user can specify the beam centre.
Note that if the beam centre is also specified in the state object, then the
Note that if the beam centre is also specified in the state object, then the
manual selection takes precedence. The way we perform a move is highly-instrument
manual selection takes precedence. The way we perform a move is highly-instrument
...
@@ -1198,9 +1199,9 @@ a script. It takes three important inputs:
...
@@ -1198,9 +1199,9 @@ a script. It takes three important inputs:
loaded data into the ADS. The ADS is also checked for can reductions.
loaded data into the ADS. The ADS is also checked for can reductions.
- An *output_mode* enum, which can be:
- An *output_mode* enum, which can be:
- *PublishToADS*
which
means that the reduced data is added to the ADS
- *PublishToADS* means that the reduced data is added to the ADS
- *SaveToFile*
which
means that the reduced data is saved only to file
- *SaveToFile* means that the reduced data is saved only to file
- *Both*
which
means that the reduced data is added to the ADS and saved to file
- *Both* means that the reduced data is added to the ADS and saved to file
*SANSBatchReduction* reduces the list of states sequentially. The for-loop in
*SANSBatchReduction* reduces the list of states sequentially. The for-loop in
...
@@ -1270,9 +1271,9 @@ The sub-steps of this algorithm are:
...
@@ -1270,9 +1271,9 @@ The sub-steps of this algorithm are:
with the absolute scale and divide by the sample volume.
with the absolute scale and divide by the sample volume.
8. This step creates the adjustment workspaces using :ref:`SANSCreateAdjustmentWorkspaces <algm-SANSCreateAdjustmentWorkspaces>`.
8. This step creates the adjustment workspaces using :ref:`SANSCreateAdjustmentWorkspaces <algm-SANSCreateAdjustmentWorkspaces>`.
This uses the input *TransmissionWorkspace* and *DirectWorkspace* workspaces. Note that
This uses the input *TransmissionWorkspace* and *DirectWorkspace* workspaces. Note that
the
y
are moved using :ref:`SANSMove <algm-SANSMove>` before they are used by the adjustment
the
instruments referenced in the workspace
are moved using :ref:`SANSMove <algm-SANSMove>` before they are used by the adjustment
algorithm. The outputs are a wavelength-adjustment workspace, a pixel-adjustment workspace and a wavelength-and-pixel adjustment
algorithm. The outputs are a wavelength-adjustment workspace, a pixel-adjustment workspace and a wavelength-and-pixel adjustment
workspace. Note that the creation is optional.
workspace. Note that the
ir
creation is optional.
9. Convert the data workspace into histogram-mode using :ref:`RebinToWorkspace <algm-RebinToWorkspace>`.
9. Convert the data workspace into histogram-mode using :ref:`RebinToWorkspace <algm-RebinToWorkspace>`.
This is only relevant for event-mode workspaces where the compatibility mode has not been used. Up until
This is only relevant for event-mode workspaces where the compatibility mode has not been used. Up until
now the event-mode workspace could be used as an event workspace, but the momentum transfer conversion (the next step)
now the event-mode workspace could be used as an event workspace, but the momentum transfer conversion (the next step)
...
...
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