bcdev / snap-idepix

Collection of IdePix pixel classification modules for various sensors
GNU General Public License v3.0
4 stars 1 forks source link

Improve performance of S2 MSI IdePix #75

Closed marpet closed 1 year ago

marpet commented 1 year ago

The performance of the S2 MSI IdePix shall be improved

martin-boettcher commented 1 year ago

Idepix MSI algorithm re-implemented as a single-pass loop over the pixels with a multi-line accumulator to avoid full-image intermediate results. Optimisation has pushed down S2CloudPostprocess from more than 70% to 15% of the processing time. Memory consumption is reduced. Implemented in version 9.0.6 .