File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class AcquisitionSoftware(dj.Lookup):
120
120
@schema
121
121
class ProbeInsertion (dj .Manual ): # (acute)
122
122
definition = """
123
- -> Session
123
+ -> Session
124
124
insertion_number: tinyint unsigned
125
125
---
126
126
-> probe.Probe
@@ -495,9 +495,9 @@ class Unit(dj.Part):
495
495
-> master
496
496
unit: int
497
497
---
498
- -> probe.ElectrodeConfig.Electrode # electrode on the probe that this unit has highest response amplitude
498
+ -> probe.ElectrodeConfig.Electrode # electrode with highest waveform amplitude for this unit
499
499
-> ClusterQualityLabel
500
- spike_count: int # how many spikes in this recording of this unit
500
+ spike_count: int # how many spikes in this recording for this unit
501
501
spike_times: longblob # (s) spike times of this unit, relative to the start of the EphysRecording
502
502
spike_sites : longblob # array of electrode associated with each spike
503
503
spike_depths : longblob # (um) array of depths associated with each spike, relative to the (0, 0) of the probe
@@ -564,7 +564,7 @@ class Unit(dj.Part):
564
564
-> master
565
565
-> CuratedClustering.Unit
566
566
---
567
- peak_electrode_waveform: longblob # mean over all spikes at the peak channel for this unit
567
+ peak_electrode_waveform: longblob # (uV) mean waveform for this unit's peak electrode
568
568
"""
569
569
570
570
class UnitElectrode (dj .Part ):
You can’t perform that action at this time.
0 commit comments