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
a53bc4aa
Commit
a53bc4aa
authored
9 years ago
by
Lynch, Vickie
Browse files
Options
Downloads
Patches
Plain Diff
Refs #14857 add documentation
parent
ba84695d
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/algorithms/IntegratePeaksMD-v2.rst
+37
-1
37 additions, 1 deletion
docs/source/algorithms/IntegratePeaksMD-v2.rst
with
37 additions
and
1 deletion
docs/source/algorithms/IntegratePeaksMD-v2.rst
+
37
−
1
View file @
a53bc4aa
...
...
@@ -97,7 +97,7 @@ IntegrateIfOnEdge option
###################################
Edges for each bank or pack of tubes of the instrument are defined by masking the edges in the PeaksWorkspace instrument.
e.g. For
CORELLI, tube
s
1
and
16, and pixels 0 and 255
.
e.g. For
TOPAZ pixel
s
0
and
255 in both directions for the Rectangular Detector
.
Q in the lab frame for every peak is calculated, call it C
For every point on the edge, the trajectory in reciprocal space is a straight line, going through:
...
...
@@ -124,6 +124,42 @@ for the integration, one of the detector trajectories on the edge is too close t
This method is also applied to all masked pixels. If there are masked pixels trajectories inside an integration volume, the peak must be rejected.
CorrectIfOnEdge option
###################################
This is an extension of what was calculated for the IntegrateIfOnEdge option. It will only be calculated if this option
is true and for the background
:math:`\left|dv\right|<BackgroundOuterRadius`
:math:`h = BackgroundOuterRadius - \left|dv\right|`
:math:`r = BackgroundOuterRadius`
or for the peak (assume that the shape is Gaussian)
:math:`\left|dv\right|<PeakRadius`
:math:`\sigma = PeakRadius / 3`
:math:`h = PeakRadius * exp(-\left|dv\right|^2 / (2 \sigma^2)`
:math:`r = PeakRadius`
The minimum of dv is calculated for each peak and from that value the volume of the cap of the sphere is found:
:math:`V_{cap} = \pi h^2 / 3 (3r - h)`
and the volume of the sphere is calculated
:math:`V_{sphere} = 4/3 \pi r^3`
The integrated intensity is multiplied by the ratio of the volume of the sphere divided by the volume where data was collected
:math:`I_{multiplier} = V_{sphere} / (V_{sphere} - V_{cap})`
Usage
------
...
...
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