ecogVIS icon indicating copy to clipboard operation
ecogVIS copied to clipboard

Time series visualizer and data processing tools for Electrocorticography (ECoG) signals stored in NWB files, for Python.

Results 17 ecogVIS issues
Sort by recently updated
recently updated
newest added

(so it doesn't break if someone uses nonstandard names) Line 648 of ecogvis.py

1. `processing_data.high_gamma_estimation` recomputes the spectral decomposition bands, even if they have already been computed in `processing_data.spectral_decomposition`. It would be nice if the code would check to see if they have...

The error below occurs after selecting the file 'CP3Rt_2019_07_15_16_51_45__MR_9.nwb' upon start up of ecogvis. This file is shared via Box (ChangLabData_ShareWithCatalystNeuro/CP3) ``` No 'preprocessed' data in 'processing' group. No 'high_gamma'...

Currently the CV Event Detection dialog doesn't open if intervals already exist.

The pynwb dev team is working on a more elegant way to save portions of an NWB file. See https://github.com/hdmf-dev/hdmf/pull/326

I was comparing the ERP plots made by ecogVIS and those made by the Matlab GUI, and just a small stylistic thing. Could you make it so that you can...