CL_man_apsidesLine — Delta V for a maneuver to modify line of apsides
[dv,anv] = CL_man_apsidesLine(ai,ei,pomi,pomf[,posman[,mu]])
Output dv is the impulsion required given in spheric coordinates in QSW frame: first parameter lambda is the in plane component (pi ~= towards planet and pi/2 = along velocity) second parameter phi is the out of plane component, positive towards the kinetic moment, third parameter is the norm
anv is the true anomaly of maneuver execution point in radians.
posman can be used to define maneuver execution point (0-> next to periapsis, 1->next to apoapsis, default is 0)
initial orbit semi major axis [m] (1xN)
initial orbit eccentricity (1xN)
initial orbit argument of periapsis [rad] (1xN)
final orbit argument of periapsis [rad] (1xN)
(optional) flag to indicate maneuver execution point (0-> next to periapsis, 1->next to apoapsis, default is 0) (1xN)
(optional) geocentric gravitational constant. [m^3/s^2] (default value is %CL_mu)
velocity impulsion required in spheric coordinates in QSW frame [lambda;phi;|dv|] [rad,rad,m/s] (3xN)
true anomaly of maneuver execution point [rad] (1xN)