Chris

Results 271 comments of Chris

I also found the SPICE documentation confusing when I was implementing the conversion from the text FK kernels to the Euler Parameter ANISE kernels. That's why it currently only supports...

The ITRF93 to J2000 is handled directly using the Earth orientation parameters published by JPL daily. The ITRF93 BPC kernel reports the rotation to the Ecliptic of J2000 (cf. https://[naif.jpl.nasa.gov/pub/naif/generic_kernels/pck/earth_latest_high_prec.cmt](https://naif.jpl.nasa.gov/pub/naif/generic_kernels/pck/earth_latest_high_prec.cmt))...

That isn't exposed as-is, but you can call `almanac.describe()` and it will list the path of the SPK and BPC kernels you've loaded along with a lot more information about...

For my reference, this ticket will also add the ability to load multiple ANISE kernels at once. Then, from an Almanac, there should be a way to build the related...

Hi Guillaume, `ldd` is a very fast linker that is built by the same team as `clang`. It saves several minutes of compilation time for Nyx in the Github CI...

Yes, it's a Nyx issue because the Cargo.toml specifies which linker to use: https://github.com/nyx-space/nyx/blob/master/Cargo.toml#L100 . It seems that [you _may_ be able to overwrite the linker](https://www.perplexity.ai/search/on-debian-note-clang-error-inv-MnwTNkXuSU2mG21UcR_CEA) in your local `~/.cargo/config`:...

Any update on this issue? Have you found a fix?

Hi Guillaume, This looks fine to me, but as before, I don't know how we can test it without doing a release. Any ideas?

I'll try to add this to the github actions in a few hours : https://www.perplexity.ai/search/please-review-https-github-com-n2fPqcOhTKG5aIgbUw7mfA#3

I don't think your proposed fix solves the issue. From the log, the error is that the cfg_attr does not seem to trigger: it still tries to find the `../data`...