This adds a routine for the saving and loading of a full Scarlet2 scene saves via pickling to a binary, and storing the binary as as HDF5 group attribute. This has been tested and runs returning the same Scene object.
model_to_h5(filename, scene, ID, path, overwrite) will save the scene object
model_from_h5(filename, ID, path) will load the object
This adds a routine for the saving and loading of a full Scarlet2 scene saves via pickling to a binary, and storing the binary as as HDF5 group attribute. This has been tested and runs returning the same Scene object.
model_to_h5(filename, scene, ID, path, overwrite)
will save the scene objectmodel_from_h5(filename, ID, path)
will load the object