davidclemens / Dingi

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

`AnalysisKit`: Update raw data, if parent `gearDeployment` changes #93

Open davidclemens opened 2 years ago

davidclemens commented 2 years ago

Current Implementation

If e.g. the data flags in the parent gearDeployment of an analysis object change, the raw data of the analysis instance aren't updated.

Suggested Enhancement

Set the update stack of the analysis instance to requiring reloading of the raw data.

Expected Benefits

Ease of use improves greatly.

Is this something you're interested in working on

Yes.