Skip to content

When to load spice kernels? #6

@vinay0000

Description

@vinay0000

SPICE kernels are essential for enabling the various functionalities provided by SPICE (spiceypy). However, if kernels are loaded multiple times—such as during object initialization or within repeatedly called functions—it can lead to slower performance and potential memory issues.

Another approach is to load all required kernels once at the beginning of the user’s application script, ensuring they are available throughout the session without redundant loading.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions