summaryrefslogtreecommitdiff
path: root/pyspike/spikes.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyspike/spikes.py')
-rw-r--r--pyspike/spikes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyspike/spikes.py b/pyspike/spikes.py
index d390222..68c8bc1 100644
--- a/pyspike/spikes.py
+++ b/pyspike/spikes.py
@@ -20,7 +20,8 @@ def add_auxiliary_spikes(spike_train, time_interval):
- time_interval: A pair (T_start, T_end) of values representing the start
and end time of the spike train measurement or a single value representing
the end time, the T_start is then assuemd as 0. Auxiliary spikes will be
- added to the spike train at the beginning and end of this interval.
+ added to the spike train at the beginning and end of this interval, if they
+ are not yet present.
Returns:
- spike train with additional spikes at T_start and T_end.