Skip to content

Commit

Permalink
Merge pull request #1033 from DerAndereJohannes/fix_eda_docstring
Browse files Browse the repository at this point in the history
[docs] Fix the docstring in eda_process for SCR_RiseTime
  • Loading branch information
DominiqueMakowski authored Nov 25, 2024
2 parents 21e3cf7 + a92f192 commit 45a5e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokit2/eda/eda_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 45a5e5f

Please sign in to comment.