File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -937,9 +937,9 @@ class Unit(dj.Part):
937
937
938
938
Attributes:
939
939
CuratedClustering (foreign key): CuratedClustering primary key.
940
- unit (foreign key, int): Unique integer identifying a single unit.
941
- probe.ElectrodeConfig.Electrode (dict ): probe.ElectrodeConfig.Electrode primary key.
942
- ClusteringQualityLabel (dict ): CLusteringQualityLabel primary key.
940
+ unit (int): Unique integer identifying a single unit.
941
+ probe.ElectrodeConfig.Electrode (foreign key ): probe.ElectrodeConfig.Electrode primary key.
942
+ ClusteringQualityLabel (foreign key ): CLusteringQualityLabel primary key.
943
943
spike_count (int): Number of spikes in this recording for this unit.
944
944
spike_times (longblob): Spike times of this unit, relative to start time of EphysRecording.
945
945
spike_sites (longblob): Array of electrode associated with each spike.
You can’t perform that action at this time.
0 commit comments