peakdet
peakdet copied to clipboard
A toolbox for physiological peak detection analyses
Stems from #32. If possible, we should implement the method employed in PhysIO here.
This applies to [`phys2denoise`](https://github.com/physiopy/phys2denoise) as well, but I figured I'd raise it here because `peakdet` would presumably be run before `phys2denoise` in folks' pipelines. Basically, I think we should figure...
Currently, I believe that there are hardcoded cutoffs for different modalities, but we probably want to be able to calculate cutoffs from sequence parameters as well. @62442katieb, I think this...
There are some outlines for classes for different physiological modalities in `peakdet.modalities` (those these are mostly holdovers from a previous version of the code and need some dramatic updating to...
It would be great to have the ability to synchronize plots (including editing functionality) across different physiological modalities. Ideally plots would all share an x-axis (e.g., time) and would be...
## Detailed Description Once `physutils` is published, it needs to be integrated to peakdet for the use of the `Physio` object, which is being migrated
Currently, in `peakdet/tests/test_physio`, the `test_phys2neurokit` and `test_neurokit2phys` unit tests are outdated, potentially written for another version of the respective `physio.neurokit2phys` and `physio.phys2neurokit` functions.
## Summary See [comment on PR#78](https://github.com/physiopy/peakdet/pull/78#issuecomment-2306479084) ## Additional detail ## Next Steps * * *