Closed bjorgan closed 8 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.
See also issue #31.
Fixed in commit 1a08baf10f59bf4019beb1759dad97ba247fc07a.
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.