la1k / libpredict

A satellite orbit prediction library
GNU General Public License v2.0
40 stars 24 forks source link

Separation of input/output in struct orbit #22

Closed bjorgan closed 8 years ago

bjorgan commented 9 years ago

Split orbit parameters and time-dependent, predicted values into separate structs.

Most functions will mostly keep the same number of function arguments since they either use only the predicted values or the fixed orbit parameters.

bjorgan commented 9 years ago

Constifying the fixed parts of orbit_t can be challenging due to deep_arg in struct _sdp4. Will need to refactor the code, but a newer version of the SGP4 model is also available. We will in any case need to implement the model from an original source at some point.

ryeng commented 9 years ago

See also issue #31.

bjorgan commented 8 years ago

Fixed in commit 1a08baf10f59bf4019beb1759dad97ba247fc07a.