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
6bcb4ca4
Commit
6bcb4ca4
authored
9 years ago
by
Shahroz Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
changing load_sac_eff & load_vana algo to blue
refs #14996
parent
ef0fb3f9
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/diagrams/PowderDiffractionISIS-v1_wkflw.dot
+36
-21
36 additions, 21 deletions
docs/source/diagrams/PowderDiffractionISIS-v1_wkflw.dot
with
36 additions
and
21 deletions
docs/source/diagrams/PowderDiffractionISIS-v1_wkflw.dot
+
36
−
21
View file @
6bcb4ca4
...
@@ -10,6 +10,8 @@ digraph PowderDiffractionISIS {
...
@@ -10,6 +10,8 @@ digraph PowderDiffractionISIS {
Focus_one_Start
[
label
=
"Start Focusing"
]
Focus_one_Start
[
label
=
"Start Focusing"
]
Focus_All_Start
[
label
=
"Focus All (Run)"
]
Focus_All_Start
[
label
=
"Focus All (Run)"
]
subgraph
processes
{
subgraph
processes
{
$
process_style
$
process_style
...
@@ -33,13 +35,26 @@ digraph PowderDiffractionISIS {
...
@@ -33,13 +35,26 @@ digraph PowderDiffractionISIS {
subgraph
algorithms
{
subgraph
algorithms
{
$
algorithm_style
$
algorithm_style
LoadVan_LoadRaw
[
label
=
"LoadRaw"
]
LoadVan_MaskBins
[
label
=
"MaskBins"
]
LoadVan_Plus
[
label
=
"Plus"
]
LoadVan_CreateSingleVal
[
label
=
"CreateSingleValuedWorkspace"
]
LoadVan_LDivide
[
label
=
"Divide"
]
LoadSac_CreateSingle_1
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_CreateSingle_1
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_CreateSingle_2
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_CreateSingle_2
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_CreateSingle_3
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_CreateSingle_3
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_CreateSingle_4
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_Divide_1
[
label
=
"Divide"
]
LoadSac_Divide_1
[
label
=
"Divide"
]
LoadSac_Divide_2
[
label
=
"Divide"
]
LoadSac_Divide_2
[
label
=
"Divide"
]
LoadSac_Integrate_1
[
label
=
"Integrate"
]
LoadSac_Integrate_1
[
label
=
"Integrate"
]
LoadSac_Multiply_1
[
label
=
"Multiply"
]
LoadSac_Multiply_1
[
label
=
"Multiply"
]
LoadSac_MaskDetectorIf
[
label
=
"MaskDetectorIf"
]
LoadSac_SolidAngle
[
label
=
"SolidAngle"
]
LoadSac_Multiply
[
label
=
"Multiply"
]
LoadSac_ConvertUnits
[
label
=
"ConvertUnits"
]
LoadSac_Integration
[
label
=
"Integration"
]
CorrAbs_ConvertUnits
[
label
=
"ConvertUnits"
]
CorrAbs_ConvertUnits
[
label
=
"ConvertUnits"
]
CorrAbs_CylinderAbsorption
[
label
=
"CylinderAbsorption"
]
CorrAbs_CylinderAbsorption
[
label
=
"CylinderAbsorption"
]
...
@@ -119,36 +134,36 @@ digraph PowderDiffractionISIS {
...
@@ -119,36 +134,36 @@ digraph PowderDiffractionISIS {
}
}
subgraph
get_data_sum
{
subgraph
load_van_
get_data_sum
{
GetDataSum_Start
->
LoadRaw
GetDataSum_Start
->
LoadVan_
LoadRaw
FileName
->
LoadRaw
FileName
->
LoadVan_
LoadRaw
Load
Raw
->
IfHrpd
Load
Van_LoadRaw
->
IfHrpd
IfHrpd
->
MaskBins
[
label
=
"true"
]
IfHrpd
->
LoadVan_
MaskBins
[
label
=
"true"
]
MaskBins
->
FirstNonZeroNotFound
LoadVan_
MaskBins
->
FirstNonZeroNotFound
IfHrpd
->
FirstNonZeroNotFound
[
label
=
"else"
]
IfHrpd
->
FirstNonZeroNotFound
[
label
=
"else"
]
FirstNonZeroNotFound
->
CreateSingleVal
uedWorkspace
[
label
=
"true"
]
FirstNonZeroNotFound
->
LoadVan_
CreateSingleVal
[
label
=
"true"
]
FirstNonZeroNotFound
->
Plus
[
label
=
"else"
]
FirstNonZeroNotFound
->
LoadVan_Plus
[
label
=
"else"
]
Plus
->
CreateSingleVal
uedWorkspace
LoadVan_
Plus
->
LoadVan_
CreateSingleVal
CreateSingleVal
uedWorkspace
->
Divide
LoadVan_
CreateSingleVal
->
LoadVan_L
Divide
}
}
subgraph
load_sac_eff
{
subgraph
load_sac_eff
{
LoadSac_Start
->
NoSac
LoadSac_Start
->
NoSac
NoSac
->
CreateSingle
ValueWorkspace
[
label
=
"true"
]
NoSac
->
LoadSac_
CreateSingle
_4
[
label
=
"true"
]
NoSac
->
SacEff_RunGetDataSum
[
label
=
"else"
]
NoSac
->
SacEff_RunGetDataSum
[
label
=
"else"
]
SacEff_RunGetDataSum
->
UampsotalLess
SacEff_RunGetDataSum
->
UampsotalLess
UampsotalLess
->
LoadSac_CreateSingle_1
[
label
=
"true"
]
UampsotalLess
->
LoadSac_CreateSingle_1
[
label
=
"true"
]
UampsotalLess
->
LoadSac_Integrate_1
[
label
=
"else"
]
UampsotalLess
->
LoadSac_Integrate_1
[
label
=
"else"
]
LoadSac_Integrate_1
->
MaskDetectorIf
LoadSac_Integrate_1
->
LoadSac_
MaskDetectorIf
MaskDetectorIf
->
SolidAngle
LoadSac_
MaskDetectorIf
->
LoadSac_
SolidAngle
SolidAngle
->
LoadSac_CreateSingle_2
LoadSac_
SolidAngle
->
LoadSac_CreateSingle_2
LoadSac_CreateSingle_2
->
Multiply
LoadSac_CreateSingle_2
->
LoadSac_
Multiply
Multiply
->
Eff
LoadSac_
Multiply
->
Eff
Eff
->
LoadSac_Divide_1
[
label
=
"true"
]
Eff
->
LoadSac_Divide_1
[
label
=
"true"
]
LoadSac_Divide_1
->
ConvertUnits
LoadSac_Divide_1
->
LoadSac_
ConvertUnits
ConvertUnits
->
Integration
LoadSac_
ConvertUnits
->
LoadSac_
Integration
Integration
->
LoadSac_Multiply_1
LoadSac_
Integration
->
LoadSac_Multiply_1
LoadSac_Multiply_1
->
LoadSac_CreateSingle_3
LoadSac_Multiply_1
->
LoadSac_CreateSingle_3
LoadSac_CreateSingle_3
->
LoadSac_Divide_2
LoadSac_CreateSingle_3
->
LoadSac_Divide_2
...
@@ -245,7 +260,7 @@ digraph PowderDiffractionISIS {
...
@@ -245,7 +260,7 @@ digraph PowderDiffractionISIS {
}
}
subgraph
focus_
one
{
subgraph
focus_
all
{
Focus_All_Start
->
Focus_All_Norm
Focus_All_Start
->
Focus_All_Norm
Focus_All_Norm
->
Focus_All_LoadSac1
[
label
=
"true"
]
Focus_All_Norm
->
Focus_All_LoadSac1
[
label
=
"true"
]
Focus_All_Norm
->
Focus_All_LoadSac2
[
label
=
"else"
]
Focus_All_Norm
->
Focus_All_LoadSac2
[
label
=
"else"
]
...
@@ -258,4 +273,4 @@ digraph PowderDiffractionISIS {
...
@@ -258,4 +273,4 @@ digraph PowderDiffractionISIS {
}
}
}
}
\ No newline at end of file
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