Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
6bcb4ca4
Commit
6bcb4ca4
authored
Jan 21, 2016
by
Shahroz Ahmed
Browse files
changing load_sac_eff & load_vana algo to blue
refs #14996
parent
ef0fb3f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/diagrams/PowderDiffractionISIS-v1_wkflw.dot
View file @
6bcb4ca4
...
...
@@ -10,6 +10,8 @@ digraph PowderDiffractionISIS {
Focus_one_Start
[
label
=
"Start Focusing"
]
Focus_All_Start
[
label
=
"Focus All (Run)"
]
subgraph
processes
{
$
process_style
...
...
@@ -33,13 +35,26 @@ digraph PowderDiffractionISIS {
subgraph
algorithms
{
$
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_2
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_CreateSingle_3
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_CreateSingle_4
[
label
=
"CreateSingleValuedWorkspace"
]
LoadSac_Divide_1
[
label
=
"Divide"
]
LoadSac_Divide_2
[
label
=
"Divide"
]
LoadSac_Integrate_1
[
label
=
"Integrate"
]
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_CylinderAbsorption
[
label
=
"CylinderAbsorption"
]
...
...
@@ -119,36 +134,36 @@ digraph PowderDiffractionISIS {
}
subgraph
get_data_sum
{
GetDataSum_Start
->
LoadRaw
FileName
->
LoadRaw
Load
Raw
->
IfHrpd
IfHrpd
->
MaskBins
[
label
=
"true"
]
MaskBins
->
FirstNonZeroNotFound
subgraph
load_van_
get_data_sum
{
GetDataSum_Start
->
LoadVan_
LoadRaw
FileName
->
LoadVan_
LoadRaw
Load
Van_LoadRaw
->
IfHrpd
IfHrpd
->
LoadVan_
MaskBins
[
label
=
"true"
]
LoadVan_
MaskBins
->
FirstNonZeroNotFound
IfHrpd
->
FirstNonZeroNotFound
[
label
=
"else"
]
FirstNonZeroNotFound
->
CreateSingleVal
uedWorkspace
[
label
=
"true"
]
FirstNonZeroNotFound
->
Plus
[
label
=
"else"
]
Plus
->
CreateSingleVal
uedWorkspace
CreateSingleVal
uedWorkspace
->
Divide
FirstNonZeroNotFound
->
LoadVan_
CreateSingleVal
[
label
=
"true"
]
FirstNonZeroNotFound
->
LoadVan_Plus
[
label
=
"else"
]
LoadVan_
Plus
->
LoadVan_
CreateSingleVal
LoadVan_
CreateSingleVal
->
LoadVan_L
Divide
}
subgraph
load_sac_eff
{
LoadSac_Start
->
NoSac
NoSac
->
CreateSingle
ValueWorkspace
[
label
=
"true"
]
NoSac
->
LoadSac_
CreateSingle
_4
[
label
=
"true"
]
NoSac
->
SacEff_RunGetDataSum
[
label
=
"else"
]
SacEff_RunGetDataSum
->
UampsotalLess
UampsotalLess
->
LoadSac_CreateSingle_1
[
label
=
"true"
]
UampsotalLess
->
LoadSac_Integrate_1
[
label
=
"else"
]
LoadSac_Integrate_1
->
MaskDetectorIf
MaskDetectorIf
->
SolidAngle
SolidAngle
->
LoadSac_CreateSingle_2
LoadSac_CreateSingle_2
->
Multiply
Multiply
->
Eff
LoadSac_Integrate_1
->
LoadSac_
MaskDetectorIf
LoadSac_
MaskDetectorIf
->
LoadSac_
SolidAngle
LoadSac_
SolidAngle
->
LoadSac_CreateSingle_2
LoadSac_CreateSingle_2
->
LoadSac_
Multiply
LoadSac_
Multiply
->
Eff
Eff
->
LoadSac_Divide_1
[
label
=
"true"
]
LoadSac_Divide_1
->
ConvertUnits
ConvertUnits
->
Integration
Integration
->
LoadSac_Multiply_1
LoadSac_Divide_1
->
LoadSac_
ConvertUnits
LoadSac_
ConvertUnits
->
LoadSac_
Integration
LoadSac_
Integration
->
LoadSac_Multiply_1
LoadSac_Multiply_1
->
LoadSac_CreateSingle_3
LoadSac_CreateSingle_3
->
LoadSac_Divide_2
...
...
@@ -245,7 +260,7 @@ digraph PowderDiffractionISIS {
}
subgraph
focus_
one
{
subgraph
focus_
all
{
Focus_All_Start
->
Focus_All_Norm
Focus_All_Norm
->
Focus_All_LoadSac1
[
label
=
"true"
]
Focus_All_Norm
->
Focus_All_LoadSac2
[
label
=
"else"
]
...
...
@@ -258,4 +273,4 @@ digraph PowderDiffractionISIS {
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment