nyx
nyx copied to clipboard
Nyx is a high fidelity, fast, reliable and validated astrodynamics toolkit library written in Rust and available in Python
This is a spin off from https://github.com/nyx-space/nyx/issues/212. Same description for everything. The purpose of this issue is to allow OrbitEstimateSerde to be pickled. This is not possible because, at the...
# High level description Spacecraft dynamics needs to be serializable. This is needed for _Insight_ to reload a specific scenario and serialize it. This should also allow for the definition...
# High level description Least squares batch filters and classical Kalman filters are both methods for estimating the state of a dynamic system from noisy measurements. They both use a...
# High level description The Monte Carlo simulation manager in Nyx currently supports Rust only, and there's a rising need to expand this support to Python. By doing so, we...
# High level description Nyx currently does not support the Two-Line Element Set (TLE) format and Simplified Perturbations Model (SGP4), both of which are commonly used in satellite tracking and...
Co-author: Claude. # High level description We will implement a script to automatically convert NASA GMAT .script files into equivalent Nyx Python scripts. By parsing the GMAT script into an...
# Bug report ## Describe the bug In an OD process, `process_arc` rebuilds the devices used in a measurement arc from the serialized YAML data, stored in the metadata of...
## Description As I try out [Opensuse Aeon](https://en.opensuse.org/Portal:Aeon) (an immutable OS akin to Fedora Silverblue), I realize that it isn't trivial to get started with development of Nyx: it requires...
# High level description Nyx, being a high fidelity astrodynamics software, is built with a focus on reliability and accuracy. To further enhance the robustness of the Rust codebase, I...
This is related to https://github.com/nyx-space/nyx/issues/87 .