astropy / reproject

Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog
https://reproject.readthedocs.io
BSD 3-Clause "New" or "Revised" License
106 stars 66 forks source link

Fix 426: add blank_pixel_value keyword #427

Closed keflavich closed 3 months ago

keflavich commented 7 months ago

This adds a blank_pixel_value keyword that defaults to nan and applies to all combination modes in the coadd/mosaicking step.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.60%. Comparing base (1a91216) to head (7647bb1). Report is 140 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #427 +/- ## ========================================== - Coverage 93.60% 93.60% -0.01% ========================================== Files 25 25 Lines 892 891 -1 ========================================== - Hits 835 834 -1 Misses 57 57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

astrofrog commented 3 months ago

This was done as part of https://github.com/astropy/reproject/pull/351 in the end