You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue follows up on Issue #1028. Improvements in 2D binning routines have been implemented for both compute_MVBS and compute_NASC, however it may seem that estimate_noise is still left as mentioned in the issue.
Hello @lsetiawan,
As I understand it, ping_time can refer to actual timestamps or simply be a sequence of indices. We need to account for both scenarios: when ping_time represents real-time data and when it represents indices. I am making sure to handle both cases appropriately to ensure accurate results.
Overview
This issue follows up on Issue #1028. Improvements in 2D binning routines have been implemented for both
compute_MVBS
andcompute_NASC
, however it may seem thatestimate_noise
is still left as mentioned in the issue.echopype/echopype/clean/noise_est.py
Lines 53 to 81 in f98e825
An investigation and improvements needs to happen for this method to enhance efficiency, memory usage, and robustness against different types of data.
Original description by @leewujung can be found at #1028 (comment).
The text was updated successfully, but these errors were encountered: