cortex-lab / phy

phy: interactive visualization and manual spike sorting of large-scale ephys data
BSD 3-Clause "New" or "Revised" License
311 stars 157 forks source link

Not able to generate traceview and (mean) spike waveforms #1139

Closed xingong6 closed 2 years ago

xingong6 commented 2 years ago

I already solved this issue, just put it here in case it would be useful to someone else comes into the same problem. I copied all files from the server to my PC, and when loading my data with Phy, there is no traceview and no traceimage view. In waveform view, it can not show the spike waveforms, mean spike waveforms, but only template waveforms. This is because Phy could not find the raw data. Solution: modify the path in params.py so it will point at the raw data in the local disk instead of that in the server(or where you copied the files from), then it will work fine.

Before modifying params.py: image After modifying params.py, it works fine: image

Hope it helps!