Skip to content

Commit cd28d9b

Browse files
author
Thinh Nguyen
committed
improve naming, comments
1 parent eb7eb2c commit cd28d9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

element_array_ephys/ephys.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class AcquisitionSoftware(dj.Lookup):
120120
@schema
121121
class ProbeInsertion(dj.Manual): # (acute)
122122
definition = """
123-
-> Session
123+
-> Session
124124
insertion_number: tinyint unsigned
125125
---
126126
-> probe.Probe
@@ -495,9 +495,9 @@ class Unit(dj.Part):
495495
-> master
496496
unit: int
497497
---
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
499499
-> 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
501501
spike_times: longblob # (s) spike times of this unit, relative to the start of the EphysRecording
502502
spike_sites : longblob # array of electrode associated with each spike
503503
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):
564564
-> master
565565
-> CuratedClustering.Unit
566566
---
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
568568
"""
569569

570570
class UnitElectrode(dj.Part):

0 commit comments

Comments
 (0)