From 89287c100c7a49d8e5ee5ca848a77550a4ea36b5 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Mon, 20 Oct 2014 18:17:44 +0200 Subject: fixed typo --- Readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.rst b/Readme.rst index b0128c0..72be27e 100644 --- a/Readme.rst +++ b/Readme.rst @@ -81,7 +81,7 @@ As result, :code:`load_spike_trains_from_txt` returns a *list of arrays* contain If you load spike trains yourself, i.e. from data files with different structure, you can use the helper function :code:`add_auxiliary_spikes` to add the auxiliary spikes at the beginning and end of the observation interval. Both the ISI and the SPIKE distance computation require the presence of auxiliary spikes, so make sure you have those in your spike trains: -..code:: python +.. code:: python spike_train = spk.add_auxiliary_spikes(spike_train, (T_start, T_end)) # if you provide only a single value, it is interpreted as T_end, while T_start=0 -- cgit v1.2.3