Closed tibuch closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
99a9954
) 99.01% compared to head (efd1a83
) 98.86%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Stitching of large well acquisitions (CZYX) is very slow. This PR addresses this issue by separating the stitching dask computation from the resolution pyramid dask computation. This reduces the size of the individual dask computation graphs, which improves dask scheduler performance.
In the
DaskTileStitcher
a tile look up table is introduced to reduce the search space for the block-to-tile-map computation.Closes #72.