We are attempting to find information about the flow of calcium. We will outline the method being used (for now) below. Following the outline I will examine it with simple test cases. I will use a simple 3D gaussian function to represent calcium concentrations. By shifting the guassian around to different locations we can simulate the notion of calcium movement within successive frames. We will take this foundation and construct different scenarios to explore the limits of the method. For example we will look at both wave like and diffusion like processes
If we can detect or approximate the "flow" i.e. which direction the gaussian moved to in these cases, then I will move on to more complicated test cases such as adding noise and multiple gaussians, etc.
We will approximate the flow within 5 frames at a time: $F_1,F_2,F_3,F_4,F_5$. The steps are enumerated below.
First we take a Gaussian and translate is over 5 frames a small distance. Such a Gaussian and its movement is shown below.
We see the 5 2D plots below
Average of $F_1,F_2,F_3$
Average of $F_3,F_4,F_5$
In [ ]: