davidclemens / Dingi

Dingi is a toolbox for processing data collected by marine research gear.
MIT License
1 stars 0 forks source link

`analysis`: Add I/O methods #116

Open davidclemens opened 1 year ago

davidclemens commented 1 year ago

Feature description

Smartly save and load analysis subclasses. For bigoFluxAnalysis, for example, only the raw data can be saved. Upon load the UpdateStack can be set accordingly.

Problem and motivation

Right now there are now I/O methods (saveobj & loadobj) defined. Because of this, e.g. a analysis.bigoFluxAnalysis instance has to be entirely reconstructed, when a bigoDeployment is loaded from disk.

Is this something you're interested in working on

Yes.