Skip to content

Commit

Permalink
Refs #10205 Clarify the ReflectometryReductionOne workflow diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Dec 3, 2014
1 parent 3507853 commit 4bda234
Showing 1 changed file with 8 additions and 4 deletions.
Expand Up @@ -19,10 +19,10 @@ digraph ReflectometryReductionOne {

subgraph decisions {
node[fillcolor = limegreen, shape = diamond]
checkXUnit [label="X axis in\nWavelength (λ)?"]
checkXUnit [label="X axis in λ?"]
checkMultDet [label="Multidetector?"]
checkTransRun [label="FirstTransmissionRun\ngiven?"]
checkTransUnits [label="X axis in\nWavelength (λ)?"]
checkTransUnits [label="X axis in λ?"]
checkThetaIn [label="ThetaIn given?"]
checkCorDetPos [label="Correct Detector Positions?"]
}
Expand All @@ -31,15 +31,19 @@ digraph ReflectometryReductionOne {
node[style = "rounded,filled", fillcolor = lightskyblue, shape = rectangle]
calcTheta [label="SpecularReflectionCalculateTheta"]
convertToMT [label="ConvertUnits\n(Momentum-transfer)"]
convertToWL [label="ConvertUnits\n(Wavelength)"]
convertToWL [label="ConvertUnits\n(To λ)"]
createTransWS [label="CreateTransmissionWorkspace"]
directBeamNorm [label="Direct Beam Normalisation"]
divideDetMon [label="Divide\n(Detectors / Monitors)"]
divideTrans [label="Divide\n(InputWorkspace / TransmissionWorkspace)"]
intMon [label="Integrate"]
specRefPosCor [label="SpecularReflectionPositionCorrect"]
}

subgraph processes {
node[fillcolor = lightseagreen, shape = rectangle]
directBeamNorm [label="Perform Direct\nBeam Normalisation"]
}

subgraph values {
node[fontname = "Times-Roman", fillcolor = grey, shape = parallelogram]
valMon [label="I₀(λ)"]
Expand Down

0 comments on commit 4bda234

Please sign in to comment.