Skip to content

Commit

Permalink
Add UnitSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 committed Jan 23, 2024
1 parent b1ae3e2 commit d684af0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/spyglass/spikesorting/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,14 @@ def get_firing_rate(cls, key, time, multiunit=False):
],
axis=1,
)


@schema
class UnitSelection(SpyglassMixin, dj.Manual):
definition = """
# Units to be selected for downstream analysis
-> SpikeSortingOutput
unit_group_name : varchar(30)
---
unit_group : blob
"""

0 comments on commit d684af0

Please sign in to comment.