generated from physiopy/physiopy-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
DiscussionDiscussion of a concept or implementation. Need to stay always open.Discussion of a concept or implementation. Need to stay always open.
Description
Hey folks, I took a quick look at the code here, and f I'm not wrong the 3 main functions that could benefit from NK's methods would be filter_physio(), interpolate_physio() and peakfind_physio().
What you could do if you don't want to have NK as a dependency is to have it as a optional dependency, i.e., add an argument like method = "peakdet" (in which case it would do what it currently does), and if method is something else then it tries to load NK (see a usage example here).
For the peak detection method, we could outsource it (or duplicate it if you go for optional dependency) in NK either as a new ecg peak detection method or as a more general agnostic peak detection method.
62442katieb
Metadata
Metadata
Assignees
Labels
DiscussionDiscussion of a concept or implementation. Need to stay always open.Discussion of a concept or implementation. Need to stay always open.
Type
Projects
Status
Todo