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):
929929 pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
930930 repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
931931 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
933933 velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
934934 velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
935935 """
Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ class Waveform(dj.Part):
874874 pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
875875 repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
876876 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
878878 velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
879879 velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
880880 """
Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ class Waveform(dj.Part):
888888 pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
889889 repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
890890 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
892892 velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
893893 velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
894894 """
You can’t perform that action at this time.
0 commit comments