Path: SCPro/ProAttitude
% Maneuver cost on a sphere Finds the angular distance. -------------------------------------------------------------------------- Form: cost = ManeuverCostSphere( startNode, nextNode, d ) -------------------------------------------------------------------------- ------ Inputs ------ startNode (1,1) Id of start location nextNode (1,1) Id of next location d (1,1) Data structure .rA (1,:) Node right ascension (rad) .dec (1,:) Node declination (rad) ------- Outputs ------- cost (1,1) Angular distance --------------------------------------------------------------------------
Common: Transform/RaDec2U Math: Linear/Dot
Back to the SCPro Module page