AIRCentre / SARProcessing.jl

MIT License
29 stars 3 forks source link

Optimise find_zero_doppler_time() #65

Open lupemba opened 1 year ago

lupemba commented 1 year ago

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