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

Just wondering if anyone could explain the rationale for the current formatting output by ecg_intervalrelated, being the HRV features (columns) are series of arrays of arrays of single floats. This...

my subjects are mice, and their resting heart rates significantly differ from humans, typically ranging between 500–700 beats per minute (bpm) – a stark contrast to the human resting heart...

Perhaps you are already aware of this, but the latest release v0.2.8 is not deploying to PyPI, so it cannot be installed using `pip install`. See Actions -> Workflows ->...

Roadmap ### RSP - [ ] Add `rsp_segment()` (similar to `ppg_segment()`) - [ ] Add the cycle overlay plots to RSP - [ ] Streamline `rsp_plot()` (same as `ppg_plot()`) ###...

size/M

I have trouble using read_xdf function with my physiological data recorded with Shimmer3, and saved with LabRecorder. With LSL4Unity only recording files, read_xdf worked fine. but when I try to...

**Describe the bug** My code is below: ``` import neurokit2 as nk import pandas as pd data1=pd.read_csv("sample.csv", names=["EDA"]) signals, info = nk.eda_process(data1["EDA"], sampling_rate=100, report="report.html") ``` Output: ``` The raw signal,...

Roadmap ### RSP - [ ] Add `rsp_segment()` (similar to `ppg_segment()`) - [ ] Add the cycle overlay plots to RSP - [ ] Streamline `rsp_plot()` (same as `ppg_plot()`) ###...

size/M

When executing the example file bio_intervalrelated.ipynb at the paragraph: # Process ecg ecg_signals, info = nk.ecg_process(data["ECG"], sampling_rate=100) nk.ecg_plot(ecg_signals[:3000], info) the following error appears: --------------------------------------------------------------------------- TypeError Traceback (most recent call last)...

**Describe the solution you'd like** When using the `kim2004` (and possibly `neurokit`) method in `eda_peaks()`, the min amplitude threshold of 10% for filtering SCR peaks is based on the maximum...

Not a bug in the neurokit code per se, but on the documentation website. 🔸 **Images not being rendered** Throughout the website, images are not being rendered. Example [here](https://neuropsychology.github.io/NeuroKit/functions/eda.html). 🔸...