INM-6 / swan

Swan (Sequential Waveform Analyzer) is an open-source graphical tool for tracking single units across multiple sessions of electrophysiological data that was recorded using chronically implanted microelectrode arrays.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Selecting `pooled` in rate profile view crashes program #4

Closed mdenker closed 3 years ago

mdenker commented 5 years ago

Loading public data set i140703-001.ns6, selecting the rate profile view, enabling the Layer, selecting the first trigger 65296, and pressing pooled crashed the program with

Traceback (most recent call last):
  File "/home/denker/Projects/swan/swan/src/main.py", line 773, in refresh_views
    self.ui.view_6.do_plot(vum, data)
  File "/home/denker/Projects/swan/swan/src/pgwidgetrateprofile.py", line 345, in do_plot
    datas = data.get_data(layer, runit)
  File "/home/denker/Projects/swan/swan/src/neodata.py", line 224, in get_data
    raise ValueError("Layer not supported")
ValueError: Layer not supported
Aborted (core dumped)