From df224bdcc204d3971e4949016565f0c8bfda1e52 Mon Sep 17 00:00:00 2001 From: Anil Tuncel Date: Mon, 8 Jan 2024 14:54:00 +0100 Subject: [PATCH] Docs: add name change warnings --- docs/source/eFeatures.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/eFeatures.rst b/docs/source/eFeatures.rst index 6fd9f421..ac597f84 100644 --- a/docs/source/eFeatures.rst +++ b/docs/source/eFeatures.rst @@ -161,6 +161,8 @@ number of spikes in the trace, including outside of stimulus interval Spikecount = len(peak_indices) +**Note**: In the future this feature will be called "spike_count". + `Python efeature`_ : Spikecount_stimint ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -173,6 +175,8 @@ number of spikes inside the stimulus interval peaktimes_stimint = numpy.where((peak_time >= stim_start) & (peak_time <= stim_end)) Spikecount_stimint = len(peaktimes_stimint) +**Note**: In the future this feature will be called "spike_count_stimint". + `LibV5`_ : number_initial_spikes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~