File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ class Waveform(dj.Part):
706706 pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
707707 repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
708708 recovery_slope=null: float # the recovery slope was defined by fitting a regression line to the first 30us from peak to tail
709- spread=null: float # (um) the range with amplitude above 12% of the maximum amplitude along the probe
709+ spread=null: float # (um) the range with amplitude above 12-percent of the maximum amplitude along the probe
710710 velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
711711 velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
712712 """
Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ class Waveform(dj.Part):
705705 pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
706706 repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
707707 recovery_slope=null: float # the recovery slope was defined by fitting a regression line to the first 30us from peak to tail
708- spread=null: float # (um) the range with amplitude above 12% of the maximum amplitude along the probe
708+ spread=null: float # (um) the range with amplitude above 12-percent of the maximum amplitude along the probe
709709 velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
710710 velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
711711 """
You can’t perform that action at this time.
0 commit comments