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

**Describe the solution you'd like** Sixty years have passed since neurosurgeon Nils Lundberg presented his thesis about intracranial pressure (ICP) monitoring, which represents a milestone for its clinical introduction. Monitoring...

wontfix

when call `hrv_indices = nk.hrv(rpeaks, sampling_rate=64.0, show=DEBUG)` will take a error like: 'list' object is not callable rpeaks = `array([ 61, 108, 159, 207, 256, 304, 355, 403, 455, 503,...

wontfix

**Question and context** how to find the Spectral and split raw data signal into different different frequency signals

wontfix

Hello, When I am using signal_interpolate with a pandas Series as `x_values`, `method='linear'` and the default settings for all the other inputs, it raises a `KeyError`. **To Reproduce** ``` import...

wontfix

This line: https://github.com/neuropsychology/NeuroKit/blob/3d004b4777c3e59b288f46b9f0f812ac1e04b5d4/setup.py#L38 can safely be changed to just `"mne",`, as `mne[data]` these days only installs `mne` (the list of "extra dependencies" for `data` is empty) https://github.com/mne-tools/mne-python/blob/70fdd8972ffd2dfaaaa9d2a1efa6f0621ec4e61b/setup.py#L63-L66

wontfix

Creating an ecg signal and using ecg analyze results in an error in Neurokit2 (Version 0.2.6) ``` ecg = nk.ecg_simulate(duration=60, sampling_rate=100, heart_rate=80) signals, info = nk.ecg_process(ecg, sampling_rate=100) epochs = nk.epochs_create(signals,sampling_rate=100,...

wontfix

Good afternoon! When I try to use the eog_features function I get the following error. TypeError: only size-1 arrays can be converted to Python scalars ``` eog_cleaned = nk.eog_clean(ica0, sampling_rate=1000,...

Hi, Using following code to generate sample ECG data and compute HRV metrics but running into below issue. Any help is much appreciated. # Generate 15 seconds of ECG signal...

wontfix

Commit: f6d4d2d by @Jacob-Liam-Albaugh The formula used to calculate basSQI was updated recently from 1 - (num_power/dem_power) to (1-num_power)/dem_power, where num_power is the psd of the frequencies 0-1Hz and dem_power...

wontfix

I've never been entirely satisfied with the word interval-related, but we needed something to refer to features that can be derived from longer-intervals and not related to specific events (i.e.,...

documentation :scroll:
wontfix
Design :art: