diff --git a/yml/hsc.yaml b/yml/hsc.yaml index 15a42af6..b1f55eff 100644 --- a/yml/hsc.yaml +++ b/yml/hsc.yaml @@ -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 diff --git a/yml/imsim.yaml b/yml/imsim.yaml index 197f166b..e9a072ae 100644 --- a/yml/imsim.yaml +++ b/yml/imsim.yaml @@ -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