You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add TLE creation method and unit tests for Keplerian elements conversion
* Refactor TLE class to rename Line3 to Name and update constructor parameters
* Add TLEFitter class for fitting TLE from state vector using Newton-Raphson method; enhance TLE creation method and improve error handling in TLE constructor
* Refactor KeplerianElements and TLE conversion; add TLEMeanElementsConverter for improved TLE fitting; implement angle normalization methods and corresponding tests
* Add TLE classification and configuration records; refactor TLE creation methods to use new configuration structure
* Refactor TLE generation to use StringBuilder for improved performance; replace instance MeanElementsConverter with a static shared instance
* Refactor APITest and TLE classes for improved readability; add TLE creation method with detailed documentation
* Refactor TLE class to improve validation and parsing; enhance state vector conversion and update tests for accuracy
* Refactor TLE class to enhance mean Keplerian elements handling; improve angle normalization methods and update tests for accuracy
* Update version numbers and enhance TLE class documentation; add methods for converting TLE to Equinoctial and mean Keplerian elements
* Refactor TLE and related classes to streamline state vector conversion; remove unnecessary frame transformations and improve test assertions
* Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix typo in TLETests: update BalisticCoefficient to BallisticCoefficient
* Update IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/TLE/TLE.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update IO.Astrodynamics.Net/IO.Astrodynamics/Math/NewtonRaphson.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update IO.Astrodynamics.Net/IO.Astrodynamics/Math/SpecialFunctions.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments