Image processing pipelines in Image Analyst MKII
Image Analyst MKIIPipelines Glossary
HomeWorkflowImage Processing BasicsFunctions GlossaryPipelines GlossaryProtocolsQuick How ToSearch

If clause

Parameters:
Name # Type Description
Perform optional processing 1 boolean Yes executes output #1, No executes output #2.
Description:
Example if clause. Following the “If” command execution proceeds to its first output if its only parameter is set to Yes. If this parameter is No, then the pipeline execution proceeds to the “If” command’s second output. Optionally here a “Wait for all inputs” function (renamed to “Branch”) is used with a single input to allow multiple copy-style (red) functions to be added. The if clause is finished by EndIf. EndIf expects to receive only a single input (unless otherwise set), and passes this single input to its output.