This commit is contained in:
Diana 2024-10-23 10:52:00 +02:00
commit 10b3abc1d8

View File

@ -325,7 +325,7 @@ def sam_data(sam):
sam_eodf = np.mean(eodfs)
sam_nyquist = np.mean(ny_freqs)
sam_stim = np.mean(stim_freqs)
return sam_amp, sam_am,sam_df, sam_eodf, sam_nyquist, sam_stim
return sam_amp, sam_am, sam_df, sam_eodf, sam_nyquist, sam_stim
def spike_times(stim):
"""