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-40921-v25: Add coverage columns to ci_imsim schema #156

Merged
merged 1 commit into from
Oct 24, 2023
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: 10 additions & 10 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1165,9 +1165,9 @@ tables:
fits:tunit: deg
- name: g_dataCoverage
"@id": "#Object.dataCoverage"
datatype: double
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the g-band.
mysql:datatype: DOUBLE
mysql:datatype: FLOAT
fits:tunit:
- name: i_ap03Flux
"@id": "#Object.i_ap03Flux"
Expand Down Expand Up @@ -2131,9 +2131,9 @@ tables:
fits:tunit: deg
- name: i_dataCoverage
"@id": "#Object.dataCoverage"
datatype: double
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the i-band.
mysql:datatype: DOUBLE
mysql:datatype: FLOAT
fits:tunit:
- name: r_ap03Flux
"@id": "#Object.r_ap03Flux"
Expand Down Expand Up @@ -3097,9 +3097,9 @@ tables:
fits:tunit: deg
- name: r_dataCoverage
"@id": "#Object.dataCoverage"
datatype: double
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the r-band.
mysql:datatype: DOUBLE
mysql:datatype: FLOAT
fits:tunit:
- name: y_ap03Flux
"@id": "#Object.y_ap03Flux"
Expand Down Expand Up @@ -4063,9 +4063,9 @@ tables:
fits:tunit: deg
- name: y_dataCoverage
"@id": "#Object.dataCoverage"
datatype: double
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the y-band.
mysql:datatype: DOUBLE
mysql:datatype: FLOAT
fits:tunit:
- name: z_ap03Flux
"@id": "#Object.z_ap03Flux"
Expand Down Expand Up @@ -5029,9 +5029,9 @@ tables:
fits:tunit: deg
- name: z_dataCoverage
"@id": "#Object.dataCoverage"
datatype: double
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the z-band.
mysql:datatype: DOUBLE
mysql:datatype: FLOAT
fits:tunit:

- name: Source
Expand Down
42 changes: 42 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra;meta.main
- name: deblend_incompleteData
"@id": "#Object.deblend_incompleteData"
datatype: boolean
description: One or more bands were not deblended due to an inability to model the PSF.
mysql:datatype: BOOLEAN
fits:tunit:
- name: deblend_nChild
"@id": "#Object.deblend_nChild"
datatype: int
Expand Down Expand Up @@ -1164,6 +1170,12 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: g_dataCoverage
"@id": "#Object.dataCoverage"
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the g-band.
mysql:datatype: FLOAT
fits:tunit:
- name: i_ap03Flux
"@id": "#Object.i_ap03Flux"
datatype: double
Expand Down Expand Up @@ -2126,6 +2138,12 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: i_dataCoverage
"@id": "#Object.dataCoverage"
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the i-band.
mysql:datatype: FLOAT
fits:tunit:
- name: r_ap03Flux
"@id": "#Object.r_ap03Flux"
datatype: double
Expand Down Expand Up @@ -3088,6 +3106,12 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: r_dataCoverage
"@id": "#Object.dataCoverage"
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the r-band.
mysql:datatype: FLOAT
fits:tunit:
- name: u_ap03Flux
"@id": "#Object.u_ap03Flux"
datatype: double
Expand Down Expand Up @@ -4050,6 +4074,12 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: u_dataCoverage
"@id": "#Object.dataCoverage"
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the u-band.
mysql:datatype: FLOAT
fits:tunit:
- name: y_ap03Flux
"@id": "#Object.y_ap03Flux"
datatype: double
Expand Down Expand Up @@ -5012,6 +5042,12 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: y_dataCoverage
"@id": "#Object.dataCoverage"
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the y-band.
mysql:datatype: FLOAT
fits:tunit:
- name: z_ap03Flux
"@id": "#Object.z_ap03Flux"
datatype: double
Expand Down Expand Up @@ -5974,6 +6010,12 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: z_dataCoverage
"@id": "#Object.dataCoverage"
datatype: float
description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the z-band.
mysql:datatype: FLOAT
fits:tunit:


- name: Source
Expand Down
Loading