ut-issl / s2e-core

Spacecraft Simulation Environment Core codes
MIT License
46 stars 18 forks source link

Add orbit interpolation method as an Orbit calculation feature #664

Open 200km opened 1 month ago

200km commented 1 month ago

Details

We need a satellite orbit calculation method using interpolation with orbit time series input.
We already have a basic function as follows.

https://github.com/ut-issl/s2e-core/blob/develop/src/math_physics/orbit/interpolation_orbit.hpp

Closing conditions

The feature is implemented,

Supplementary information

NA

Note