Time series visualizer and data processing tools for Electrocorticography (ECoG) signals stored in NWB files, for Python.
BSD 3-Clause "New" or "Revised" License
23
stars
18
forks
source link
plotting code incorrectly assumed that self.selectedChannels was 1-in… #128
Closed
jessierliu closed 3 years ago
…dexed and would subtract 1 to 0-index them. this caused e15 to be the last channel in the dataset. fixed by removing the incorrect
because the plotted channel numbers would've been incorrect, this could affect bad channel selection by visual inspection
@bendichter