spacetelescope / romancal

Python library to process science observations from the Nancy Grace Roman Space Telescope
https://roman-pipeline.readthedocs.io/en/latest/
Other
31 stars 28 forks source link

adding plotting utility #1204

Closed perrygreenfield closed 5 months ago

perrygreenfield commented 5 months ago

Closes #1203

This PR addresses adds a plotting utility that shows the spatial relationship of an image to the patches that have been deemed to be those overlapped by the image, as well as the candidate patches tested for an overlap. The purpose is mainly for diagnostic use.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 25.00000% with 24 lines in your changes are missing coverage. Please review.

Project coverage is 78.95%. Comparing base (b61e70b) to head (1392bcd). Report is 4 commits behind head on main.

Files Patch % Lines
romancal/patch_match/patch_plot.py 25.00% 24 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1204 +/- ## ========================================== - Coverage 79.05% 78.95% -0.11% ========================================== Files 116 117 +1 Lines 7994 8077 +83 ========================================== + Hits 6320 6377 +57 - Misses 1674 1700 +26 ``` | [Flag](https://app.codecov.io/gh/spacetelescope/romancal/pull/1204/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spacetelescope) | Coverage Δ | | *Carryforward flag | |---|---|---|---| | [nightly](https://app.codecov.io/gh/spacetelescope/romancal/pull/1204/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spacetelescope) | `62.78% <ø> (ø)` | | Carriedforward from [dfb766d](https://app.codecov.io/gh/spacetelescope/romancal/commit/dfb766d62b54038051722fd9a9c56d87b71684ed?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spacetelescope) | *This pull request uses carry forward flags. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spacetelescope) to find out more.

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