Skip to content

Commit 3b095c3

Browse files
authored
Merge pull request #1194 from spacetelescope/nircam_photom_dupes
Added SUBARRAY to nircam_photom.spec to remove duplicate warnings.
2 parents f2bcb95 + 79bfac3 commit 3b095c3

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

changes/1194.jwst.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added SUBARRAY to nircam_photom.spec

crds/jwst/specs/combined_specs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4889,7 +4889,8 @@
48894889
"unique_rowkeys":[
48904890
"FILTER",
48914891
"PUPIL",
4892-
"ORDER"
4892+
"ORDER",
4893+
"SUBARRAY"
48934894
]
48944895
},
48954896
"psfmask":{

crds/jwst/specs/nircam_photom.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
'sha1sum' : '8b882aefccecf7de1ae321e78052f74cf84b164f',
1212
'suffix' : 'photom',
1313
'text_descr' : 'Absolute Calibration',
14-
'unique_rowkeys': ('FILTER', 'PUPIL', 'ORDER'),
14+
'unique_rowkeys': ('FILTER', 'PUPIL', 'ORDER', 'SUBARRAY'),
1515
}

0 commit comments

Comments
 (0)