-
Notifications
You must be signed in to change notification settings - Fork 32
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
Inverse wcs bbox #314
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Needs a change log fragment. |
f0dc386
to
7b49e44
Compare
19ba5b9
to
41c6fd4
Compare
@@ -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", |
There was a problem hiding this comment.
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.
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
docs/
pageno-changelog-entry-needed
)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types)"git+https://github.com/<fork>/stcal@<branch>"
)jwst
regression testromancal
regression testnews fragment change types...
changes/<PR#>.apichange.rst
: change to public APIchanges/<PR#>.bugfix.rst
: fixes an issuechanges/<PR#>.general.rst
: infrastructure or miscellaneous change