changed all_coming_together
This commit is contained in:
parent
59f18a1467
commit
7ce9c39ae8
@ -427,12 +427,7 @@ def spike_times(stim):
|
|||||||
dt = ti.sampling_interval
|
dt = ti.sampling_interval
|
||||||
return spikes, stim_dur, dt # se changed spike_times to spikes so its not the same as name of function
|
return spikes, stim_dur, dt # se changed spike_times to spikes so its not the same as name of function
|
||||||
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
def valid_integrals(integral, local_mean, point, threshold = 0.1):
|
def valid_integrals(integral, local_mean, point, threshold = 0.1):
|
||||||
=======
|
|
||||||
def valid_integrals(integral, local_mean, point, threshold = 0.3):
|
|
||||||
>>>>>>> 3575361af10b14a99959f8aeb1b57a1e08d0446a
|
|
||||||
"""
|
"""
|
||||||
Check if the integral exceeds the threshold compared to the local mean and
|
Check if the integral exceeds the threshold compared to the local mean and
|
||||||
provide feedback on whether the given point is valid or not.
|
provide feedback on whether the given point is valid or not.
|
||||||
|
Loading…
Reference in New Issue
Block a user