spacetelescope / drizzle

A package for combining dithered images into a single image
https://spacetelescope-drizzle.readthedocs.io/en/latest/
Other
51 stars 26 forks source link

Update package to include new API and expanded documentation #133

Closed stsci-hack closed 1 month ago

stsci-hack commented 10 months ago

A slightly new API has been added to provide an interface for running the drizzle and blot routines. The new APIs allow the user to call the drizzle and blot functions without needing to provide any WCS objects, instead relying on providing a pixmap computed by the user using the input WCS objects. The original functions have been retained to provide a more seamless transition to the new APIs.

The documentation has also been expanded to not only describe the algorithms in some additional detail, but also to add a page dedicated solely to describing how to call the code. The new user doc page provides examples of how to call the code for both HST and JWST data with descriptions on how to call it for nearly any data using the HST and JWST examples as templates.

codecov[bot] commented 10 months ago

Codecov Report

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

Project coverage is 75.64%. Comparing base (f3f73e1) to head (ca40c16). Report is 24 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #133 +/- ## ========================================== + Coverage 75.29% 75.64% +0.35% ========================================== Files 7 7 Lines 344 349 +5 ========================================== + Hits 259 264 +5 Misses 85 85 ```

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