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
find_zero_doppler_time() in "/src/GeoCoding/coordinates2index.jl" is currently using a naive bisect search. A faster way would probably be to project the line of sight component in the v direction (dx_v) and then change the time with dx_v/v until the time steps get small enough
The text was updated successfully, but these errors were encountered:
find_zero_doppler_time() in "/src/GeoCoding/coordinates2index.jl" is currently using a naive bisect search. A faster way would probably be to project the line of sight component in the v direction (dx_v) and then change the time with dx_v/v until the time steps get small enough
The text was updated successfully, but these errors were encountered: