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

Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Currently, I believe the software assumes only one acquisition `raw` and picks one by default if there are multiple acquisitions. When clicking the dropdown menu, there is no option to...

Some NWB files created using pynwb>=2.0.0 are not readable by older version of pynwb like 1.3.2. I'm getting this error when trying to load a 2.0.0 NWB file using ecogvis:...

`process_nwb` has new changes that aren't backwards compatible -- it hasn't been updated on pypi/pip yet, but presumably it will eventually. We should fix the version number in setup.py so...

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

After filtering and generating the spectrum of the signals with ecogVIS, I try to load the files in Python with pyNWB but a KeyError: "'ndx-spectrum' not a namespace" is raised....

Hi! I've noticed that when ecogVis saves the nwb file automatically for the first time, it does so with name structure subj_subj_block.nwb and then, it tries to load that same...

Also accounting for TimeSeries with 'timestamps' rather than 'rate'.

since `copy_obj` doesn't account for them. This causes transcription data to be lost when the high gamma preprocessing is run. `TimeIntervals` data is also lost (e.g. the phonemes representation in...