{{ message }}
Added intermediate_memmap='zarr' option which dumps to temporary zarr arrays#612
Draft
astrofrog wants to merge 10 commits into
Draft
Added intermediate_memmap='zarr' option which dumps to temporary zarr arrays#612astrofrog wants to merge 10 commits into
astrofrog wants to merge 10 commits into
Conversation
4ace406 to
f9f11e0
Compare
… arrays instead of numpy memmap arrays
…ed arrays so that intermediate_memmap='zarr' does not silently leave NaNs in the output
…each on-disk chunk is read once instead of being re-read across smaller chunk boundaries
…rr path already exists
…bined so they do not accumulate on disk for the duration of the coaddition
…jection and coaddition functions including that it always reprojects in blocks and defaults block_size to auto
…ntroduced with the zarr return type
…han the output along the reprojected dimensions, reprojecting each plane in sub-tiles so the coordinate transform memory stays bounded for large planes
…ns of the input WCS to the output so coaddition works when the output WCS has fewer dimensions than the input such as a celestial only output with non_reprojected_dims
…g a tile footprint into a lower-dimensional output WCS so that non-linear variation of the reprojected WCS along those axes is captured rather than only the end points
f9f11e0 to
8ad3ee2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes #533