Skip to content

Commit

Permalink
JP-3693: add MEDIUM-DEEP read pattern to schemas (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapastro authored Aug 28, 2024
2 parents d8a9ca2 + 9376300 commit a49474c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

- remove uses of now unused ``ignore_version_mismatch`` [#313]

- Added ``MEDIUMDEEP2`` and ``MEDIUMDEEP8`` to allowed readout patterns
in JWST core schema, ``READPATT``, and ``PREADPATT``. [#315]

2.0.0 (2024-06-24)
===================

Expand Down
2 changes: 1 addition & 1 deletion src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ properties:
enum: [ACQ1, ACQ2, BRIGHT1, BRIGHT2, DEEP2, DEEP8, FAST,
FASTGRPAVG, FASTGRPAVG8, FASTGRPAVG16, FASTGRPAVG32, FASTGRPAVG64,
FASTR1, FASTR100, FGS, FGS60, FGS8370, FGS840, FGSRAPID,
FINEGUIDE, ID, MEDIUM2, MEDIUM8, NIS, NISRAPID,
FINEGUIDE, ID, MEDIUM2, MEDIUM8, MEDIUMDEEP2, MEDIUMDEEP8, NIS, NISRAPID,
NRS, NRSIRS2, NRSN16R4, NRSN32R8, NRSN8R2,
NRSRAPID, NRSIRS2RAPID, NRSRAPIDD1, NRSRAPIDD2, NRSRAPIDD6,
NRSSLOW, RAPID, SHALLOW2, SHALLOW4, SLOW, SLOWR1, TRACK, ANY, N/A]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ properties:
pattern: "\
^((ACQ1|ACQ2|BRIGHT1|BRIGHT2|DEEP2|DEEP8|FAST|\
FASTGRPAVG|FASTGRPAVG8|FASTGRPAVG16|FASTGRPAVG32|FASTGRPAVG64|\
FASTR1|FASTR100|FGS|FGS60|FGS8370|FGS840|FGSRAPID|\
FINEGUIDE|ID|MEDIUM2|MEDIUM8|NIS|NISRAPID|\
FASTR1|FASTR100|FGS|FGS60|FGS8370|FGS840|FGSRAPID|\
FINEGUIDE|ID|MEDIUM2|MEDIUM8|MEDIUMDEEP2|MEDIUMDEEP8|NIS|NISRAPID|\
NRS|NRSIRS2|NRSN16R4|NRSN32R8|NRSN8R2|NRSRAPID|\
NRSIRS2RAPID|NRSRAPIDD1|NRSRAPIDD2|NRSRAPIDD6|NRSSLOW|RAPID|\
SHALLOW2|SHALLOW4|SLOW|SLOWR1|TRACK|ANY|N/A)\\s*\\|\\s*)+$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ properties:
enum: [ACQ1, ACQ2, BRIGHT1, BRIGHT2, DEEP2, DEEP8, FAST,
FASTGRPAVG, FASTGRPAVG8, FASTGRPAVG16, FASTGRPAVG32, FASTGRPAVG64,
FASTR1, FASTR100, FGS, FGS60, FGS8370, FGS840, FGSRAPID,
FINEGUIDE, ID, MEDIUM2, MEDIUM8, NIS, NISRAPID,
FINEGUIDE, ID, MEDIUM2, MEDIUM8, MEDIUMDEEP2, MEDIUMDEEP8, NIS, NISRAPID,
NRS, NRSIRS2, NRSN16R4, NRSN32R8, NRSN8R2,
NRSRAPID, NRSIRS2RAPID, NRSRAPIDD1, NRSRAPIDD2, NRSRAPIDD6,
NRSSLOW, RAPID, SHALLOW2, SHALLOW4, SLOW, SLOWR1, TRACK, ANY, N/A]
Expand Down

0 comments on commit a49474c

Please sign in to comment.