Skip to content

Commit

Permalink
Add data coverage columns to imsim schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m authored and Matthias Wittgen committed Oct 15, 2023
1 parent b686949 commit fa740d6
Show file tree
Hide file tree
Showing 2 changed files with 150 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 @@ -1202,9 +1202,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 @@ -2187,9 +2187,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 @@ -3172,9 +3172,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 @@ -4157,9 +4157,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 @@ -5142,9 +5142,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
140 changes: 140 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,26 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra;meta.main
- name: coord_raErr
"@id": "#Object.coord_raErr"
datatype: float
description: Error in fiducial ICRS Right Ascension of centroid
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr;meta.main
- name: coord_ra_dec_Cov
"@id": "#Object.coord_ra_dec_Cov"
datatype: float
description: Covariance between fiducial ICRS Right Ascension and Declination of centroid
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 @@ -1171,6 +1191,26 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: g_raErr
"@id": "#Object.g_raErr"
datatype: float
description: Error in right ascension, measured on g-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
- name: g_ra_dec_Cov
"@id": "#Object.g_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on g-band.
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 @@ -2140,6 +2180,26 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: i_raErr
"@id": "#Object.i_raErr"
datatype: float
description: Error in right ascension, measured on i-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
- name: i_ra_dec_Cov
"@id": "#Object.i_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on i-band.
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 @@ -3109,6 +3169,26 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: r_raErr
"@id": "#Object.r_raErr"
datatype: float
description: Error in right ascension, measured on r-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
- name: r_ra_dec_Cov
"@id": "#Object.r_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on r-band.
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 @@ -4078,6 +4158,26 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: u_raErr
"@id": "#Object.u_raErr"
datatype: float
description: Error in right ascension, measured on u-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
- name: u_ra_dec_Cov
"@id": "#Object.u_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on u-band.
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 @@ -5047,6 +5147,26 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: y_raErr
"@id": "#Object.y_raErr"
datatype: float
description: Error in right ascension, measured on y-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
- name: y_ra_dec_Cov
"@id": "#Object.y_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on y-band.
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 @@ -6016,6 +6136,26 @@ tables:
mysql:datatype: DOUBLE
fits:tunit: deg
ivoa:ucd: pos.eq.ra
- name: z_raErr
"@id": "#Object.z_raErr"
datatype: float
description: Error in right ascension, measured on z-band.
mysql:datatype: FLOAT
fits:tunit: deg
ivoa:ucd: pos.eq.raErr
- name: z_ra_dec_Cov
"@id": "#Object.z_ra_dec_Cov"
datatype: float
description: Covariance between right ascension and declination, measured on z-band.
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 fa740d6

Please sign in to comment.