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
968921cf
Commit
968921cf
authored
9 years ago
by
Peterson, Peter
Browse files
Options
Downloads
Patches
Plain Diff
Adding documentation for PDToPDFgetN
parent
180365b7
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/algorithms/PDToPDFgetN-v1.rst
+32
-0
32 additions, 0 deletions
docs/source/algorithms/PDToPDFgetN-v1.rst
docs/source/diagrams/PDToPDFgetN-v1_wkflw.dot
+34
-0
34 additions, 0 deletions
docs/source/diagrams/PDToPDFgetN-v1_wkflw.dot
with
66 additions
and
0 deletions
docs/source/algorithms/PDToPDFgetN-v1.rst
0 → 100644
+
32
−
0
View file @
968921cf
.. algorithm::
.. summary::
.. alias::
.. properties::
Description
-----------
This is a workflow algorithm that creates files suitable as input
into `PDFgetN <http://pdfgetn.sourceforge.net/>`_.
#. :ref:`algm-PDLoadCharacterizations`
#. :ref:`algm-LoadEventAndCompress` if ``InputWorkspace`` is not
provided
#. :ref:`algm-PDDetermineCharacterizations` to determine information
from the characterization file
#. :ref:`algm-AlignAndFocusPowder`
#. :ref:`algm-NormaliseByCurrent`
#. :ref:`algm-SetUncertainties` (``SetError="sqrt"``)
#. :ref:`algm-SaveGSS`
Workflow
########
.. diagram:: PDToPDFgetN-v1_wkflw.dot
.. categories::
.. sourcelink::
This diff is collapsed.
Click to expand it.
docs/source/diagrams/PDToPDFgetN-v1_wkflw.dot
0 → 100644
+
34
−
0
View file @
968921cf
digraph
AlignAndFocusPowder
{
label
=
"AlignAndFocusPowder Flowchart"
$
global_style
subgraph
params
{
$
param_style
InputWorkspace
}
subgraph
algoritms
{
$
algorithm_style
loadChar
[
label
=
"PDLoadCharacterizations v1"
]
loadEvent
[
label
=
"LoadEventAndCompress v1"
]
determineChar
[
label
=
"PDDetermineCharacterizations v1"
]
alignAndFocus
[
label
=
"AlignAndFocusPowder v1"
]
norm
[
label
=
"NormaliseByCurrent v1"
]
setUncert
[
label
=
"SetUncertainties v1"
]
saveGSS
[
label
=
"SaveGSS v1"
]
}
subgraph
decisions
{
$
decision_style
}
loadChar
->
determineChar
loadEvent
->
InputWorkspace
InputWorkspace
->
determineChar
InputWorkspace
->
alignAndFocus
determineChar
->
alignAndFocus
alignAndFocus
->
norm
norm
->
setUncert
setUncert
->
saveGSS
}
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