Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about SCR detection #74

Closed
zqkhan opened this issue Aug 10, 2018 · 1 comment
Closed

Question about SCR detection #74

zqkhan opened this issue Aug 10, 2018 · 1 comment

Comments

@zqkhan
Copy link

zqkhan commented Aug 10, 2018

I'm using your Neurokit toolbox for SCR detection. Would it be possible to have the pseudocode or a detailed description of the 'makowski' method that you use for SCR detection in nk.eda_scr? and which method is used when method='fast', as in Gamboa, Kim or Makowski?

@DominiqueMakowski
Copy link
Member

"kim" and "gamboa" are provided through the biosppy package with the biosppy.eda.kbk_scr and biosppy.eda.basic_scr functions, respectively.

Makowski is the neurokit's alrogithm (see the code) with additional artifact detection and rejection. However, it's an unpublished code per se.

"fast" uses biosppy.tools.find_extrema() function while "slow" uses derivatives.

While the default method worked in my case, do not hesitate to compare the different methods on a signal sample (and let us know about your observations and thougths ;)

@zqkhan zqkhan closed this as completed Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants