From 77a0916f7faad293e4bbced113b77b620d9cc4c0 Mon Sep 17 00:00:00 2001 From: samuelgarcia Date: Mon, 6 May 2024 06:40:13 +0000 Subject: [PATCH] adding new project --- .../README.md | 35 +++++++++++++++++++ .../src/README.md | 1 + 2 files changed, 36 insertions(+) create mode 100644 projects/implement_plot_sorting_summary()_with_ipywidgets/README.md create mode 100644 projects/implement_plot_sorting_summary()_with_ipywidgets/src/README.md diff --git a/projects/implement_plot_sorting_summary()_with_ipywidgets/README.md b/projects/implement_plot_sorting_summary()_with_ipywidgets/README.md new file mode 100644 index 0000000..bb46b33 --- /dev/null +++ b/projects/implement_plot_sorting_summary()_with_ipywidgets/README.md @@ -0,0 +1,35 @@ +# Project title: + +### Key Investigators + +* Samuel Garcia +* + +## Project Description + +### Background + +Now in spikeinterface plot_sorting_summary() use spikeinterface_gui or sortingview backend. +The first one is Qt based and work only locally. The second one push data on the cloud and then run a javascript app in the browser for visualisation. +It would be convivient to have a ligth summary viewer ipywidget directly in jupyter notebook for exploring final result with main subviews : amplitude + correlogram + units location + waveforms + ... +We already have have all this viewer but not gather in the same view. +the idea is to have a unit selector the display a quick summary for evry unit. + + +### Objectives + + + + +### Approach and Plan + + +### Progress + +### Next Steps (optional) + + + +## References + + diff --git a/projects/implement_plot_sorting_summary()_with_ipywidgets/src/README.md b/projects/implement_plot_sorting_summary()_with_ipywidgets/src/README.md new file mode 100644 index 0000000..80ea5e8 --- /dev/null +++ b/projects/implement_plot_sorting_summary()_with_ipywidgets/src/README.md @@ -0,0 +1 @@ +Add your code here