reproject icon indicating copy to clipboard operation
reproject copied to clipboard

Have option to use zarr temporary arrays instead of temporary memmaps for mosaicking

Open astrofrog opened this issue 8 months ago • 0 comments

When making large mosaics with intermediate_memmap=True, we waste a lot of time converting from zarr to memory-mapped arrays, and it might be more efficient to use zarr arrays to do the co-addition and only at the very end convert to a numpy memmap.

astrofrog avatar Jul 11 '25 11:07 astrofrog