nyx icon indicating copy to clipboard operation
nyx copied to clipboard

Nyx is a high fidelity, fast, reliable and validated astrodynamics toolkit library written in Rust and available in Python

Results 53 nyx issues
Sort by recently updated
recently updated
newest added

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...

Status: Development
Interface: Python
Priority: normal

# 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...

Status: Development
Interface: Python
Priority: normal

# 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...

Status: Design
Kind: New feature
Topic: Orbit Determination

# 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...

Status: Design
Kind: Improvement
Interface: Python
Priority: normal

# 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...

Status: Design
Kind: New feature
Topic: Mission Design
Interface: Python
Priority: normal
Interface: Rust

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...

Status: Design
Kind: New feature
Topic: Mission Design
Interface: Python
Priority: normal

# 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...

Kind: Bug
Topic: Orbit Determination
Priority: normal
Interface: Rust

## 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...

Kind: Documentation

# 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...

Status: Design
Kind: Improvement
Priority: normal

This is related to https://github.com/nyx-space/nyx/issues/87 .

Status: Design
Kind: New feature
Topic: Orbit Determination
Priority: normal
Interface: Rust