The hotspot detection algorithm is shown in the slides below and there is also a video of me eplaining it. I begin the explanation around 51 minutes.


In [10]:
from IPython.display import IFrame

IFrame("https://docs.google.com/presentation/d/12olWwtAKuVVp0_Uu6U-BVo2z9Q1Xr7YVCgbXpvNj5y4/embed?start=false&loop=false&delayms=3000&slide=id.g10f5d687fc_1_50", width=902, height=413)


Out[10]:

The slide above is an excerpt from the presentation that Gordon and I gave about our work with you. You may be interested in it! The recording is on youtube and I have embeded it below. (the hotspot detection is presented around 51:00)


In [8]:
IFrame("https://www.youtube.com/embed/R5xsNUlFY_Q", width=560, height=315)


Out[8]:

I tested the algorithm on the "TSeries-06232015-1045__EpOri(12sec_2dir)_Site2_4Hz_0.75ISO_Astro3_AL" dataset. There is a particular diffusive event around frame 192 that I was testing it on. It is shown on slides above (slide 44).

I start the program and it currently looks like the following screen shot...

The image on the left is where the practioner draws their paths. The plots on the right are only for testing purposes. Each plot corresponds to a different flow frame. They are as follows

  • Plot1: 191->192
  • Plot2: 192->193
  • Plot3: 193->194
  • Plot4: 194->195
  • Plot5: 195->196
  • Again this is only for testing, all of this will change when I develop the browser based gui.

    It can be difficult to draw the path on the current plot so we zoom into the region we are interested in and the screen then looks like...

    Lastly we just draw out path along the process and the results will be presented in the plots on the right as follows...

    As we see, the plots are what we would have expected them to be =). This is great news. The second plot down shows the flow from frame 192->193 which in slide 44 of the presentation shows the inward flow of calcium to the point, and the next frame is when the diffusive event takes place. This is clearly shown in the next plot which shows the flow from frame 193->194. The zero crossing in the plot is easy to detect and it predicts the hotspot to be located at the spatial coordinates (x=169.019034,y=128.333777). This is where we would have expected it to occur by visually inspecting the flow in slide 44 of the presentation. What remains is to add a statistical confidence of how likely the hotspot is to be significant. This will be based on how frequently it apprea