Skip to content

Commit

Permalink
Merge pull request #139 from lsst/tickets/DM-40921
Browse files Browse the repository at this point in the history
DM-40921: Add coverage columns to ci_imsim schema
  • Loading branch information
fred3m authored Sep 28, 2023
2 parents 2ca14e8 + 6ae9de2 commit 68d4b44
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 10 deletions.
20 changes: 10 additions & 10 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1208,9 +1208,9 @@ tables:
fits:tunit: deg^2
- 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 @@ -2199,9 +2199,9 @@ tables:
fits:tunit: deg^2
- 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 @@ -3190,9 +3190,9 @@ tables:
fits:tunit: deg^2
- 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 @@ -4181,9 +4181,9 @@ tables:
fits:tunit: deg^2
- 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 @@ -5172,9 +5172,9 @@ tables:
fits:tunit: deg^2
- 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 @@ -54,6 +54,12 @@ tables:
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov;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 @@ -1213,6 +1219,12 @@ tables:
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
- 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 @@ -2203,6 +2215,12 @@ tables:
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
- 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 @@ -3193,6 +3211,12 @@ tables:
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
- 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 @@ -4183,6 +4207,12 @@ tables:
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
- 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 @@ -5173,6 +5203,12 @@ tables:
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
- 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 @@ -6163,6 +6199,12 @@ tables:
mysql:datatype: FLOAT
fits:tunit: deg^2
ivoa:ucd: pos.eq.ra_dec_Cov
- 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

0 comments on commit 68d4b44

Please sign in to comment.