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 OLCI IdePix #74

Closed marpet closed 1 year ago

marpet commented 1 year ago

The performance shall be improved

martin-boettcher commented 1 year ago

Idepix.Olci mainly suffered from slow CTP computation for cloud shadow. CTP was computed using tensorflow. The modification of tensorflow calls from call per pixel to one call per tile pushed down CTP from more than 70% to 6% of computing time share.

martin-boettcher commented 1 year ago

resolved in 9.0.6