CL_kp_params — Orbit properties with a Keplerian motion (mean motion, period, longitude gap between 2 orbits)
[par] = CL_kp_params(type_output,sma,[mu,om_earth]) [par1,par2] = CL_kp_params([type_output1,type_output2],sma,[mu,om_earth]) [par1,par2,par3] = CL_kp_params([type_output1,type_output2 type_output3],sma,[mu,om_earth])
type_output can be :
- 'mm' for the mean motion :
- 'per' for the period :
- 'lgap' for the longitude gap between 2 orbits :
Note : type_output can be an array (example: ['mm' 'nodper'])
array containing outputs to be computed. Available outputs are : 'mm','per','lgap' (1 x Noutput)
semi major axis [m] (1xN)
(optional) geocentric gravitational constant [m^3/s^2] (default value is %CL_mu)
(optional) angular rotation speed of the Earth (default is %CL_omEarth)
mean motion, period or longitude gap between 2 orbits [rad/s,s,rad] (1xN)