Skip to content

Commit

Permalink
Merge pull request #131 from lsst/tickets/DM-40301
Browse files Browse the repository at this point in the history
DM-40301: Add 35, 50 pix ap inst fluxes to source tables
  • Loading branch information
erykoff authored Aug 16, 2023
2 parents bb95322 + c747f44 commit 9797f21
Show file tree
Hide file tree
Showing 2 changed files with 72 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 @@ -5502,6 +5502,42 @@ tables:
description: 1-sigma flux uncertainty
mysql:datatype: DOUBLE
fits:tunit: count
- name: apFlux_35_0_flag
"@id": "#Source.apFlux_35_0_flag"
datatype: boolean
description: General Failure Flag
mysql:datatype: BOOLEAN
fits:tunit:
- name: apFlux_35_0_instFlux
"@id": "#Source.apFlux_35_0_instFlux"
datatype: double
description: Flux within 35.0-pixel aperture
mysql:datatype: DOUBLE
fits:tunit: count
- name: apFlux_35_0_instFluxErr
"@id": "#Source.apFlux_35_0_instFluxErr"
datatype: double
description: 1-sigma flux uncertainty
mysql:datatype: DOUBLE
fits:tunit: count
- name: apFlux_50_0_flag
"@id": "#Source.apFlux_50_0_flag"
datatype: boolean
description: General Failure Flag
mysql:datatype: BOOLEAN
fits:tunit:
- name: apFlux_50_0_instFlux
"@id": "#Source.apFlux_50_0_instFlux"
datatype: double
description: Flux within 50.0-pixel aperture
mysql:datatype: DOUBLE
fits:tunit: count
- name: apFlux_50_0_instFluxErr
"@id": "#Source.apFlux_50_0_instFluxErr"
datatype: double
description: 1-sigma flux uncertainty
mysql:datatype: DOUBLE
fits:tunit: count
- name: extendedness_flag
"@id": "#Source.extendedness_flag"
datatype: boolean
Expand Down
36 changes: 36 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6492,6 +6492,42 @@ tables:
description: 1-sigma flux uncertainty
mysql:datatype: DOUBLE
fits:tunit: count
- name: apFlux_35_0_flag
"@id": "#Source.apFlux_35_0_flag"
datatype: boolean
description: General Failure Flag
mysql:datatype: BOOLEAN
fits:tunit:
- name: apFlux_35_0_instFlux
"@id": "#Source.apFlux_35_0_instFlux"
datatype: double
description: Flux within 35.0-pixel aperture
mysql:datatype: DOUBLE
fits:tunit: count
- name: apFlux_35_0_instFluxErr
"@id": "#Source.apFlux_35_0_instFluxErr"
datatype: double
description: 1-sigma flux uncertainty
mysql:datatype: DOUBLE
fits:tunit: count
- name: apFlux_50_0_flag
"@id": "#Source.apFlux_50_0_flag"
datatype: boolean
description: General Failure Flag
mysql:datatype: BOOLEAN
fits:tunit:
- name: apFlux_50_0_instFlux
"@id": "#Source.apFlux_50_0_instFlux"
datatype: double
description: Flux within 50.0-pixel aperture
mysql:datatype: DOUBLE
fits:tunit: count
- name: apFlux_50_0_instFluxErr
"@id": "#Source.apFlux_50_0_instFluxErr"
datatype: double
description: 1-sigma flux uncertainty
mysql:datatype: DOUBLE
fits:tunit: count
- name: extendedness_flag
"@id": "#Source.extendedness_flag"
datatype: boolean
Expand Down

0 comments on commit 9797f21

Please sign in to comment.