Improve/clarify `Evoked.get_peak()`
See original GitHub issueAs discussed with @drammock here, we should discuss if the current implementation of Evoked.get_peak()
is sufficient or if we should improve it with a true peak detection. Currently, it only finds the min/max within an array. If we decide that the current behavior is good enough, we should at least put a note in the docstring.
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
let’s do a first PR with this warning. Then scipy can be done in a next PR
👍 for
scipy.signal.find_peaks
, and we should probably keep the old method around by introducting amethod
parameter. WDYT?