Closed s-goldman closed 1 year ago
@s-goldman Please make the PR against the stcal-alignment
branch, not main
. We ahven't merged that into main yet.
Patch coverage: 64.30%
and project coverage change: +7.18%
:tada:
Comparison is base (
e0c6f69
) 74.46% compared to head (3ba2456
) 81.64%. Report is 35 commits behind head on stcal-alignment.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@s-goldman Please make the PR against the
stcal-alignment
branch, notmain
. We ahven't merged that into main yet.
Thanks. Switch made. I still need to add documentation and possibly a regression test.
Resolves HLA-1096
This PR adds the reproject function to the codebase. This code was based on a similar function for JWST. A main difference between the two is that this code assumes that we are using the high-level WCS API. Several unit tests are also added for the case of inputted strings, array, as well as an expected failure.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)