I added the camera position and found an error in the previous plot. Here is the new plot in absolute position from the initial range solution.
@Mick West , I used 258 knots level flight. Could do better with attitude assuming coordinated turns.
Code:
from numpy import * from pylab import * from scipy.interpolate import * # t sec az deg az_data = array([ [12 + 10./30 ... Read even more