Channel Stack Filter

Combines (stacks) two or three sets of channels into a single data set.

Category

category_mask_selection Channel Stack

Node

channelstack_node

Parameters

NumberOfInputs: The number of inputs to stack

Inputs

Input 1: the first input

Input 2: the second input

Input 3 (optional): the third input

Outputs

Output: the stacked data

Effect of the Filter

The filter will stack all of the channels from all of the inputs in the order of the inputs. The data of the inputs must be compatible in order for the channels to be able to be stacked.

Examples

If the first input data set has the channels

  • 400nm, 450nm

and the second input data set has the channels

  • 700nm, 750nm, 800nm

then the output of the filter will include the following channels:

  • 400nm, 450nm, 700nm, 750nm, 800nm