Closed stsci-hack closed 1 month ago
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.