AppendParameters

The appendParameters logic transfers one or multiple parameters from one image stack to another. This can be useful to append the results of a classification, alignment etc. of a coarsed image stack onto the original images.

For each image in the first stack, a corresponding image with the same ImageID should be in the second stack. Both image stacks must have the same amount of images. The parameters of the image from the second stack are transfered into the header of the image from the first stack. This can be used e.g. if the results of a classification, alignment etc. of a coarsed image stack shall be appended to the original images. Both image stacks must have the same amount of images.

Several modes of parameter transfer can be selected. This table gives detailed information on which mode leads to which result:

List of parameters Description
All All header parameter values are transfered from the second input to the stack of images in the first input.
Custom Only a subset of parameter values is transfered, which need to be defined by the user.
→ Appended parameters Several parameters need to by separated by commas.
clusterMember Only the header value clusterMember is transfered.
appliedXShift Only the header value appliedXShift is transfered.
appliedYShift Only the header value appliedYShift is transfered.
eulerAlpha Only the header value eulerAlpha is transfered.
eulerBeta Only the header value eulerBeta is transfered.
eulerGamma Only the header value eulerGamma is transfered.
Input Description
Input images Stack of images, where the parameters of a second stack should be appended to.
Input parameters Stack of images, which hold the header parameter values that shall be appended to those from the first input.
Output Description
Modified images Stack of images from “input images”, supplemented with the selected header parameter values of the “input parameters” stack of images.