Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise find_zero_doppler_time() #65

Open
lupemba opened this issue Jan 10, 2023 · 0 comments
Open

Optimise find_zero_doppler_time() #65

lupemba opened this issue Jan 10, 2023 · 0 comments

Comments

@lupemba
Copy link
Collaborator

lupemba commented Jan 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant