Browse Source

gin commit from PF2DSLKM

Modified files: 1
Moritz-Alexander-Kern 1 year ago
parent
commit
b4816d684a

+ 5 - 1
unittest/spike_train_correlation/spike_time_tiling_coefficient/README.md

@@ -23,7 +23,12 @@ This folder contains the data used for spike time tiling coefficient (sttc) unit
 
 
 ## How to run
+### 0. Download original C-Implementation:
+- Download: https://github.com/CCutts/Detecting_pairwise_correlations_in_spike_trains/blob/master/spike_time_tiling_coefficient.c
+- Copy the `spike_time_tiling_coefficient.c` into the `scripts` folder.
+
 ### 1. Create and activate a virtual environment:
+
 ```bash
 python3 -m venv venv
 source venv/bin/activate
@@ -60,4 +65,3 @@ python generate_results.py
 ## References and links
 1. https://github.com/CCutts/Detecting_pairwise_correlations_in_spike_trains/blob/master/spike_time_tiling_coefficient.c
 2. Catherine S Cutts and Stephen J Eglen. Detecting pairwise correlations in spike trains: an objective comparison of methods and application to the study of retinal waves. Journal of Neuroscience, 34(43):14288–14303, 2014. doi: 10.1523/JNEUROSCI.2767-14.2014.
-