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

DM-44967: (hotfix) Change datatype for vignette fields. #234

Merged
merged 1 commit into from
Jun 25, 2024
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
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
Loading