JuliaSpace / SatelliteToolbox.jl

A toolbox for satellite analysis written in julia language.
MIT License
248 stars 33 forks source link

Allow the propagators to initialize the structure in place #86

Closed ronisbr closed 1 year ago

ronisbr commented 1 year ago

Initializing SGP4 always requires to create a new structure sgp4d. We need to allow all propagators to reuse the structure avoiding unnecessary allocations.

ronisbr commented 1 year ago

Done in SatelliteToolboxPropagators.jl.