Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 committed Jan 23, 2024
1 parent 756320d commit b90351d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/spyglass/spikesorting/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ def get_firing_rate(cls, key, time, multiunit=False):
@schema
class UnitSelection(SpyglassMixin, dj.Manual):
definition = """
# Units to be selected for downstream analysis
# Units selected from a sorting for downstream analysis
-> SpikeSortingOutput
unit_group_name : varchar(40)
unit_group_name : varchar(40) # Name of unit group
---
unit_group : blob
unit_group : blob # List of unit IDs in the group
description : varchar(100) # Description of the unit group
"""

0 comments on commit b90351d

Please sign in to comment.