Skip to content

Commit

Permalink
fix: SCR_RistTime return value description docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereJohannes committed Sep 18, 2024
1 parent 21e3cf7 commit a92f192
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 a92f192

Please sign in to comment.