From a92f192a911b0c98ffba778da36211552b13ca5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=BCnter=20Herforth?= Date: Wed, 18 Sep 2024 13:10:40 +0200 Subject: [PATCH] fix: SCR_RistTime return value description docstring --- neurokit2/eda/eda_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurokit2/eda/eda_process.py b/neurokit2/eda/eda_process.py index c93361eaa3..279008e8d4 100644 --- a/neurokit2/eda/eda_process.py +++ b/neurokit2/eda/eda_process.py @@ -50,7 +50,7 @@ def eda_process( SCR_Height|The SCR amplitude of the signal including the Tonic component. Note that cumulative \ effects of close-occurring SCRs might lead to an underestimation of the amplitude. SCR_Amplitude|The SCR amplitude of the signal excluding the Tonic component. - SCR_RiseTime|The SCR amplitude of the signal excluding the Tonic component. + SCR_RiseTime|The time taken for SCR onset to reach peak amplitude within the SCR. SCR_Recovery|The samples at which SCR peaks recover (decline) to half amplitude, marked as "1" \ in a list of zeros.