Image Analyst MKIIWorkflow
HomeWorkflowImage Processing PrinciplesFunctions GlossaryPipelines GlossaryProtocolsQuick How ToSearch

Pipeline example #3: Adding master parameters to a pipeline

This is a step-by-step tutorial for adding master parameters to a pipeline. The master parameters are the parameters shown in the main parameter bar of Image Analyst MKII for the pipeline and control one or more function parameters within the pipeline. Master parameters are used to provide 'biological decoding' of pipelines functions for basic or routine use of the pipeline.
  • Open an arbitrary pipeline

In the Pipeline window:

  1. Press the button in the toolbar of the (unlocked) Pipeline Window.

  2. Select a function parameter that you want to use as a pipeline parameter.

  3. Click the first empty cell in the Caption column in the bottom.

  4. Click the button at the end of the Caption edit and Add Add the parameter.

  1. Multiple parameters of the same type (integer, real, boolean or text) can be added to each pipeline parameter.

  2. To switch between linked parameters, use the pick list in the Assign To column.

  3. Set the value of the master parameter, constraints for integer and real typed parameters, error message appearing for constraint violation and the hint of the parameter in the corresponding columns.

  1. The numerical value of a pipeline parameter can be assigned to a function parameter by expressing it using a mathematical formula started with an equation mark typed in the parameter of the function, and referring to the associated pipeline parameter as “param”. Thus =2*param will pass the double of the value of the pipeline parameter to the given function. See details on the math parser (evaluator) here.