Skip to content

Commit

Permalink
Merge pull request #76 from samuelgarcia/some_fix
Browse files Browse the repository at this point in the history
more doc
  • Loading branch information
samuelgarcia authored Jul 19, 2024
2 parents c9e9562 + e2e4a97 commit 4c5b960
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Views can be reorganized by moving docks

Every view has a **?** button which open the contextual help. **Theses inplace docs are the most important stuff to be read**. (but the contains typos)

When some units are visible, the related spike list can be refresh and then the spike selection also refersh some views.
This enable a very quick and convinient spike per spike view on traces.
When some units are visible, the related spike list can be refresh.
Then selecting spike per spike can also refersh some views.
This enable a very quick and convinient spike per spike jump on traces.

Channel visibility can be handled with the roi in the probeview.

Expand Down
4 changes: 3 additions & 1 deletion spikeinterface_gui/curationview.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,7 @@ def export_json(self):



CurationView._gui_help_txt = """
CurationView._gui_help_txt = """Curation = delete + merge
Click on items to make then visible
Rigth click to remove merges.
"""
6 changes: 4 additions & 2 deletions spikeinterface_gui/unitlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ def merge_selected(self):


UnitListView._gui_help_txt = """Unit list
This control the visibility of units
This control the visibility of units : check/uncheck visible
Check box : make visible or unvisible
Right click : context menu"""
Double click on a row : make it visible alone
Right click : context menu (delete or merge if curation=True)
"""

0 comments on commit 4c5b960

Please sign in to comment.