Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For connoisseur only: add a simple "ephyviewer" backend plot_traces(). #2024

Merged
merged 10 commits into from
Sep 21, 2023

Conversation

samuelgarcia
Copy link
Member

@samuelgarcia samuelgarcia commented Sep 19, 2023

For connoisseur only: add a simple "ephyviewer" backend plot_traces().

  1. no add in pyproject.toml because this imply pyside or pyqt hich is enormous.
  2. no CI testing because Qt

I test it locally and seams to work.

@grahamfindlay I promise I will have a look to this very soon so we will also have the mode='map':
NeuralEnsemble/ephyviewer#177

rec, sorting = si.generate_ground_truth_recording(num_channels=32, durations=[3600.,], seed=225)
si.plot_traces(rec, segment_index=0, backend="ephyviewer", mode="line", show_channel_ids=True)

Screenshot_20230919_174450

@alejoe91 alejoe91 added the widgets Related to widgets module label Sep 20, 2023
@alejoe91
Copy link
Member

Cool! Can we add this to the docs too? I think it's very useful!!

Here: https://spikeinterface.readthedocs.io/en/latest/modules/widgets.html#usage

Also, pre-commit pls ;)

@samuelgarcia
Copy link
Member Author

Cool! Can we add this to the docs too? I think it's very useful!!

Good idea.
Done

@samuelgarcia
Copy link
Member Author

@alejoe91 : ready

doc/modules/widgets.rst Outdated Show resolved Hide resolved
doc/modules/widgets.rst Outdated Show resolved Hide resolved
doc/modules/widgets.rst Outdated Show resolved Hide resolved
@alejoe91
Copy link
Member

Nice! Merging!

@alejoe91 alejoe91 merged commit 419e3cd into SpikeInterface:main Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
widgets Related to widgets module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants