Skip to content

Commit

Permalink
Merge pull request #234 from lsst/tickets/DM-44967-hotfix
Browse files Browse the repository at this point in the history
DM-44967: (hotfix) Change datatype for vignette fields.
  • Loading branch information
ktlim authored Jun 25, 2024
2 parents c332a31 + 4c6d7b9 commit a9dd054
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 24 deletions.
20 changes: 12 additions & 8 deletions yml/cdb_latiss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,14 @@ tables:
description: Were any control system components simulated?
- name: vignette
"@id": "#exposure.vignette"
datatype: int
description: "Instrument blocked from the sky: Unknown = 0, No = 1, Partially = 2, Fully = 3."
datatype: string
length: 10
description: "Instrument blocked from the sky: UNKNOWN, NO, PARTIALLY, FULLY."
- name: vignette_min
"@id": "#exposure.vignette_min"
datatype: int
description: Minimum value of vignette during the exposure.
datatype: string
length: 10
description: "Lowest amount of instrument vignetting detected during the exposure: UNKNOWN, NO, PARTIALLY, FULLY."
- name: s_region
"@id": "#exposure.s_region"
datatype: string
Expand Down Expand Up @@ -760,12 +762,14 @@ tables:
description: Were any control system components simulated?
- name: vignette
"@id": "#visit1.vignette"
datatype: int
description: "Instrument blocked from the sky: Unknown = 0, No = 1, Partially = 2, Fully = 3."
datatype: string
length: 10
description: "Instrument blocked from the sky: UNKNOWN, NO, PARTIALLY, FULLY."
- name: vignette_min
"@id": "#visit1.vignette_min"
datatype: int
description: Minimum value of vignette during the exposure.
datatype: string
length: 10
description: "Lowest amount of instrument vignetting detected during the visit: UNKNOWN, NO, PARTIALLY, FULLY."
- name: s_region
"@id": "#visit1.s_region"
datatype: string
Expand Down
20 changes: 12 additions & 8 deletions yml/cdb_lsstcomcam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,14 @@ tables:
description: Were any control system components simulated?
- name: vignette
"@id": "#exposure.vignette"
datatype: int
description: "Instrument blocked from the sky: Unknown = 0, No = 1, Partially = 2, Fully = 3."
datatype: string
length: 10
description: "Instrument blocked from the sky: UNKNOWN, NO, PARTIALLY, FULLY."
- name: vignette_min
"@id": "#exposure.vignette_min"
datatype: int
description: Minimum value of vignette during the exposure.
datatype: string
length: 10
description: "Lowest amount of instrument vignetting detected during the exposure: UNKNOWN, NO, PARTIALLY, FULLY."
- name: s_region
"@id": "#exposure.s_region"
datatype: string
Expand Down Expand Up @@ -740,12 +742,14 @@ tables:
description: Were any control system components simulated?
- name: vignette
"@id": "#visit1.vignette"
datatype: int
description: "Instrument blocked from the sky: Unknown = 0, No = 1, Partially = 2, Fully = 3."
datatype: string
length: 10
description: "Instrument blocked from the sky: UNKNOWN, NO, PARTIALLY, FULLY."
- name: vignette_min
"@id": "#visit1.vignette_min"
datatype: int
description: Minimum value of vignette during the exposure.
datatype: string
length: 10
description: "Lowest amount of instrument vignetting detected during the visit: UNKNOWN, NO, PARTIALLY, FULLY."
- name: s_region
"@id": "#visit1.s_region"
datatype: string
Expand Down
20 changes: 12 additions & 8 deletions yml/cdb_lsstcomcamsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,14 @@ tables:
description: Were any control system components simulated?
- name: vignette
"@id": "#exposure.vignette"
datatype: int
description: "Instrument blocked from the sky: Unknown = 0, No = 1, Partially = 2, Fully = 3."
datatype: string
length: 10
description: "Instrument blocked from the sky: UNKNOWN, NO, PARTIALLY, FULLY."
- name: vignette_min
"@id": "#exposure.vignette_min"
datatype: int
description: Minimum value of vignette during the exposure.
datatype: string
length: 10
description: "Lowest amount of instrument vignetting detected during the exposure: UNKNOWN, NO, PARTIALLY, FULLY."
- name: s_region
"@id": "#exposure.s_region"
datatype: string
Expand Down Expand Up @@ -740,12 +742,14 @@ tables:
description: Were any control system components simulated?
- name: vignette
"@id": "#visit1.vignette"
datatype: int
description: "Instrument blocked from the sky: Unknown = 0, No = 1, Partially = 2, Fully = 3."
datatype: string
length: 10
description: "Instrument blocked from the sky: UNKNOWN, NO, PARTIALLY, FULLY."
- name: vignette_min
"@id": "#visit1.vignette_min"
datatype: int
description: Minimum value of vignette during the visit.
datatype: string
length: 10
description: "Lowest amount of instrument vignetting detected during the visit: UNKNOWN, NO, PARTIALLY, FULLY."
- name: s_region
"@id": "#visit1.s_region"
datatype: string
Expand Down

0 comments on commit a9dd054

Please sign in to comment.