This repository was archived by the owner on Aug 5, 2024. It is now read-only.
Releases: IO-Aerospace-software-engineering/Astrodynamics.Net
Releases · IO-Aerospace-software-engineering/Astrodynamics.Net
Release v1.9.1 - Geosynchronous and heliosynchronous orbit
What's Changed
- Geosynchronous orbit
- Heliosynchronous orbit
- Some fixes
Release 1.9.0 - Upgrade to .Net 8.0
What's Changed
- Updated DateTimeTest and TLETests with millisecond precision
- Upgrade to .Net 8.0 LTS
- Upgrade IO.Astrodynamics to version 1.9.2
Installation
Integrate this library in your project from Nuget :
https://www.nuget.org/packages/IO.Astrodynamics/
Release V1.8.0 - Oblateness perturbation
What's new
- Propagator uses geopotential in gravity field computation
Release v1.7.0 - PDS archive management
What's Changed
- Add PDS archive manager
- Generate archive from data model
- Generate data model from archive
- Validate archive from Xml schema
Release v1.6.1
What's Changed
- Feature/fixes by @sylvain-guillet in #56
- Fix kind property when DateTime.ToUTC() is used
- Remove response size limitation with GetEphemeris method (10 000 statevectors), now the limitation is your memory size ;)
Full Changelog: v1.6.0...v1.6.1
Release v1.6.0 - Export to Cosmographia
What's Changed
- A scenario can be exported into Cosmographia's files
- Spacecraft clock limitation has been removed (minimal epoch has been updated from 01-JAN-2021 to 01-JAN-1957)
- Improve propagation accuracy during maneuver
Installation
Integrate this library in your project from Nuget :
https://www.nuget.org/packages/IO.Astrodynamics.Net/
Release v1.5.0 - Lagrange points
What's new
- Add Lagrange points
Release v1.4.0
What's new
- Upgrade API
- Add simulation summary
- Fix minor bugs
Release v1.3.0
What's new
- Add new frames (B1950, Galactic, FK4, Ecliptic B1950)
- Add julian date
- Add star object
Release v1.2.0
What's new
- Integrate barycenter concepts
- Gravity dependencies are automatically computed
- Code quality
- Site's orbital parameters are automatically computed