You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.