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
2c4a162c
Unverified
Commit
2c4a162c
authored
6 years ago
by
Martyn Gigg
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #23162 from mantidproject/indirect_docs
Fixing indirect interface documentation
parents
f74b7109
263c8755
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/interfaces/Indirect Data Analysis.rst
+9
-3
9 additions, 3 deletions
docs/source/interfaces/Indirect Data Analysis.rst
with
9 additions
and
3 deletions
docs/source/interfaces/Indirect Data Analysis.rst
+
9
−
3
View file @
2c4a162c
...
...
@@ -104,7 +104,7 @@ MSD Fit
-------
Given either a saved NeXus file or workspace generated using the Elwin tab, this
tab fits :math:`
log(
intensity
)
` vs. :math:`Q` with
a straight line
for each
tab fits :math:`intensity` vs. :math:`Q` with
one of three functions
for each
run specified to give the Mean Square Displacement (MSD). It then plots the MSD
as function of run number. This is done by means of the
:ref:`QENSFitSequential <algm-QENSFitSequential>` algorithm.
...
...
@@ -115,14 +115,17 @@ temperature is read and the MSD is plotted versus temperature; if they do not
exist the MSD is plotted versus run number (last 3 digits).
The fitted parameters for all runs are in _msd_Table and the <u2> in _msd. To
run the Sequential fit a workspace named <inst><first-run>_to_<last-run>_
lnI
is
created of :math:`
ln(I)
` v. :math:`Q` for all runs. A contour or 3D plot of
run the Sequential fit a workspace named <inst><first-run>_to_<last-run>_
eq
is
created of :math:`
intensity
` v. :math:`Q` for all runs. A contour or 3D plot of
this may be of interest.
A sequential fit is run by clicking the Run button at the bottom of the tab, a
single fit can be done using the Fit Single Spectrum button underneath the
preview plot.
The Peters model[1] reduces to a Gaussian at large (towards infinity) beta. The Yi[2] model
reduces to a Gaussian at sigma equal to zero.
.. interface:: Data Analysis
:width: 450
:widget: tabMSD
...
...
@@ -558,7 +561,10 @@ The Temperature Correction is a :ref:`UserFunction <func-UserFunction>` with the
formula :math:`((x * 11.606) / T) / (1 - exp(-((x * 11.606) / T)))` where
:math:`T` is the temperature in Kelvin.
**References**
1. Peters & Kneller, Journal of Chemical Physics, 139, 165102 (2013)
2. Yi et al, J Phys Chem B 116, 5028 (2012)
.. categories:: Interfaces Indirect
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