libpredict  2.0.0
A satellite orbit prediction library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
predict_position Struct Reference

Predicted orbital values for satellite at a given time. More...

#include <predict.h>

Data Fields

predict_julian_date_t time
 Timestamp for last call to orbit_predict. More...
 
bool decayed
 Whether the orbit has decayed. More...
 
double position [3]
 ECI position in km. More...
 
double velocity [3]
 ECI velocity in km/s. More...
 
double latitude
 Latitude in radians, northing/easting. More...
 
double longitude
 Longitude in radians, northing/easting. More...
 
double altitude
 Altitude in km. More...
 
double footprint
 Footprint diameter in km. More...
 
int eclipsed
 Whether satellite is eclipsed by the earth. More...
 
double eclipse_depth
 Eclipse depth. More...
 
double phase
 Orbital phase (mean anomaly) More...
 
long revolutions
 The current number of revolutions around Earth. More...
 
double inclination
 Current inclination (from xinck within sgp4/sdp4) More...
 
double right_ascension
 Current right ascension of the ascending node (from xnodek within sgp4/sdp4) More...
 
double argument_of_perigee
 Current argument of perigee (from omgadf within sgp4/sdp4) More...
 

Detailed Description

Predicted orbital values for satellite at a given time.

Field Documentation

double predict_position::altitude

Altitude in km.

double predict_position::argument_of_perigee

Current argument of perigee (from omgadf within sgp4/sdp4)

bool predict_position::decayed

Whether the orbit has decayed.

double predict_position::eclipse_depth

Eclipse depth.

int predict_position::eclipsed

Whether satellite is eclipsed by the earth.

double predict_position::footprint

Footprint diameter in km.

double predict_position::inclination

Current inclination (from xinck within sgp4/sdp4)

double predict_position::latitude

Latitude in radians, northing/easting.

double predict_position::longitude

Longitude in radians, northing/easting.

double predict_position::phase

Orbital phase (mean anomaly)

double predict_position::position[3]

ECI position in km.

long predict_position::revolutions

The current number of revolutions around Earth.

double predict_position::right_ascension

Current right ascension of the ascending node (from xnodek within sgp4/sdp4)

predict_julian_date_t predict_position::time

Timestamp for last call to orbit_predict.

double predict_position::velocity[3]

ECI velocity in km/s.


The documentation for this struct was generated from the following file: