Skip to content

Commit

Permalink
RCAL-927: Add ref_file entry for reference pixel subtraction referenc…
Browse files Browse the repository at this point in the history
…e file (#397)
  • Loading branch information
PaulHuwe authored Oct 11, 2024
1 parent 3c7c12b commit 065b958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/397.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``ref_file`` entry for reference pixel subtraction reference file
1 change: 1 addition & 0 deletions src/roman_datamodels/maker_utils/_common_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ def mk_ref_file(**kwargs):
ref_file["linearity"] = kwargs.get("linearity", "N/A")
ref_file["mask"] = kwargs.get("mask", "N/A")
ref_file["readnoise"] = kwargs.get("readnoise", "N/A")
ref_file["refpix"] = kwargs.get("refpix", "N/A")
ref_file["saturation"] = kwargs.get("saturation", "N/A")
ref_file["photom"] = kwargs.get("photom", "N/A")
ref_file["crds"] = kwargs.get("crds", {"sw_version": "12.3.1", "context_used": "roman_0815.pmap"})
Expand Down

0 comments on commit 065b958

Please sign in to comment.