CL_gm_beta2raan — Beta to right ascension of ascending node angle
[raan1,raan2] = CL_gm_beta2raan(betaa,inc,alpha_sun,delta_sun)
Notes : - if beta is positive then the sun is in the same direction as the kinetic momentum
: - There are 2 solutions : raan2 = pi - raan1 + 2*alpha_sun
: - raan1 is in the interval [ alpha_sun - pi/2 ; alpha_sun + pi/2] modulo 2*pi
: - raan2 is in the interval [ alpha_sun + pi/2 ; alpha_sun + 3*pi/2] modulo 2*pi
beta angle [rad] (1xN)
orbit's inclination [rad] (1xN)
sun's right ascension[rad] (1xN)
sun's declination [rad] (1xN)
right ascension of the orbit's ascending node (first solution) [rad] (1xN)
right ascension of the orbit's ascending node (second solution) [rad] (1xN)