libpredict  0.1.0
A satellite orbit prediction library
Data Fields
predict_observation Struct Reference

Data relevant for a relative observation of an orbit or similar with respect to an observation point. More...

#include <predict.h>

Data Fields

predict_julian_date_t time
 UTC time.
double azimuth
 Azimuth angle (rad)
double azimuth_rate
 Azimuth angle rate (rad/s)
double elevation
 Elevation angle (rad)
double elevation_rate
 Elevation angle rate (rad/s)
double range
 Range (km)
double range_x
 Range vector.
double range_y
double range_z
double range_rate
 Range velocity (km/s)

Detailed Description

Data relevant for a relative observation of an orbit or similar with respect to an observation point.


Field Documentation

Azimuth angle (rad)

Azimuth angle rate (rad/s)

Elevation angle (rad)

Elevation angle rate (rad/s)

Range (km)

Range velocity (km/s)

Range vector.

UTC time.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines