radiotrackingeu / logger_app

App to visualize several receivers data on a map
https://radio-tracking.eu
MIT License
1 stars 2 forks source link

timematch in triangulation not finding any matches for bearings calc'd with spline method #41

Closed pmallot closed 4 years ago

pmallot commented 4 years ago

more testing needed

Marvinplein commented 4 years ago

In file srvDoA.R in function doa_internal Problem: object output defined inside of loop, therefore the last stations overrides the previous ones. Solution: Define output outside of loop.