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
24 changes: 12 additions & 12 deletions src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ properties:
fits_keyword: CAL_VER
blend_table: True
calibration_software_revision:
title: Calibration Software Repository Version
title: Calibration software version control sys number
type: string
fits_keyword: CAL_VCS
blend_table: True
Expand Down Expand Up @@ -254,7 +254,7 @@ properties:
type: object
properties:
engineering_quality:
title: Engineering DB quality indicator
title: Engineering data quality indicator from EngDB
type: string
enum: [OK, SUSPECT]
fits_keyword: ENG_QUAL
Expand Down Expand Up @@ -481,7 +481,7 @@ properties:
fits_keyword: PUPIL
blend_table: True
pupil_imaging_lens:
title: "Pupil imaging lens in the optical path: T/F"
title: Pupil imaging lens in the optical path?
type: boolean
fits_keyword: PILIN
blend_table: True
Expand Down Expand Up @@ -847,7 +847,7 @@ properties:
fits_keyword: GROUPGAP
blend_table: True
drop_frames1:
title: Number of frames dropped prior to 1st integration
title: Number of frames dropped prior to first integration
type: integer
fits_keyword: DRPFRMS1
blend_table: True
Expand Down Expand Up @@ -1533,7 +1533,7 @@ properties:
type: object
properties:
name:
title: S&OC PRD science aperture used
title: PRD science aperture used
type: string
fits_keyword: APERNAME
blend_table: True
Expand Down Expand Up @@ -1764,11 +1764,11 @@ properties:
fits_keyword: VISITEND
blend_table: True
gs_function_start_time:
title: UTC time when the guider function started
title: Observatory UTC time at guider function start
type: string
fits_keyword: GF_START
gs_function_end_time:
title: UTC time when the guider function ended
title: Observatory UTC time at guider function end
type: string
fits_keyword: GF_END
fgs_aperture:
Expand All @@ -1777,7 +1777,7 @@ properties:
fits_keyword: FGS_APER
blend_table: True
gs_ideal_x:
title: Guide star ideal x coordinate
title: Guide star ideal y coordinate
type: number
fits_keyword: GSIDL_X
blend_table: True
Expand Down Expand Up @@ -1928,7 +1928,7 @@ properties:
type: object
properties:
name:
title: SIRS refpix reference file name
title: NIR Simple Improved Reference Subtraction
type: string
fits_keyword: R_SIRSKL
blend_table: True
Expand Down Expand Up @@ -2048,7 +2048,7 @@ properties:
type: object
properties:
name:
title: MRS Fringe Frequency reference file name
title: Fringe Frequency reference file name
type: string
fits_keyword: R_FRIFRQ
blend_table: True
Expand Down Expand Up @@ -2425,7 +2425,7 @@ properties:
fits_keyword: S_BPXSLF
blend_table: True
barshadow:
title: NIRSpec bar shadow correction
title: Bar shadow correction
type: string
enum: [SKIPPED, COMPLETE, FAILED]
fits_keyword: S_BARSHA
Expand Down Expand Up @@ -2849,7 +2849,7 @@ properties:
fits_keyword: BKGMETH
blend_table: True
level:
title: Computed constant background level
title: Computed/Matched constant background level
type: number
fits_keyword: BKGLEVEL
blend_table: True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ properties:
fits_keyword: PS3_1
fits_hdu: SCI
s_region:
title: Spatial footprint of the observation
title: "spatial extent of the observation, footprint"
type: string
default: " "
fits_keyword: S_REGION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ properties:
fits_keyword: EFFINTTM
fits_hdu: EXTRACT1D
s_region:
title: Spatial footprint of the observation
title: Footprint of direct image(s) matched to grism observations
type: string
fits_keyword: S_REGION
fits_hdu: EXTRACT1D
Loading