Inertial frame to QSW local orbital frame transformation matrix
[M] = CL_fr_qswMat(pos_car,vel_car)
Computes the frame transformation matrix M from the inertial reference frame to the QSW local orbital frame.
The inertial frame is the frame relative to which the satellite's position and velocity are defined. The QSW local frame is built using these position and velocity vectors.
By convention, multiplying M by coordinates relative to the inertial frame yields coordinates relative to the QSW frame.
See Local Frames for more details on the definition of local frames.
satellite's position vector relative to the inertial frame [m] (3xN)
satellite's velocity vector relative to the inertial frame [m/s] (3xN)
inertial to QSW local frame transformation matrix (3x3xN)
1) Mecanique spatiale, CNES - Cepadues 1995, Tome I, section 10.2.2.3 (Definition du Repere orbital local)
2) CNES - MSLIB FORTRAN 90, Volume O (mo_qsw_geo)
CNES - DCT/SB