Skip to content

KernelSource

github-actions[bot] edited this page May 30, 2026 · 1 revision

moon-sighting v1.1.1


moon-sighting / KernelSource

Type Alias: KernelSource

KernelSource = { path: string; type: "file"; } | { data: ArrayBuffer; name: string; type: "buffer"; } | { type: "url"; url: string; } | { type: "auto"; }

Defined in: types.ts:399

How to source a binary kernel file. Used for both the planetary SPK (de442s.bsp) and leap-second kernel (naif0012.tls).

Clone this wiki locally