You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spyglass spikesorting v0 does not make a spikeinterface spikesorting object for each curation. The information for the curated units can be accessed with (sgs.CuratedSpikeSorting() & key).fetch_nwb()[0]['units']. If you need something specific to the sorting object, see the code for Curation.save_sorting_nwb() for example of how to access and parse
Describe the bug
v0 Curation does not throw away rejected units in the fetched sorting.
To Reproduce
There will be 12 units in the sorting. However, 4 units are rejected in the label.
Expected behavior
Rejected units are removed from the sorting.
The text was updated successfully, but these errors were encountered: