NeuroKit icon indicating copy to clipboard operation
NeuroKit copied to clipboard

0.2.10

Open DominiqueMakowski opened this issue 1 month ago • 0 comments

Roadmap

RSP

  • [ ] Add rsp_segment() (similar to ppg_segment())
  • [ ] Add the cycle overlay plots to RSP
  • [ ] Streamline rsp_plot() (same as ppg_plot())

PPG

  • [ ] Detect PPG diastolic peaks? (between each peak and the next trough)
  • [ ] Add PPG amplitude calculation (reduction can be indicative of vasoconstriction in stress, cold)
  • [ ] Document peak-extraction methods (PPG)
  • [ ] add more PPG detectors (@peterhcharlton)
  • [ ] hrv_rsa(): Add method argument to compute only one RSA signal. Do something with warning that will be thrown when using bio_process() on signals < 32 sec where it will complain that the signal is too short to compute RSA with one of these methods.

Misc

  • [ ] Readme looks ugly but this is a global issue (https://github.com/orgs/community/discussions/113792)
  • [ ] Fix missing figure in example of hrv() https://neuropsychology.github.io/NeuroKit/functions/hrv.html#sub-domains
  • [ ] we should also do a global search of " ``...()`` " and replace by " :func:`...` " to have hyperlinks in the docs across functions
  • [ ] Dynamic plots: @danibene instead of re-plotting with plotly, can't we just turn the existing matplotlib figs as interactive in htmls?
  • [ ] Fix https://github.com/neuropsychology/NeuroKit/issues/593

DominiqueMakowski avatar May 21 '24 13:05 DominiqueMakowski