Open ChristopherRabotin opened 1 year ago
After diving way too deep into configs, I'll follow @sellout's recommendation and use Dhall for the configuration of metakernels.
@GregoireHENRY In your opinion, is this still a required feature, or is the dhall
configuration an acceptable substitute?
High level description
SPICE metakernels are really useful for ensuring that the same data is always loaded correctly. The purpose of this issue is to implement a way to load and append a given Almanac from a SPICE metakernel.
Requirements
Test plans
Design
This is the design section. Each subsection has its own subsection in the quality assurance document.
API definition
Maybe something like this:
Metakernel would implement
FromStr
to be build from the string of the metakernel I think. It would also reuse theparse
function currently used to parse all other KPL files.Example input:
High level architecture
Document, discuss, and optionally upload design diagram into this section.
Detailed design
The detailed design *will be used in the documentation of how ANISE works.
Feel free to fill out additional QA sections here, but these will typically be determined during the development, including the release in which this issue will be tackled.