This function creates a smoothing effect by averaging out noise.

It calculates the gliding average of a time series image, taking into account the defined number of time points according to the following example schematic:

Input Image: SizeT = 6

Averaging Length: AvL = 3

Output image: SizeT(output) = SizeT – AvL + 1 = 6 -3 +1 = 4

Parameter

Description

Averaging Length

Specifies the number of images used to determine the mean value. The maximum value correlates with the number of time points.

Scaling Factor

Multiplies all pixel values are multiplied by the specified factor. The preset value is 1. Values greater 1 can be applied for images with low intensity.