Skip to content

Commit 38f5798

Browse files
emoltertapastro
authored andcommitted
JP-4112: Add filter to Asn_Lv3WFSSNRC constraints (#9816)
Co-authored-by: Tyler Pauly <[email protected]>
1 parent 7faa904 commit 38f5798

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

changes/9816.associations.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a bug where NIRCam WFSS level 3 associations lacked filter name

jwst/associations/lib/rules_level3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,10 @@ def __init__(self, *args, **kwargs):
11891189
value="GRISMR|GRISMC",
11901190
force_unique=True,
11911191
),
1192+
DMSAttrConstraint(
1193+
name="opt_elem2",
1194+
sources=["filter"],
1195+
),
11921196
]
11931197
)
11941198

0 commit comments

Comments
 (0)