Skip to content

Commit

Permalink
Add coverage colunns to hsc schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m authored and Matthias Wittgen committed Oct 17, 2023
1 parent bb95322 commit 476ebfb
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ tables:
description: Fiducial ICRS Right Ascension of centroid used for database indexing
mysql:datatype: DOUBLE
fits:tunit: deg
- 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:
description: Position in right ascension, measured on g-band.
mysql:datatype: DOUBLE
fits:tunit: deg
- 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 @@ -2131,6 +2143,12 @@ tables:
description: Position in right ascension, measured on i-band.
mysql:datatype: DOUBLE
fits:tunit: deg
- 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 @@ -3098,6 +3116,12 @@ tables:
description: Position in right ascension, measured on r-band.
mysql:datatype: DOUBLE
fits:tunit: deg
- 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: y_ap03Flux
"@id": "#Object.y_ap03Flux"
datatype: double
Expand Down Expand Up @@ -4065,6 +4089,12 @@ tables:
description: Position in right ascension, measured on y-band.
mysql:datatype: DOUBLE
fits:tunit: deg
- 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 @@ -5032,6 +5062,12 @@ tables:
description: Position in right ascension, measured on z-band.
mysql:datatype: DOUBLE
fits:tunit: deg
- 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
"@id": "#Source"
Expand Down

0 comments on commit 476ebfb

Please sign in to comment.