trying to comprehend what rise idxs are ... original time v i hope
This commit is contained in:
parent
c91ae34a2c
commit
76d182243a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user