cortex-lab / phy

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

Slow AmplitudeView for large dataset #944

Closed bramn22 closed 4 years ago

bramn22 commented 4 years ago

Hi,

The AmplitudeView is extremely slow (often more than one minute for a cluster) when analyzing sorted NeuroPixel data. All other views load fast and work without any problems. We used Phy1 previously, and there was no issue.

In the data, there are 496 identified clusters and in total around 5.000.000 spikes. The number of spikes within the selected cluster does not seem to greatly influence the wait time.

rossant commented 4 years ago

Is the raw amplitude type selected in the amplitude view? You can change by pressing a. This mode is extremely slow at the moment as every waveforms needs to be fetched on demand.

bramn22 commented 4 years ago

That worked, thank you!