spacetelescope / roman_datamodels

Datamodel support for the roman calibration pipeline
https://roman-datamodels.readthedocs.io
Other
7 stars 21 forks source link

RCAL-905: Add ePSF, ABVegaOffset, and ApCorr Datamodels #393

Closed PaulHuwe closed 1 month ago

PaulHuwe commented 1 month ago

Resolves RCAL-905

Closes #905

This PR adds datamodels and tests for ePSF, ABVegaOffset, and ApCorr reference files. Other tests were tweaked for this support. The PR template was also updated to match the one from the RAD library.

Tasks

news fragment change types... - ``changes/.feature.rst``: new feature - ``changes/.bugfix.rst``: fixes an issue - ``changes/.doc.rst``: documentation change - ``changes/.removal.rst``: deprecation or removal of public API - ``changes/.misc.rst``: infrastructure or miscellaneous change
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 97.87234% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.77%. Comparing base (087a60d) to head (55c9e1c). Report is 54 commits behind head on main.

Files with missing lines Patch % Lines
src/roman_datamodels/maker_utils/_ref_files.py 95.45% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #393 +/- ## ========================================== + Coverage 97.56% 97.77% +0.21% ========================================== Files 30 36 +6 Lines 2788 3460 +672 ========================================== + Hits 2720 3383 +663 - Misses 68 77 +9 ```

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

PaulHuwe commented 1 month ago