public class SmoothBell
extends Object
implements stream.Processor
Small Processor to smooth the camera image. Works on discrete pixel values, not on a whole time series!!
Gets an array of 1440 values (for example photoncharge or arrival times).
2D Bell Convolution Kernel using only next neighbours:
___
___/ 1 \___
/ 1 \___/ 1 \
\___/ 6 \___/ __1_
/ 1 \___/ 1 \ 12
\___/ 1 \___/
\___/