drizzle icon indicating copy to clipboard operation
drizzle copied to clipboard

Add support for co-adding with squared weights

Open mcara opened this issue 11 months ago • 1 comments

This PR adds support for resampling and adding resampled (error, variance) images with squared weights. This is to facilitate standard error propagation.

mcara avatar Dec 07 '24 07:12 mcara

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 99.68%. Comparing base (d6fc5bd) to head (7574641). :warning: Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #163      +/-   ##
==========================================
+ Coverage   97.51%   99.68%   +2.17%     
==========================================
  Files           3        2       -1     
  Lines         241      321      +80     
==========================================
+ Hits          235      320      +85     
+ Misses          6        1       -5     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Dec 07 '24 07:12 codecov[bot]

Regression tests:

JWST: https://github.com/spacetelescope/RegressionTests/actions/runs/17073575486 Roman: https://github.com/spacetelescope/RegressionTests/actions/runs/17073538185

mcara avatar Aug 19 '25 15:08 mcara