davidclemens / Dingi

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

`bigoFluxAnalysis`: Make `UpdateStack` more granular #115

Open davidclemens opened 1 year ago

davidclemens commented 1 year ago

Feature description

Implement selective updates. E.g. if an exclusion is set for variableA, only recalculate the UpdateStack for that variable.

The exact design of the implementation is pending.

Problem and motivation

Right now, the UpdateStack levels are always computed as a whole. This takes more time, the more data is part of the flux analysis. This can be improved if updates and calculations are performed selectively, e.g. per variable.

Is this something you're interested in working on

Yes.