File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -929,7 +929,7 @@ class Waveform(dj.Part):
929
929
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
930
930
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
931
931
recovery_slope=null: float # the recovery slope was defined by fitting a regression line to the first 30us from peak to tail
932
- spread=null: float # (um) the range with amplitude above 12% of the maximum amplitude along the probe
932
+ spread=null: float # (um) the range with amplitude above 12-percent of the maximum amplitude along the probe
933
933
velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
934
934
velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
935
935
"""
Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ class Waveform(dj.Part):
874
874
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
875
875
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
876
876
recovery_slope=null: float # the recovery slope was defined by fitting a regression line to the first 30us from peak to tail
877
- spread=null: float # (um) the range with amplitude above 12% of the maximum amplitude along the probe
877
+ spread=null: float # (um) the range with amplitude above 12-percent of the maximum amplitude along the probe
878
878
velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
879
879
velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
880
880
"""
Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ class Waveform(dj.Part):
888
888
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
889
889
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
890
890
recovery_slope=null: float # the recovery slope was defined by fitting a regression line to the first 30us from peak to tail
891
- spread=null: float # (um) the range with amplitude above 12% of the maximum amplitude along the probe
891
+ spread=null: float # (um) the range with amplitude above 12-percent of the maximum amplitude along the probe
892
892
velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
893
893
velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
894
894
"""
You can’t perform that action at this time.
0 commit comments