Skip to content

Commit

Permalink
Docs: add name change warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Jan 8, 2024
1 parent cc4f705 commit df224bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/eFeatures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit df224bd

Please sign in to comment.