jgmakin / ecogVIS

Time series visualizer and data processing tools for Electrocorticography (ECoG) signals stored in NWB files, for Python.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Issues picking the background color in subDialogs.py and FS_colorLUT.py #4

Open emilyps14 opened 4 years ago

emilyps14 commented 4 years ago

When choosing a background color for individual electrode plots in subDialogs.py, the code always prepends "ctx-lh" to the electrode location name to match with the FS_colorLUT dictionary. This works ok for grid electrodes, but messes up anything that's not cortical (getting the hemisphere right isn't a huge deal since the colors for both hemispheres tend to match).