Method to get keplerian data

Registered by J.L. Canales

Satellite Keplerian data is continuously update when Epoch is established. A new method to colect actualized informations is needed.
Minimal information:
 typedef struct tagKeplerianData
{
 long int SatNum;
 char Classification;
 std::string IntDesign;
 gTime MessurementDate; // Keplerian data Messurement Date
 double ndot; //Ballistic Coefficient
 double nddot; //Ballistic Coefficient Derivative
 double bstar; //BSTAR drag
 int EphemType;
 long ElsetNum;
 double Inclination; //Radians
 double RAAN; //Radians
 double Eccentricity;
 double ArgPerigee; //Radians
 double MeanAnomaly; //Radians
 double MeanMotion; //Radians per minute
 long OrbitNum;
 std::string SatName; // Satellite Name

}KeplerianData_t;

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
J.L. Canales
Definition:
Approved
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.