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):
706
706
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
707
707
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
708
708
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
710
710
velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
711
711
velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
712
712
"""
Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ class Waveform(dj.Part):
705
705
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
706
706
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
707
707
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
709
709
velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
710
710
velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
711
711
"""
You can’t perform that action at this time.
0 commit comments