dirac-institute / kbmod

KBMOD (Kernel-Based Moving Object Detection)
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

add sharded WorkUnit output for non-lazy input WorkUnits in reprojection #683

Closed maxwest-uw closed 3 months ago

maxwest-uw commented 3 months ago

resolves #678

allows us more flexibility in the reprojection workflow to choose between time and memory usage, i.e. instead of writing out an intermediary WorkUnit between the ic->wu generation and reprojection we can just pass in our already loaded WorkUnit but have the output be a sharded WorkUnit, using more memory but potentially saving time.