JuliaSpaceMissionDesign / Ephemerides.jl

A Modern Binary Ephemeris Reader for Julia, in Julia.
https://juliaspacemissiondesign.github.io/Ephemerides.jl/
MIT License
22 stars 1 forks source link

Segment Cache Public Access and Handling #26

Open MicheleCeresoli opened 9 months ago

MicheleCeresoli commented 9 months ago

When segment caches are retrieved in the spk_vector functions, a copy of the original structure is made, such that when the segment cache is later inspected, it appears empty.

High-level interface functions to access segment data (i.e., the polynomial coefficients) should also be implemented.

MicheleCeresoli commented 9 months ago

Caches are now properly filled with #42 . Only a public interface to retrieve that data should now be added.