You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This image illustrates mean fluorescence (left) and computed delay maps (right). Delay maps are organized such that positive delays are close to astrocytic somata and negative delays far from somata (middle). These delay maps illustrate that astrocytic calcium signals propagate from distal processes to somatic compartments for individual astrocytes.
7
+
This image shows mean fluorescence (left) and computed delay maps (right). Delays are positive close to astrocytic somata and negative far from somata (middle). These delay maps illustrate that astrocytic calcium signals propagate from distal processes to somatic compartments for individual astrocytes.
8
8
9
9
### How the algorithm works
10
10
11
-
The code computes the delay with respect to a reference time trace for each pixel of a 3D movie. This enables to extract typical spatio-temporal delays with respect to a mean time trace across the movie. It works best for either long or relatively noise-free movies. The details of the algorithm are described in Fig. 6 and the associated supplementary figures in **[this preprint](https://www.biorxiv.org/content/10.1101/2022.08.16.504030v1.full)**.
11
+
The code computes the delay with respect to a reference time trace for each pixel of a 3D movie. The reference time trace is generated by averaging across the entire field-of-view. This enables to extract typical spatio-temporal delays with respect to a mean time trace across the movie. It works best for either long or relatively noise-free movies. The details of the algorithm are described in Fig. 6 and the associated supplementary figures in **[this preprint](https://www.biorxiv.org/content/10.1101/2022.08.16.504030v1.full)**.
12
12
13
13
### How to use the algorithm
14
14
15
15
- The code includes extensive comments and should be mostly self-explanatory.
16
16
17
-
- The code is not optimized for performance in order to keep it as simple as possible.
17
+
- The code is not optimized for performance, in order to keep it as simple as possible. Parallelization is implemented for the Matlab but not for the Python version.
18
18
19
19
- The scripts `Demo_analysis_Matlab.m` and `Demo_analysis_Python.py` use a calcium imaging recording as a tif-file and produce a delay map as shown here.
20
20
@@ -36,7 +36,7 @@ The code computes the delay with respect to a reference time trace for each pixe
36
36
37
37
### How to cite this work
38
38
39
-
If you use these scripts in its original or in a modified version, please cite the following publication as reference:
39
+
If you use these scripts in its original or in a modified version, please cite the following publication as reference. An updated version of the preprint will be made available in Summer 2023:
40
40
41
41
> Rupprecht, P., Lewis, C. M., & Helmchen, F. *Centripetal integration of past events by hippocampal astrocytes.* bioRxiv, 2022-08 (2022). [https://www.biorxiv.org/content/10.1101/2022.08.16.504030v1](https://www.biorxiv.org/content/10.1101/2022.08.16.504030v1)
0 commit comments