Chris
Chris
I'm quite surprised because the test works for me on the `0.4.0` tag and it is [executed successfully](https://github.com/nyx-space/anise/actions/runs/9707808892/job/26793614859#step:7:2763) as part of [the coverage tests](https://github.com/nyx-space/anise/blob/ffd62e6fb1b81b668a3f69daea674b378dcc6e6f/.github/workflows/rust.yml#L199C43-L199C51) ```sh ╭─chris at tumblerust in ~/Workspace/nyx-space/anise/anise...
Thanks for the patience. I finally understood the issue, and know how to prevent it in the future. Rust Embed will embed the files at build time. This works on...
Okay, I'll work on a version 0.4.1-alpha with a fix that downloads the data on the build.rs script prior to building. https://www.perplexity.ai/search/in-rust-can-i-download-some-fi-xV.JQh8eR8qcGT9ChPDX5Q I'll add a step to make sure that...
Note that this cannot be done using a clever heapless structure because there are too many items (it's a [triangular number](https://en.wikipedia.org/wiki/Triangular_number)). Instead, this new format should follow a packed array...
I'm not convinced that a DAF is a reasonable approach here. DAF has a summary with a validity domain, unique ID, etc. But gravity fields are essentially always valid, and...
I'm re-opening this to consider storing the coefficients as a flattened matrix and using the indexing for O(1) access to any coefficients. For platform compatibility, these doubles should be stored...
I think this is relevant to https://github.com/nyx-space/nyx/ but not to ANISE.
Hi there, I had the same issue at first on OpenSuse too. Here are some initial steps that _started_ to solve the problem... but my laptop is out of battery...
Hi there! Thanks for your help on this feature. Although ANISE does not have an OEM parser/write, Nyx currently provides both: https://github.com/nyx-space/nyx/blob/343a2424f167ac4ffa3b61574b86212e20e3f972/src/md/trajectory/sc_traj.rs#L159 ; https://github.com/nyx-space/nyx/blob/343a2424f167ac4ffa3b61574b86212e20e3f972/src/md/trajectory/sc_traj.rs#L277 . You can also find some...
@ascended121 , now that [Blue Ghost has successfully landed on the Moon](https://nyxspace.com/blog/2025/02/21/nyx-space-and-rust-power-fireflys-blue-ghost-lunar-landing/), I can help out some more! I'll be happy to provide you with detailed feedback if you open...