Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JP-3096: Add new JWST keywords to track CR's detected by the jump step #173

Merged
merged 11 commits into from
Jun 23, 2023
8 changes: 8 additions & 0 deletions src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,14 @@ properties:
type: boolean
fits_keyword: SELFREF
blend_table: True
primary_cosmic_rays:
title: Cosmic Ray rate per thousand pixels per second
type: number
fits_keyword: PRIMECRS
extended_emission_events:
title: Snowballs/showers per million pixels per second
type: number
fits_keyword: EXTNCRS
subarray:
title: Subarray parameters
type: object
Expand Down