Skip to content

Commit

Permalink
Add fields needed for deblender metrics to object tables
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Dec 1, 2023
1 parent dd69ae0 commit d3545aa
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 43 deletions.
190 changes: 170 additions & 20 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,84 @@ tables:
description: Covariance between fiducial ICRS Right Ascension and Declination of centroid.
mysql:datatype: FLOAT
fits:tunit: deg^2
- 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
description: Number of children this object has (defaults to 0)
mysql:datatype: INTEGER
fits:tunit:
- name: deblend_nPeaks
"@id": "#Object.deblend_nPeaks"
datatype: int
description: Number of peaks this parent footprint has (even if the deblender failed or skipped this blend)
mysql:datatype: INTEGER
fits:tunit:
- name: deblend_failed
"@id": "#Object.deblend_failed"
datatype: boolean
description: Deblender failed to deblend this source
mysql:datatype: BOOLEAN
fits:tunit:
- name: deblend_skipped
"@id": "#Object.deblend_skipped"
datatype: boolean
description: Deblender skipped this source
mysql:datatype: BOOLEAN
fits:tunit:
- name: deblend_isolatedParent
"@id": "#Object.deblend_isolatedParent"
datatype: boolean
description: Deblender skipped this source
mysql:datatype: BOOLEAN
fits:tunit:
- name: deblend_parentTooBig
"@id": "#Object.deblend_parentTooBig"
datatype: boolean
description: Deblender skipped this source
mysql:datatype: BOOLEAN
fits:tunit:
- name: deblend_tooManyPeaks
"@id": "#Object.deblend_tooManyPeaks"
datatype: boolean
description: Deblender skipped this source
mysql:datatype: BOOLEAN
fits:tunit:
- name: deblend_masked
"@id": "#Object.deblend_masked"
datatype: boolean
description: Deblender skipped this source
mysql:datatype: BOOLEAN
fits:tunit:
- 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_iterations
"@id": "#Object.deblend_iterations"
datatype: int
description: Number of iterations during deblending
mysql:datatype: INTEGER
fits:tunit:
- name: deblend_peak_center_x
"@id": "#Object.deblend_peak_center_x"
datatype: int
description: x-coordinate of the peak after source detection
mysql:datatype: INTEGER
fits:tunit:
- name: deblend_peak_center_y
"@id": "#Object.deblend_peak_center_y"
datatype: int
description: y-coordinate of the peak after source detection
mysql:datatype: INTEGER
fits:tunit:
- name: deblend_logL
"@id": "#Object.deblend_logL"
datatype: float
description: y-coordinate of the peak after source detection
mysql:datatype: FLOAT
fits:tunit:
- name: detect_fromBlend
"@id": "#Object.detect_fromBlend"
datatype: boolean
Expand Down Expand Up @@ -1200,12 +1260,30 @@ tables:
description: Covariance between right ascension and declination, measured on g-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
- name: g_dataCoverage
"@id": "#Object.dataCoverage"
- name: g_deblend_dataCoverage
"@id": "#Object.g_deblend_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: g_deblend_blendedness
"@id": "#Object.g_deblend_blendedness"
datatype: float
description: Blendedness in the deconvolved scarlet space
mysql:datatype: FLOAT
fits:tunit:
- name: g_deblend_fluxOverlap
"@id": "#Object.g_deblend_fluxOverlap"
datatype: float
description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space.
mysql:datatype: FLOAT
fits:tunit:
- name: g_deblend_fluxOverlapFraction
"@id": "#Object.g_deblend_fluxOverlap"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: i_ap03Flux
"@id": "#Object.i_ap03Flux"
datatype: double
Expand Down Expand Up @@ -2185,10 +2263,28 @@ tables:
description: Covariance between right ascension and declination, measured on i-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
- name: i_dataCoverage
"@id": "#Object.dataCoverage"
- name: i_deblend_dataCoverage
"@id": "#Object.i_deblend_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_deblend_blendedness
"@id": "#Object.i_deblend_blendedness"
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.
description: Blendedness in the deconvolved scarlet space
mysql:datatype: FLOAT
fits:tunit:
- name: i_deblend_fluxOverlap
"@id": "#Object.i_deblend_fluxOverlap"
datatype: float
description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space.
mysql:datatype: FLOAT
fits:tunit:
- name: i_deblend_fluxOverlapFraction
"@id": "#Object.i_deblend_fluxOverlap"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: r_ap03Flux
Expand Down Expand Up @@ -3170,10 +3266,28 @@ tables:
description: Covariance between right ascension and declination, measured on r-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
- name: r_dataCoverage
"@id": "#Object.dataCoverage"
- name: r_deblend_dataCoverage
"@id": "#Object.r_deblend_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.
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: r_deblend_blendedness
"@id": "#Object.r_deblend_blendedness"
datatype: float
description: Blendedness in the deconvolved scarlet space
mysql:datatype: FLOAT
fits:tunit:
- name: r_deblend_fluxOverlap
"@id": "#Object.r_deblend_fluxOverlap"
datatype: float
description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space.
mysql:datatype: FLOAT
fits:tunit:
- name: r_deblend_fluxOverlapFraction
"@id": "#Object.r_deblend_fluxOverlap"
datatype: float
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: y_ap03Flux
Expand Down Expand Up @@ -4155,10 +4269,28 @@ tables:
description: Covariance between right ascension and declination, measured on y-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
- name: y_dataCoverage
"@id": "#Object.dataCoverage"
- name: y_deblend_dataCoverage
"@id": "#Object.y_deblend_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: y_deblend_blendedness
"@id": "#Object.y_deblend_blendedness"
datatype: float
description: Blendedness in the deconvolved scarlet space
mysql:datatype: FLOAT
fits:tunit:
- name: y_deblend_fluxOverlap
"@id": "#Object.y_deblend_fluxOverlap"
datatype: float
description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space.
mysql:datatype: FLOAT
fits:tunit:
- name: y_deblend_fluxOverlapFraction
"@id": "#Object.y_deblend_fluxOverlap"
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.
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: z_ap03Flux
Expand Down Expand Up @@ -5140,10 +5272,28 @@ tables:
description: Covariance between right ascension and declination, measured on z-band.
mysql:datatype: FLOAT
fits:tunit: deg^2
- name: z_dataCoverage
"@id": "#Object.dataCoverage"
- name: z_deblend_dataCoverage
"@id": "#Object.z_deblend_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: z_deblend_blendedness
"@id": "#Object.z_deblend_blendedness"
datatype: float
description: Blendedness in the deconvolved scarlet space
mysql:datatype: FLOAT
fits:tunit:
- name: z_deblend_fluxOverlap
"@id": "#Object.z_deblend_fluxOverlap"
datatype: float
description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space.
mysql:datatype: FLOAT
fits:tunit:
- name: z_deblend_fluxOverlapFraction
"@id": "#Object.z_deblend_fluxOverlap"
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.
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:

Expand Down
Loading

0 comments on commit d3545aa

Please sign in to comment.