A single spacecraft state vector from a CCSDS OEM file.
More...
#include <siderust/oem.hpp>
|
| double | epoch_jd |
| | Epoch as Julian Date.
|
| |
| std::array< double, 3 > | pos_km |
| | Position [x, y, z] in km.
|
| |
| std::array< double, 3 > | vel_kms |
| | Velocity [vx, vy, vz] in km/s.
|
| |
A single spacecraft state vector from a CCSDS OEM file.
Definition at line 58 of file oem.hpp.
◆ epoch_jd
| double siderust::oem::StateVector::epoch_jd |
Epoch as Julian Date.
Definition at line 59 of file oem.hpp.
◆ pos_km
| std::array<double, 3> siderust::oem::StateVector::pos_km |
Position [x, y, z] in km.
Definition at line 60 of file oem.hpp.
◆ vel_kms
| std::array<double, 3> siderust::oem::StateVector::vel_kms |
Velocity [vx, vy, vz] in km/s.
Definition at line 61 of file oem.hpp.
The documentation for this struct was generated from the following file: