mbillingr opened this issue 6 years ago · 1 comments
Distance calculation is wrong in Bweights::from_position for any z != 0:
Bweights::from_position
let dist = (pos[0] * pos[0] + pos[1] * pos[1] + pos[1] * pos[2]).sqrt() ^ should be 2
Same bug in doppler_rate (2x)
doppler_rate