JuliaSpace / SatelliteToolbox.jl

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

Do not allow initialization of SGP4 with classical orbit elements #24

Closed ronisbr closed 5 years ago

ronisbr commented 5 years ago

SGP4 is an algorithm designed to be used with TLE data, which has a specific set of mean elements computed by Kozai theory. Using it with a set of classical orbit elements can lead to discrepancies. Hence, we need to do two things:

ronisbr commented 5 years ago

Closed by 1ab0658 and 33a958f.