trying to comprehend what rise idxs are ... original time v i hope

This commit is contained in:
Till Raab 2023-10-20 10:35:43 +02:00
parent c91ae34a2c
commit 76d182243a

View File

@ -40,6 +40,9 @@ def load_data(folder):
times_v = np.load(base_path / 'times.npy')
rise_idx = np.load(base_path / 'analysis' / 'rise_idx.npy')
ff = np.load(base_path / 'analysis' / 'fish_freq.npy')
embed()
quit()
return fill_freqs, fill_times, fill_spec, EODf_v, ident_v, idx_v, times_v, rise_idx