Spacecraft Dynamics to support serialization and pickle #214
Labels
Interface: Python
Priority: normal
Status: Development
Issue at Test Driven Development phase of the quality assurance process
High level description
Spacecraft dynamics needs to be serializable. This is needed for Insight to reload a specific scenario and serialize it.
This should also allow for the definition of spacecraft dynamics using the
TypeBuilder
trait approach.Requirements
Test plans
Design
The advantage of Dhall here is that it supports imports and is strict. The disadvantage is that it isn't necessarily very legible. This serialization should also support other less-strict approaches like TOML.
To ensure that the order is preserved, consider storing the models in a BTreeMap. It may also be useful for future reference to specify whether each model is enabled or not: this would allow for quickly turning on and off models for comparisons instead of rebuilding the spacecraft dynamics.
This is a spin off from #212.
The text was updated successfully, but these errors were encountered: