From cddc0507d848447039c2ff5d631044da2d81ccbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Wed, 30 Oct 2024 10:55:22 +0100 Subject: [PATCH] bAP -> Multitrace in docs --- docs/source/eFeatures.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/eFeatures.rst b/docs/source/eFeatures.rst index ec66dc71..d390586c 100644 --- a/docs/source/eFeatures.rst +++ b/docs/source/eFeatures.rst @@ -1626,7 +1626,7 @@ initburst_sahp_vb bpap_attenuation ~~~~~~~~~~~~~~~~ -`bAP Python efeature`_ : Attenuation (ratio of the amplitude of the action potential in the soma and the dendrite) of the backpropagating action potential. +`Multitrace Python efeature`_ : Attenuation (ratio of the amplitude of the action potential in the soma and the dendrite) of the backpropagating action potential. The attenuation is computed by first subtracting the resting potential from the voltage traces. Attention! This cannot be used with the efel.get_feature_values function. You have to use the efel.pyfeatures.multitrace.bpap_attenuation function, @@ -2517,5 +2517,5 @@ positive signal-amplitude value on the largest-amplitude channel. .. _Python efeature: https://github.com/BlueBrain/eFEL/blob/master/efel/pyfeatures/pyfeatures.py .. _ISI Python efeature: https://github.com/BlueBrain/eFEL/blob/master/efel/pyfeatures/isi.py .. _Extracellular: https://github.com/BlueBrain/eFEL/blob/master/efel/pyfeatures/extrafeats.py -.. _bAP Python efeature: https://github.com/BlueBrain/eFEL/blob/master/efel/pyfeatures/multitrace.py +.. _Multitrace Python efeature: https://github.com/BlueBrain/eFEL/blob/master/efel/pyfeatures/multitrace.py .. _Validation Python efeature: https://github.com/BlueBrain/eFEL/blob/master/efel/pyfeatures/validation.py