Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-43176: Add deblend_zeroFlux columns for each band to hsc and imsim #193

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 30 additions & 0 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: g_deblend_zeroFlux
"@id": "#Object.g_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: i_ap03Flux
"@id": "#Object.i_ap03Flux"
datatype: double
Expand Down Expand Up @@ -2557,6 +2563,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: i_deblend_zeroFlux
"@id": "#Object.i_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: r_ap03Flux
"@id": "#Object.r_ap03Flux"
datatype: double
Expand Down Expand Up @@ -3692,6 +3704,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: r_deblend_zeroFlux
"@id": "#Object.r_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: y_ap03Flux
"@id": "#Object.y_ap03Flux"
datatype: double
Expand Down Expand Up @@ -4827,6 +4845,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: y_deblend_zeroFlux
"@id": "#Object.y_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: z_ap03Flux
"@id": "#Object.z_ap03Flux"
datatype: double
Expand Down Expand Up @@ -5962,6 +5986,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: z_deblend_zeroFlux
"@id": "#Object.z_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:

- name: Source
"@id": "#Source"
Expand Down
36 changes: 36 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: g_deblend_zeroFlux
"@id": "#Object.g_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: i_ap03Flux
"@id": "#Object.i_ap03Flux"
datatype: double
Expand Down Expand Up @@ -2575,6 +2581,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: i_deblend_zeroFlux
"@id": "#Object.i_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: r_ap03Flux
"@id": "#Object.r_ap03Flux"
datatype: double
Expand Down Expand Up @@ -3715,6 +3727,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: r_deblend_zeroFlux
"@id": "#Object.r_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: u_ap03Flux
"@id": "#Object.u_ap03Flux"
datatype: double
Expand Down Expand Up @@ -4855,6 +4873,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: u_deblend_zeroFlux
"@id": "#Object.u_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: y_ap03Flux
"@id": "#Object.y_ap03Flux"
datatype: double
Expand Down Expand Up @@ -5995,6 +6019,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: y_deblend_zeroFlux
"@id": "#Object.y_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:
- name: z_ap03Flux
"@id": "#Object.z_ap03Flux"
datatype: double
Expand Down Expand Up @@ -7135,6 +7165,12 @@ tables:
description: Fraction of flux from neighbors / source flux in the deconvolved footprint.
mysql:datatype: FLOAT
fits:tunit:
- name: z_deblend_zeroFlux
"@id": "#Object.z_deblend_zeroFlux"
datatype: boolean
description: True when there was no flux attributed to this object after flux redistribution in the deblender.
mysql:datatype: BOOLEAN
fits:tunit:


- name: Source
Expand Down