Skip to content

Commit

Permalink
Add coverage columns to ci_imsim schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Sep 27, 2023
1 parent 2ca14e8 commit f89dce0
Showing 1 changed file with 42 additions and 0 deletions.
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

Check failure on line 57 in yml/imsim.yaml

View workflow job for this annotation

GitHub Actions / lint

57:3 [key-duplicates] duplication of key "name" in mapping
"@id": "#Object.deblend_incompleteData"

Check failure on line 58 in yml/imsim.yaml

View workflow job for this annotation

GitHub Actions / lint

58:10 syntax error: mapping values are not allowed here (syntax)
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: double
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
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: double
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
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: double
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
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: double
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: DOUBLE
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: double
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
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: double
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
fits:tunit:


- name: Source
Expand Down

0 comments on commit f89dce0

Please sign in to comment.