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
There are two functions in Echopype that align non-Echosounder data (Platform and Environment data) to Echosounder data time-wise: _var_time2_to_ping_timesel_interp, and harmonize_env_param_time. It would be good to have a standard function that does this time-wise alignment.
The function header can look something like this: def align_to_ping_time(external_da: xr.DataArray, external_time_name: str, ping_time_da: xr.DataArray).
The text was updated successfully, but these errors were encountered:
There are two functions in Echopype that align non-Echosounder data (Platform and Environment data) to Echosounder data time-wise:
_var_time2_to_ping_time
sel_interp
, andharmonize_env_param_time
. It would be good to have a standard function that does this time-wise alignment.The function header can look something like this:
def align_to_ping_time(external_da: xr.DataArray, external_time_name: str, ping_time_da: xr.DataArray)
.The text was updated successfully, but these errors were encountered: