peakdet icon indicating copy to clipboard operation
peakdet copied to clipboard

A toolbox for physiological peak detection analyses

Results 25 peakdet issues
Sort by recently updated
recently updated
newest added

Quick check inspired by [PR#5 in physioqc](https://github.com/physiopy/physioqc/pull/5). When resampling a physio object post peak detection, the indexes of peaks and troughs are not interpolated. ## Expected Behavior Say `p` is...

Bug
Urgent

## Proposed Changes ## Change Type - [ ] `bugfix` (+0.0.1)

BugFIX
Urgent

Reference #52 Update peakdet installation guide. ## Proposed Changes - Change instructions to install peakdet through PyPi - Add different sections for Linux, Mac, Window ## Change Type - [...

Documentation

References: https://github.com/physiopy/phys2bids/issues/461 Integrate Loguru for all log types, including info messages, warnings and exception catching ## Proposed Changes - Migrate all message logging to a single logger interface with Loguru....

So far we're adopting basic logging - 95% of the time that's ok, but for instance the logs are not catching errors, which is annoying for bugfixes. [Loguru](https://github.com/Delgan/loguru) might offer...

Enhancement
Good first issue

Closes # Change codebase to integrate peakdet workflow pipeline. **WARNING**: THIS PR IS NOT READY TO MERGE. Still need to add testing. ## Proposed Changes - Add workflow pipeline to...

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()](https://github.com/physiopy/peakdet/blob/master/peakdet/operations.py#L13), [interpolate_physio()](https://github.com/physiopy/peakdet/blob/master/peakdet/operations.py#L65)...

Discussion

Peak detection returns an error if run on physio traces which have no positive values. ## Expected Behavior Ideally a large negative offset shouldn't break the peakfind_physio() operation! ## Actual...

Bug

## Summary Update peakdet installation guide to include the installation via PyPi. The current installation guide is outdated, and lead to some installation bugs (at least on Mac M1). ##...