Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inverse wcs bbox #314

Merged
merged 6 commits into from
Dec 13, 2024
Merged

Inverse wcs bbox #314

merged 6 commits into from
Dec 13, 2024

Conversation

nden
Copy link
Collaborator

@nden nden commented Oct 30, 2024

This is part of the work for AL-852: using the bounding_box in the inverse transforms.
It requires spacetelescope/gwcs#498 to be merged

Follow up PRs are spacetelescope/jwst#8554 and spacetelescope/romancal#1273

Closes #

This PR addresses ...

Tasks

  • update or add relevant tests
  • update relevant docstrings and / or docs/ page
  • Does this PR change any API used downstream? (if not, label with no-changelog-entry-needed)
    • write news fragment(s) in changes/: echo "changed something" > changes/<PR#>.<changetype>.rst (see below for change types)
    • run regression tests with this branch installed ("git+https://github.com/<fork>/stcal@<branch>")
news fragment change types...
  • changes/<PR#>.apichange.rst: change to public API
  • changes/<PR#>.bugfix.rst: fixes an issue
  • changes/<PR#>.general.rst: infrastructure or miscellaneous change

@nden nden requested a review from a team as a code owner October 30, 2024 12:10
@nden nden marked this pull request as draft October 30, 2024 12:10
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.88%. Comparing base (728b877) to head (0d2d573).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #314       +/-   ##
===========================================
+ Coverage   29.56%   86.88%   +57.32%     
===========================================
  Files          37       49       +12     
  Lines        8332     8937      +605     
===========================================
+ Hits         2463     7765     +5302     
+ Misses       5869     1172     -4697     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kmacdonald-stsci
Copy link
Collaborator

Needs a change log fragment.

@nden nden force-pushed the inverse-wcs-bbox branch from f0dc386 to 7b49e44 Compare October 31, 2024 00:28
@@ -20,7 +20,7 @@ dependencies = [
"numpy >=1.21.2",
"opencv-python-headless >=4.6.0.66",
"asdf >=2.15.0",
"gwcs >= 0.18.1",
"gwcs @ git+https://github.com/nden/gwcs.git@inverse-bbox",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that if you remove this change we can merge this without too much fear.

@nden nden marked this pull request as ready for review December 13, 2024 20:44
@nden nden merged commit 876ae23 into spacetelescope:main Dec 13, 2024
24 of 26 checks passed
braingram added a commit to braingram/stcal that referenced this pull request Dec 13, 2024
@braingram braingram mentioned this pull request Dec 13, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants