Simon Kok Lupemba
Simon Kok Lupemba
We should be able to use the DimensionalData.jl to store the complex values of each burst. Then we can use the dimensional axis for azimuth time and range. This might...
We can probably use this for geodetic and ecef coordinates - Also potential to find library for conversions - Implement GeoInterface
Message from Júlio Hoffimann Hi Simon, a couple of packages that you could use instead of re-implementing things yourself in SARProcessing.jl: https://github.com/JeffreySarnoff/TimesDates.jl (nanosecond resolable times) https://github.com/JuliaImages/ImageFiltering.jl (image filters on abstract...
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...
Right now geodetic2SAR_index() returns an error for pixels just outside the time interval of the picture. This should be changed so the coordination transformation also works for the index just...