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
7f5d8721
Commit
7f5d8721
authored
10 years ago
by
Owen Arnold
Browse files
Options
Downloads
Patches
Plain Diff
refs #9955. Document and format.
parent
346f9eaa
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/Mantid/Framework/Algorithms/src/Stitch1D.cpp
+511
-506
511 additions, 506 deletions
Code/Mantid/Framework/Algorithms/src/Stitch1D.cpp
Code/Mantid/docs/source/algorithms/Stitch1D-v3.rst
+10
-0
10 additions, 0 deletions
Code/Mantid/docs/source/algorithms/Stitch1D-v3.rst
with
521 additions
and
506 deletions
Code/Mantid/Framework/Algorithms/src/Stitch1D.cpp
+
511
−
506
View file @
7f5d8721
This diff is collapsed.
Click to expand it.
Code/Mantid/docs/source/algorithms/Stitch1D-v3.rst
+
10
−
0
View file @
7f5d8721
...
...
@@ -22,6 +22,16 @@ The workspaces must be histogrammed. Use
:ref:`algm-ConvertToHistogram` on workspaces prior to
passing them to this algorithm.
**Special Value Processing**
Special values, meaning infinite and NaN double precision values, are treated in a different way by the algorithm. The processing is as follows:
#. The workspaces are initially rebinned, as prescribed by the rebin Params (determined automatically if not provided)
#. Each spectra is searched for signal values and error values that are special values. Positions and type of special value are recorded
#. Special values found in the previous step are set to zero
#. Stitching proceeds, integration will not be performed considering any special values
#. Post processing the indexes of the special values are used to put the special values back where they came from
Usage
-----
**Example - a basic example using stitch1D to stitch two workspaces together.**
...
...
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