Skip to content

Commit 479d975

Browse files
authored
Revert "JP-4189: Keyword title changes to match stdatamodels with jwstkd"
1 parent 3d661c6 commit 479d975

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/stdatamodels/jwst/datamodels/schemas/core.schema.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ properties:
5858
fits_keyword: CAL_VER
5959
blend_table: True
6060
calibration_software_revision:
61-
title: Calibration Software Repository Version
61+
title: Calibration software version control sys number
6262
type: string
6363
fits_keyword: CAL_VCS
6464
blend_table: True
@@ -254,7 +254,7 @@ properties:
254254
type: object
255255
properties:
256256
engineering_quality:
257-
title: Engineering DB quality indicator
257+
title: Engineering data quality indicator from EngDB
258258
type: string
259259
enum: [OK, SUSPECT]
260260
fits_keyword: ENG_QUAL
@@ -481,7 +481,7 @@ properties:
481481
fits_keyword: PUPIL
482482
blend_table: True
483483
pupil_imaging_lens:
484-
title: "Pupil imaging lens in the optical path: T/F"
484+
title: Pupil imaging lens in the optical path?
485485
type: boolean
486486
fits_keyword: PILIN
487487
blend_table: True
@@ -847,7 +847,7 @@ properties:
847847
fits_keyword: GROUPGAP
848848
blend_table: True
849849
drop_frames1:
850-
title: Number of frames dropped prior to 1st integration
850+
title: Number of frames dropped prior to first integration
851851
type: integer
852852
fits_keyword: DRPFRMS1
853853
blend_table: True
@@ -1533,7 +1533,7 @@ properties:
15331533
type: object
15341534
properties:
15351535
name:
1536-
title: S&OC PRD science aperture used
1536+
title: PRD science aperture used
15371537
type: string
15381538
fits_keyword: APERNAME
15391539
blend_table: True
@@ -1764,11 +1764,11 @@ properties:
17641764
fits_keyword: VISITEND
17651765
blend_table: True
17661766
gs_function_start_time:
1767-
title: UTC time when the guider function started
1767+
title: Observatory UTC time at guider function start
17681768
type: string
17691769
fits_keyword: GF_START
17701770
gs_function_end_time:
1771-
title: UTC time when the guider function ended
1771+
title: Observatory UTC time at guider function end
17721772
type: string
17731773
fits_keyword: GF_END
17741774
fgs_aperture:
@@ -1777,7 +1777,7 @@ properties:
17771777
fits_keyword: FGS_APER
17781778
blend_table: True
17791779
gs_ideal_x:
1780-
title: Guide star ideal x coordinate
1780+
title: Guide star ideal y coordinate
17811781
type: number
17821782
fits_keyword: GSIDL_X
17831783
blend_table: True
@@ -1928,7 +1928,7 @@ properties:
19281928
type: object
19291929
properties:
19301930
name:
1931-
title: SIRS refpix reference file name
1931+
title: NIR Simple Improved Reference Subtraction
19321932
type: string
19331933
fits_keyword: R_SIRSKL
19341934
blend_table: True
@@ -2048,7 +2048,7 @@ properties:
20482048
type: object
20492049
properties:
20502050
name:
2051-
title: MRS Fringe Frequency reference file name
2051+
title: Fringe Frequency reference file name
20522052
type: string
20532053
fits_keyword: R_FRIFRQ
20542054
blend_table: True
@@ -2425,7 +2425,7 @@ properties:
24252425
fits_keyword: S_BPXSLF
24262426
blend_table: True
24272427
barshadow:
2428-
title: NIRSpec bar shadow correction
2428+
title: Bar shadow correction
24292429
type: string
24302430
enum: [SKIPPED, COMPLETE, FAILED]
24312431
fits_keyword: S_BARSHA
@@ -2849,7 +2849,7 @@ properties:
28492849
fits_keyword: BKGMETH
28502850
blend_table: True
28512851
level:
2852-
title: Computed constant background level
2852+
title: Computed/Matched constant background level
28532853
type: number
28542854
fits_keyword: BKGLEVEL
28552855
blend_table: True

src/stdatamodels/jwst/datamodels/schemas/wcsinfo.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ properties:
250250
fits_keyword: PS3_1
251251
fits_hdu: SCI
252252
s_region:
253-
title: Spatial footprint of the observation
253+
title: "spatial extent of the observation, footprint"
254254
type: string
255255
default: " "
256256
fits_keyword: S_REGION

src/stdatamodels/jwst/datamodels/schemas/wfss_specmeta.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ properties:
3535
fits_keyword: EFFINTTM
3636
fits_hdu: EXTRACT1D
3737
s_region:
38-
title: Spatial footprint of the observation
38+
title: Footprint of direct image(s) matched to grism observations
3939
type: string
4040
fits_keyword: S_REGION
4141
fits_hdu: EXTRACT1D

0 commit comments

Comments
 (0)