Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/636.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove WFI_DARK, WFI_GRISM, and WFI_PRISM from exposure types.
4 changes: 0 additions & 4 deletions latest/exposure_type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ enum:
- WFI_FLAT
- WFI_LOLO
- WFI_WFSC
# These are slated for removal in the future
- WFI_DARK
- WFI_GRISM
- WFI_PRISM
maxLength: 25
2 changes: 1 addition & 1 deletion latest/reference_files/ref_exposure_type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ properties:
The potentially multiple mode strings applied to data for reference
file matching in CRDS. Modes are separated by "|".
type: string
pattern: "^((WFI_IMAGE|WFI_SPECTRAL|WFI_IM_DARK|WFI_SP_DARK|WFI_FLAT|WFI_LOLO|WFI_WFSC|WFI_DARK|WFI_GRISM|WFI_PRISM)\\s*\\|\\s*)+$"
pattern: "^((WFI_IMAGE|WFI_SPECTRAL|WFI_IM_DARK|WFI_SP_DARK|WFI_FLAT|WFI_LOLO|WFI_WFSC)\\s*\\|\\s*)+$"
required: [type, p_exptype]
required: [exposure]
Loading