ALBATROS-Experiment / albatros_analysis

analyse albatros radio signals
https://albatros-experiment.github.io/albatros_analysis/
1 stars 0 forks source link

two bugs in get_files_from_timestamp #32

Open mohanagr opened 7 months ago

mohanagr commented 7 months ago

timestamp array is blank if no matching files found (e.g. I want t=20, files present until t=15). [-1] in hstack raises a bug if timestamp array isn't blank but requested time < timestamp_array[0]. np.where raises a bug