SpikeInterface / spikeinterface-gui

GUI for spikeinterface objects
MIT License
27 stars 9 forks source link

Text on buttons, pairlist error, mouse scroll to zoom in ndscatter view #88

Open Lab-ratatouilles opened 3 weeks ago

Lab-ratatouilles commented 3 weeks ago

Hello! We just started using spikeinterface gui at our lab to avoid the long time it takes to export to phy. Some of the functionality seems particularly useful; kudos to the developers for making this. A few issues we are facing though:

  1. We cannot see any text on the buttons (screenshot below), and for now we just clicked all the buttons to try to guess what they are doing. But it would be good to confirm. image
  2. When we try using the pairlist tab, nothing is visible, and the following Error is found: image
  3. Using the mouse button does not seem to zoom, or do anything, in the ndscatter view.
  4. Sometimes, especially if we looked at two units and then went back to one unit, the spike on trace view does not scroll to the correct channel. It does scroll to the correct time range, though. We used PySide6 for this.
samuelgarcia commented 3 weeks ago

Hi. Thanks for the feedback.

  1. you need PySide<6.8
  2. the pair listy is a bite broken and need to be fixed this will be done very soon
  3. only the mouse whell is able to zomm in this view and this is always center on zeros. Some pyqtgraph/qt version make this view buggy
  4. I think I fixed this very recently can you update with source installation to teh main branch ?