Go to the documentation of this file.
15 xb[2,:] = tb/np.sqrt(np.sum(tb*tb))
16 xb[1,:] = np.cross(xb[2,:],xb[0,:])
20 xr[2,:] = tr/np.sqrt(np.sum(tr*tr))
21 xr[1,:] = np.cross(xr[2,:],xr[0,:])
24 rbmat = np.dot(np.linalg.inv(xr),xb)
def triad(b1, b2, r1, r2)