Implement support for chunked median with return_type='numpy' in reproject_and_coadd - #622
Merged
Merged
Conversation
…ng the reprojected arrays as match_background does and combining them chunk by chunk with the same per-chunk logic as the deferred path, which also makes the median composable with match_background
… region into an _overlap_slices helper shared by the deferred column assembly and the numpy median combine, which each duplicated the same slice arithmetic
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #622 +/- ##
==========================================
- Coverage 90.34% 90.30% -0.05%
==========================================
Files 51 51
Lines 2362 2382 +20
==========================================
+ Hits 2134 2151 +17
- Misses 228 231 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Jul 10, 2026
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.
This uses a similar chunked approach to #336 but had to be re-written from scratch due to extensive changes in
reproject_and_coadd