NeuroKit icon indicating copy to clipboard operation
NeuroKit copied to clipboard

NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing

Results 133 NeuroKit issues
Sort by recently updated
recently updated
newest added

The graphs are getting overlapped and thus compromising presentation possibilities. Also I think the user should be able to change the figsize as they desire. ![myfig](https://github.com/neuropsychology/NeuroKit/assets/72165055/bc2d5620-7be5-4f4d-abe4-cc1b3b4a81ba)

As the title, I always miss the first R peak while using the "ecg_findpeaks" function to deal the windows ECG. I'm very thank, if someone can help me. ![Figure_1](https://github.com/neuropsychology/NeuroKit/assets/135097828/1649643b-59a8-4e99-bfbc-a22019be73bd) ![Figure_2](https://github.com/neuropsychology/NeuroKit/assets/135097828/7030fc79-f7ef-443f-bb1c-f61179a870a6)...

First of all, thank you very much for your existing work. I was using the heartbeats = ecg_segment(ecg, rpeaks, sampling_rate) function and found that def _ecg_segment_window(heart_rate=None, rpeaks=None, sampling_rate=1000, desired_length=None). #...

wontfix

**Question and context** The below code works for some respiration data but not for others. Prior, I visualize the peaks and troughs and all looks okay. Then, I try to...

Usually, it's enough to extract a single feature value, but sometimes, we need continuous data of feature for further analysis. For example, the ECG heart rate can be extracted as...

wontfix

# Description This PR aims at adding the function `signal_flatintervals`. The function can identify flatline intervals in signals and if modelled after `signal_flatline`. We discussed this feature in #823. It...

wontfix
size/L

Hello! I'm co-maintaining the neurokit2 package on `coda-forge`. When trying to test version 0.2.7 (a simple `import` test), it appeared that a new runtime dependency on `requests` has been introduced,...

wontfix

Dear NeuroKit, the visibility graph method you have included in your package (koka2022) has been recently updated (https://ieeexplore.ieee.org/document/10290007) and is being maintained at https://github.com/JonasEmrich/vg-beat-detectors. It would be appreciated, if you...

wontfix

My events is a dict of n events: **{'onset':[.......n], 'duration':[.......n], 'condition':[.......n], 'label': [.......n]}** When trying to supply a list of length n for `epochs_start` parameter to the function `epochs_create(...)`, I...

wontfix

**Question and context** I do have my rsp processed dataframe with RSP_Clean, RSP_Peaks etc. I added my task labels as a new column to it and I calculate per task...

wontfix