Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
sylvain-guillet edited this page Jul 3, 2023 · 3 revisions

IO SDK.Net needs data files named kernels, frames definition, digital shapes or leapseconds file.

These data files can be found from this page.

To extend or update capabilities you can download new kernels from previous link and copy paste new kernels in the folder of your choice.

Then you can load recursively these data file with this command :

API.Instance.LoadKernels(new DirectoryInfo("/home/spacer/Sources/SDK.Net/IO.Astrodynamics.Tests/Data/SolarSystem"));
Clone this wiki locally