diff --git a/tap-schema/build-all b/tap-schema/build-all index 53b539d4..07475177 100755 --- a/tap-schema/build-all +++ b/tap-schema/build-all @@ -1,6 +1,6 @@ #!/bin/bash -ex ./build mock -./build stable ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml -./build int ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml +./build stable ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml +./build int ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml ./build idfprod ../yml/dp01_dc2.yaml ./build idfint ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml ../yml/dp02_dc2.yaml diff --git a/yml/hsc.yaml b/yml/hsc.yaml index a927ecd1..c079ea8f 100644 --- a/yml/hsc.yaml +++ b/yml/hsc.yaml @@ -161,13 +161,6 @@ tables: description: mysql:datatype: BOOLEAN fits:tunit: - - name: skymap - "@id": "#Object.skymap" - datatype: char - description: - length: 12 - mysql:datatype: CHAR(12) - fits:tunit: - name: tract "@id": "#Object.tract" datatype: long @@ -5901,13 +5894,6 @@ tables: description: Name of the band used to take the exposure where this source was measured. mysql:datatype: CHAR(1) fits:tunit: - - name: instrument - "@id": "#Source.instrument" - datatype: char - description: - length: 3 - mysql:datatype: CHAR(3) - fits:tunit: - name: detector "@id": "#Source.detector" datatype: long @@ -5921,12 +5907,6 @@ tables: length: 5 mysql:datatype: CHAR(5) fits:tunit: - - name: visit_system - "@id": "#Source.visit_system" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - name: visit "@id": "#Source.visit" datatype: long diff --git a/yml/hsc_gen2.yaml b/yml/hsc_gen2.yaml deleted file mode 100644 index 65d2a645..00000000 --- a/yml/hsc_gen2.yaml +++ /dev/null @@ -1,5858 +0,0 @@ ---- -name: HscSchema -"@id": "#hscSchema" -tables: -- name: Object - "@id": "#Object" - description: The Object table contains descriptions of the multi-epoch static astronomical - objects, in particular their astrophysical properties as derived from analysis - of the Sources that are associated with them. Note that fast moving objects are - kept in the MovingObject tables. Note that less-frequently used columns are stored - in a separate table called Object_Extra. - columns: - - name: objectId - "@id": "#Object.objectId" - datatype: long - description: Unique id. - mysql:datatype: BIGINT - ivoa:ucd: meta.id;src - - name: coord_dec - "@id": "#Object.coord_dec" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: coord_ra - "@id": "#Object.coord_ra" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: deblend_nChild - "@id": "#Object.deblend_nChild" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: deblend_skipped - "@id": "#Object.deblend_skipped" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: detect_fromBlend - "@id": "#Object.detect_fromBlend" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: detect_isDeblendedModelSource - "@id": "#Object.detect_isDeblendedModelSource" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: detect_isDeblendedSource - "@id": "#Object.detect_isDeblendedSource" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: detect_isIsolated - "@id": "#Object.detect_isIsolated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: detect_isPatchInner - "@id": "#Object.detect_isPatchInner" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: detect_isPrimary - "@id": "#Object.detect_isPrimary" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: detect_isTractInner - "@id": "#Object.detect_isTractInner" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ebv - "@id": "#Object.ebv" - datatype: double - description: E(B-V) from the Schlegel, Finkbeiner, and Davis 1998 dust map - mysql:datatype: DOUBLE - fits:tunit: mag - - name: footprintArea - "@id": "#Object.footprintArea" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: merge_peak_sky - "@id": "#Object.merge_peak_sky" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: parentObjectId - "@id": "#Object.parentObjectId" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - - name: patch - "@id": "#Object.patch" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - - name: refBand - "@id": "#Object.refBand" - datatype: char - description: - mysql:datatype: CHAR - fits:tunit: - - name: refExtendedness - "@id": "#Object.refExtendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: refFwhm - "@id": "#Object.refFwhm" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: shape_flag - "@id": "#Object.shape_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: shape_xx - "@id": "#Object.shape_xx" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: shape_xy - "@id": "#Object.shape_xy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: shape_yy - "@id": "#Object.shape_yy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: sky_object - "@id": "#Object.sky_object" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: tract - "@id": "#Object.tract" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - - name: x - "@id": "#Object.x" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: xErr - "@id": "#Object.xErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: xy_flag - "@id": "#Object.xy_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y - "@id": "#Object.y" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: yErr - "@id": "#Object.yErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: g_ap03Flux - "@id": "#Object.g_ap03Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap03FluxErr - "@id": "#Object.g_ap03FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap03Flux_flag - "@id": "#Object.g_ap03Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ap06Flux - "@id": "#Object.g_ap06Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap06FluxErr - "@id": "#Object.g_ap06FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap06Flux_flag - "@id": "#Object.g_ap06Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ap09Flux - "@id": "#Object.g_ap09Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap09FluxErr - "@id": "#Object.g_ap09FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap09Flux_flag - "@id": "#Object.g_ap09Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ap12Flux - "@id": "#Object.g_ap12Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap12FluxErr - "@id": "#Object.g_ap12FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap12Flux_flag - "@id": "#Object.g_ap12Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ap17Flux - "@id": "#Object.g_ap17Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap17FluxErr - "@id": "#Object.g_ap17FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap17Flux_flag - "@id": "#Object.g_ap17Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ap25Flux - "@id": "#Object.g_ap25Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap25FluxErr - "@id": "#Object.g_ap25FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap25Flux_flag - "@id": "#Object.g_ap25Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ap35Flux - "@id": "#Object.g_ap35Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap35FluxErr - "@id": "#Object.g_ap35FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap35Flux_flag - "@id": "#Object.g_ap35Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ap50Flux - "@id": "#Object.g_ap50Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap50FluxErr - "@id": "#Object.g_ap50FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap50Flux_flag - "@id": "#Object.g_ap50Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ap70Flux - "@id": "#Object.g_ap70Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap70FluxErr - "@id": "#Object.g_ap70FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_ap70Flux_flag - "@id": "#Object.g_ap70Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_apFlux_flag - "@id": "#Object.g_apFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_apFlux_flag_apertureTruncated - "@id": "#Object.g_apFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_apFlux_flag_sincCoeffsTruncated - "@id": "#Object.g_apFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_bdChi2 - "@id": "#Object.g_bdChi2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_bdE1 - "@id": "#Object.g_bdE1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_bdE2 - "@id": "#Object.g_bdE2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_bdFluxB - "@id": "#Object.g_bdFluxB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_bdFluxBErr - "@id": "#Object.g_bdFluxBErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_bdFluxD - "@id": "#Object.g_bdFluxD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_bdFluxDErr - "@id": "#Object.g_bdFluxDErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_bdReB - "@id": "#Object.g_bdReB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_bdReD - "@id": "#Object.g_bdReD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_blendedness - "@id": "#Object.g_blendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_blendedness_flag - "@id": "#Object.g_blendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_cModelFlux - "@id": "#Object.g_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_cModelFluxErr - "@id": "#Object.g_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_cModelFlux_inner - "@id": "#Object.g_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_cModel_flag - "@id": "#Object.g_cModel_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_cModel_flag_apCorr - "@id": "#Object.g_cModel_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calibFlux - "@id": "#Object.g_calibFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_calibFluxErr - "@id": "#Object.g_calibFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_calibFlux_flag - "@id": "#Object.g_calibFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calibFlux_flag_apertureTruncated - "@id": "#Object.g_calibFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calibFlux_flag_sincCoeffsTruncated - "@id": "#Object.g_calibFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calib_astrometry_used - "@id": "#Object.g_calib_astrometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calib_photometry_reserved - "@id": "#Object.g_calib_photometry_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calib_photometry_used - "@id": "#Object.g_calib_photometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calib_psf_candidate - "@id": "#Object.g_calib_psf_candidate" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calib_psf_reserved - "@id": "#Object.g_calib_psf_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_calib_psf_used - "@id": "#Object.g_calib_psf_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_centroid_flag - "@id": "#Object.g_centroid_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_centroid_x - "@id": "#Object.g_centroid_x" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_centroid_xErr - "@id": "#Object.g_centroid_xErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: g_centroid_y - "@id": "#Object.g_centroid_y" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_centroid_yErr - "@id": "#Object.g_centroid_yErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: g_decl - "@id": "#Object.g_decl" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: g_extendedness - "@id": "#Object.g_extendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_extendedness_flag - "@id": "#Object.g_extendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_free_cModelFlux - "@id": "#Object.g_free_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_free_cModelFluxErr - "@id": "#Object.g_free_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_free_cModelFlux_flag - "@id": "#Object.g_free_cModelFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_free_cModelFlux_inner - "@id": "#Object.g_free_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_free_psfFlux - "@id": "#Object.g_free_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_free_psfFluxErr - "@id": "#Object.g_free_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_free_psfFlux_flag - "@id": "#Object.g_free_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_fwhm - "@id": "#Object.g_fwhm" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_gaap0p5FluxErr - "@id": "#Object.g_gaap0p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap0p7FluxErr - "@id": "#Object.g_gaap0p7FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap1p0FluxErr - "@id": "#Object.g_gaap1p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap1p5FluxErr - "@id": "#Object.g_gaap1p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap2p5FluxErr - "@id": "#Object.g_gaap2p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap3p0FluxErr - "@id": "#Object.g_gaap3p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaapOptimalFluxErr - "@id": "#Object.g_gaapOptimalFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaapPsfFluxErr - "@id": "#Object.g_gaapPsfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap0p5Flux - "@id": "#Object.g_gaap0p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap0p5Flux_flag_bigPsf - "@id": "#Object.g_gaap0p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaap0p7Flux - "@id": "#Object.g_gaap0p7Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap0p7Flux_flag_bigPsf - "@id": "#Object.g_gaap0p7Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaap1p0Flux - "@id": "#Object.g_gaap1p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap1p0Flux_flag_bigPsf - "@id": "#Object.g_gaap1p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaap1p5Flux - "@id": "#Object.g_gaap1p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap1p5Flux_flag_bigPsf - "@id": "#Object.g_gaap1p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaap2p5Flux - "@id": "#Object.g_gaap2p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap2p5Flux_flag_bigPsf - "@id": "#Object.g_gaap2p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaap3p0Flux - "@id": "#Object.g_gaap3p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaap3p0Flux_flag_bigPsf - "@id": "#Object.g_gaap3p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaapFlux_flag - "@id": "#Object.g_gaapFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaapFlux_flag_edge - "@id": "#Object.g_gaapFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaapFlux_flag_gaussianization - "@id": "#Object.g_gaapFlux_flag_gaussianization" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaapOptimalFlux - "@id": "#Object.g_gaapOptimalFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_gaapOptimalFlux_flag_bigPsf - "@id": "#Object.g_gaapOptimalFlux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_gaapPsfFlux - "@id": "#Object.g_gaapPsfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_hsmShapeRegauss_e1 - "@id": "#Object.g_hsmShapeRegauss_e1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_hsmShapeRegauss_e2 - "@id": "#Object.g_hsmShapeRegauss_e2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_hsmShapeRegauss_flag - "@id": "#Object.g_hsmShapeRegauss_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_hsmShapeRegauss_sigma - "@id": "#Object.g_hsmShapeRegauss_sigma" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_iDebiasedPSF_flag - "@id": "#Object.g_iDebiasedPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_iPSF_flag - "@id": "#Object.g_iPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_iRound_flag - "@id": "#Object.g_iRound_flag" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_i_flag - "@id": "#Object.g_i_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_inputCount - "@id": "#Object.g_inputCount" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: g_inputCount_flag - "@id": "#Object.g_inputCount_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_inputCount_flag_noInputs - "@id": "#Object.g_inputCount_flag_noInputs" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ixx - "@id": "#Object.g_ixx" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_ixxDebiasedPSF - "@id": "#Object.g_ixxDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_ixxPSF - "@id": "#Object.g_ixxPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_ixxRound - "@id": "#Object.g_ixxRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_ixy - "@id": "#Object.g_ixy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_ixyDebiasedPSF - "@id": "#Object.g_ixyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_ixyPSF - "@id": "#Object.g_ixyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_ixyRound - "@id": "#Object.g_ixyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_iyy - "@id": "#Object.g_iyy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_iyyDebiasedPSF - "@id": "#Object.g_iyyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_iyyPSF - "@id": "#Object.g_iyyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_iyyRound - "@id": "#Object.g_iyyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: g_kronFlux - "@id": "#Object.g_kronFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_kronFluxErr - "@id": "#Object.g_kronFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_kronFlux_flag - "@id": "#Object.g_kronFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_bad_radius - "@id": "#Object.g_kronFlux_flag_bad_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_bad_shape - "@id": "#Object.g_kronFlux_flag_bad_shape" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_bad_shape_no_psf - "@id": "#Object.g_kronFlux_flag_bad_shape_no_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_edge - "@id": "#Object.g_kronFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_no_fallback_radius - "@id": "#Object.g_kronFlux_flag_no_fallback_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_no_minimum_radius - "@id": "#Object.g_kronFlux_flag_no_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_small_radius - "@id": "#Object.g_kronFlux_flag_small_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_used_minimum_radius - "@id": "#Object.g_kronFlux_flag_used_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronFlux_flag_used_psf_radius - "@id": "#Object.g_kronFlux_flag_used_psf_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_kronRad - "@id": "#Object.g_kronRad" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: g_pixelFlags_bad - "@id": "#Object.g_pixelFlags_bad" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_clipped - "@id": "#Object.g_pixelFlags_clipped" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_clippedCenter - "@id": "#Object.g_pixelFlags_clippedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_cr - "@id": "#Object.g_pixelFlags_cr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_crCenter - "@id": "#Object.g_pixelFlags_crCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_edge - "@id": "#Object.g_pixelFlags_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_inexact_psf - "@id": "#Object.g_pixelFlags_inexact_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_inexact_psfCenter - "@id": "#Object.g_pixelFlags_inexact_psfCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_interpolated - "@id": "#Object.g_pixelFlags_interpolated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_interpolatedCenter - "@id": "#Object.g_pixelFlags_interpolatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_offimage - "@id": "#Object.g_pixelFlags_offimage" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_saturated - "@id": "#Object.g_pixelFlags_saturated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_saturatedCenter - "@id": "#Object.g_pixelFlags_saturatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_sensor_edge - "@id": "#Object.g_pixelFlags_sensor_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_sensor_edgeCenter - "@id": "#Object.g_pixelFlags_sensor_edgeCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_suspect - "@id": "#Object.g_pixelFlags_suspect" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_pixelFlags_suspectCenter - "@id": "#Object.g_pixelFlags_suspectCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_psfFlux - "@id": "#Object.g_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_psfFluxErr - "@id": "#Object.g_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: g_psfFlux_area - "@id": "#Object.g_psfFlux_area" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: g_psfFlux_flag - "@id": "#Object.g_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_psfFlux_flag_apCorr - "@id": "#Object.g_psfFlux_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_psfFlux_flag_edge - "@id": "#Object.g_psfFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_psfFlux_flag_noGoodPixels - "@id": "#Object.g_psfFlux_flag_noGoodPixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: g_ra - "@id": "#Object.g_ra" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: i_ap03Flux - "@id": "#Object.i_ap03Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap03FluxErr - "@id": "#Object.i_ap03FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap03Flux_flag - "@id": "#Object.i_ap03Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ap06Flux - "@id": "#Object.i_ap06Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap06FluxErr - "@id": "#Object.i_ap06FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap06Flux_flag - "@id": "#Object.i_ap06Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ap09Flux - "@id": "#Object.i_ap09Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap09FluxErr - "@id": "#Object.i_ap09FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap09Flux_flag - "@id": "#Object.i_ap09Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ap12Flux - "@id": "#Object.i_ap12Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap12FluxErr - "@id": "#Object.i_ap12FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap12Flux_flag - "@id": "#Object.i_ap12Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ap17Flux - "@id": "#Object.i_ap17Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap17FluxErr - "@id": "#Object.i_ap17FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap17Flux_flag - "@id": "#Object.i_ap17Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ap25Flux - "@id": "#Object.i_ap25Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap25FluxErr - "@id": "#Object.i_ap25FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap25Flux_flag - "@id": "#Object.i_ap25Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ap35Flux - "@id": "#Object.i_ap35Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap35FluxErr - "@id": "#Object.i_ap35FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap35Flux_flag - "@id": "#Object.i_ap35Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ap50Flux - "@id": "#Object.i_ap50Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap50FluxErr - "@id": "#Object.i_ap50FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap50Flux_flag - "@id": "#Object.i_ap50Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ap70Flux - "@id": "#Object.i_ap70Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap70FluxErr - "@id": "#Object.i_ap70FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_ap70Flux_flag - "@id": "#Object.i_ap70Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_apFlux_flag - "@id": "#Object.i_apFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_apFlux_flag_apertureTruncated - "@id": "#Object.i_apFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_apFlux_flag_sincCoeffsTruncated - "@id": "#Object.i_apFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_bdChi2 - "@id": "#Object.i_bdChi2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_bdE1 - "@id": "#Object.i_bdE1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_bdE2 - "@id": "#Object.i_bdE2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_bdFluxB - "@id": "#Object.i_bdFluxB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_bdFluxBErr - "@id": "#Object.i_bdFluxBErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_bdFluxD - "@id": "#Object.i_bdFluxD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_bdFluxDErr - "@id": "#Object.i_bdFluxDErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_bdReB - "@id": "#Object.i_bdReB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_bdReD - "@id": "#Object.i_bdReD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_blendedness - "@id": "#Object.i_blendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_blendedness_flag - "@id": "#Object.i_blendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_cModelFlux - "@id": "#Object.i_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_cModelFluxErr - "@id": "#Object.i_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_cModelFlux_inner - "@id": "#Object.i_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_cModel_flag - "@id": "#Object.i_cModel_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_cModel_flag_apCorr - "@id": "#Object.i_cModel_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calibFlux - "@id": "#Object.i_calibFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_calibFluxErr - "@id": "#Object.i_calibFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_calibFlux_flag - "@id": "#Object.i_calibFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calibFlux_flag_apertureTruncated - "@id": "#Object.i_calibFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calibFlux_flag_sincCoeffsTruncated - "@id": "#Object.i_calibFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calib_astrometry_used - "@id": "#Object.i_calib_astrometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calib_photometry_reserved - "@id": "#Object.i_calib_photometry_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calib_photometry_used - "@id": "#Object.i_calib_photometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calib_psf_candidate - "@id": "#Object.i_calib_psf_candidate" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calib_psf_reserved - "@id": "#Object.i_calib_psf_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_calib_psf_used - "@id": "#Object.i_calib_psf_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_centroid_flag - "@id": "#Object.i_centroid_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_centroid_x - "@id": "#Object.i_centroid_x" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_centroid_xErr - "@id": "#Object.i_centroid_xErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: i_centroid_y - "@id": "#Object.i_centroid_y" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_centroid_yErr - "@id": "#Object.i_centroid_yErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: i_decl - "@id": "#Object.i_decl" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: i_extendedness - "@id": "#Object.i_extendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_extendedness_flag - "@id": "#Object.i_extendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_free_cModelFlux - "@id": "#Object.i_free_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_free_cModelFluxErr - "@id": "#Object.i_free_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_free_cModelFlux_flag - "@id": "#Object.i_free_cModelFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_free_cModelFlux_inner - "@id": "#Object.i_free_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_free_psfFlux - "@id": "#Object.i_free_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_free_psfFluxErr - "@id": "#Object.i_free_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_free_psfFlux_flag - "@id": "#Object.i_free_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_fwhm - "@id": "#Object.i_fwhm" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_gaap0p5FluxErr - "@id": "#Object.i_gaap0p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap0p7FluxErr - "@id": "#Object.i_gaap0p7FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap1p0FluxErr - "@id": "#Object.i_gaap1p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap1p5FluxErr - "@id": "#Object.i_gaap1p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap2p5FluxErr - "@id": "#Object.i_gaap2p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap3p0FluxErr - "@id": "#Object.i_gaap3p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaapOptimalFluxErr - "@id": "#Object.i_gaapOptimalFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaapPsfFluxErr - "@id": "#Object.i_gaapPsfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap0p5Flux - "@id": "#Object.i_gaap0p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap0p5Flux_flag_bigPsf - "@id": "#Object.i_gaap0p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaap0p7Flux - "@id": "#Object.i_gaap0p7Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap0p7Flux_flag_bigPsf - "@id": "#Object.i_gaap0p7Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaap1p0Flux - "@id": "#Object.i_gaap1p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap1p0Flux_flag_bigPsf - "@id": "#Object.i_gaap1p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaap1p5Flux - "@id": "#Object.i_gaap1p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap1p5Flux_flag_bigPsf - "@id": "#Object.i_gaap1p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaap2p5Flux - "@id": "#Object.i_gaap2p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap2p5Flux_flag_bigPsf - "@id": "#Object.i_gaap2p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaap3p0Flux - "@id": "#Object.i_gaap3p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaap3p0Flux_flag_bigPsf - "@id": "#Object.i_gaap3p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaapFlux_flag - "@id": "#Object.i_gaapFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaapFlux_flag_edge - "@id": "#Object.i_gaapFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaapFlux_flag_gaussianization - "@id": "#Object.i_gaapFlux_flag_gaussianization" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaapOptimalFlux - "@id": "#Object.i_gaapOptimalFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_gaapOptimalFlux_flag_bigPsf - "@id": "#Object.i_gaapOptimalFlux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_gaapPsfFlux - "@id": "#Object.i_gaapPsfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_hsmShapeRegauss_e1 - "@id": "#Object.i_hsmShapeRegauss_e1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_hsmShapeRegauss_e2 - "@id": "#Object.i_hsmShapeRegauss_e2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_hsmShapeRegauss_flag - "@id": "#Object.i_hsmShapeRegauss_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_hsmShapeRegauss_sigma - "@id": "#Object.i_hsmShapeRegauss_sigma" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_iDebiasedPSF_flag - "@id": "#Object.i_iDebiasedPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_iPSF_flag - "@id": "#Object.i_iPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_iRound_flag - "@id": "#Object.i_iRound_flag" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_i_flag - "@id": "#Object.i_i_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_inputCount - "@id": "#Object.i_inputCount" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: i_inputCount_flag - "@id": "#Object.i_inputCount_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_inputCount_flag_noInputs - "@id": "#Object.i_inputCount_flag_noInputs" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ixx - "@id": "#Object.i_ixx" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_ixxDebiasedPSF - "@id": "#Object.i_ixxDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_ixxPSF - "@id": "#Object.i_ixxPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_ixxRound - "@id": "#Object.i_ixxRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_ixy - "@id": "#Object.i_ixy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_ixyDebiasedPSF - "@id": "#Object.i_ixyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_ixyPSF - "@id": "#Object.i_ixyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_ixyRound - "@id": "#Object.i_ixyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_iyy - "@id": "#Object.i_iyy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_iyyDebiasedPSF - "@id": "#Object.i_iyyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_iyyPSF - "@id": "#Object.i_iyyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_iyyRound - "@id": "#Object.i_iyyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: i_kronFlux - "@id": "#Object.i_kronFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_kronFluxErr - "@id": "#Object.i_kronFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_kronFlux_flag - "@id": "#Object.i_kronFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_bad_radius - "@id": "#Object.i_kronFlux_flag_bad_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_bad_shape - "@id": "#Object.i_kronFlux_flag_bad_shape" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_bad_shape_no_psf - "@id": "#Object.i_kronFlux_flag_bad_shape_no_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_edge - "@id": "#Object.i_kronFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_no_fallback_radius - "@id": "#Object.i_kronFlux_flag_no_fallback_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_no_minimum_radius - "@id": "#Object.i_kronFlux_flag_no_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_small_radius - "@id": "#Object.i_kronFlux_flag_small_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_used_minimum_radius - "@id": "#Object.i_kronFlux_flag_used_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronFlux_flag_used_psf_radius - "@id": "#Object.i_kronFlux_flag_used_psf_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_kronRad - "@id": "#Object.i_kronRad" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: i_pixelFlags_bad - "@id": "#Object.i_pixelFlags_bad" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_clipped - "@id": "#Object.i_pixelFlags_clipped" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_clippedCenter - "@id": "#Object.i_pixelFlags_clippedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_cr - "@id": "#Object.i_pixelFlags_cr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_crCenter - "@id": "#Object.i_pixelFlags_crCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_edge - "@id": "#Object.i_pixelFlags_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_inexact_psf - "@id": "#Object.i_pixelFlags_inexact_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_inexact_psfCenter - "@id": "#Object.i_pixelFlags_inexact_psfCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_interpolated - "@id": "#Object.i_pixelFlags_interpolated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_interpolatedCenter - "@id": "#Object.i_pixelFlags_interpolatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_offimage - "@id": "#Object.i_pixelFlags_offimage" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_saturated - "@id": "#Object.i_pixelFlags_saturated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_saturatedCenter - "@id": "#Object.i_pixelFlags_saturatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_sensor_edge - "@id": "#Object.i_pixelFlags_sensor_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_sensor_edgeCenter - "@id": "#Object.i_pixelFlags_sensor_edgeCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_suspect - "@id": "#Object.i_pixelFlags_suspect" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_pixelFlags_suspectCenter - "@id": "#Object.i_pixelFlags_suspectCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_psfFlux - "@id": "#Object.i_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_psfFluxErr - "@id": "#Object.i_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: i_psfFlux_area - "@id": "#Object.i_psfFlux_area" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: i_psfFlux_flag - "@id": "#Object.i_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_psfFlux_flag_apCorr - "@id": "#Object.i_psfFlux_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_psfFlux_flag_edge - "@id": "#Object.i_psfFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_psfFlux_flag_noGoodPixels - "@id": "#Object.i_psfFlux_flag_noGoodPixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: i_ra - "@id": "#Object.i_ra" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: r_ap03Flux - "@id": "#Object.r_ap03Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap03FluxErr - "@id": "#Object.r_ap03FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap03Flux_flag - "@id": "#Object.r_ap03Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ap06Flux - "@id": "#Object.r_ap06Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap06FluxErr - "@id": "#Object.r_ap06FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap06Flux_flag - "@id": "#Object.r_ap06Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ap09Flux - "@id": "#Object.r_ap09Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap09FluxErr - "@id": "#Object.r_ap09FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap09Flux_flag - "@id": "#Object.r_ap09Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ap12Flux - "@id": "#Object.r_ap12Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap12FluxErr - "@id": "#Object.r_ap12FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap12Flux_flag - "@id": "#Object.r_ap12Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ap17Flux - "@id": "#Object.r_ap17Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap17FluxErr - "@id": "#Object.r_ap17FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap17Flux_flag - "@id": "#Object.r_ap17Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ap25Flux - "@id": "#Object.r_ap25Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap25FluxErr - "@id": "#Object.r_ap25FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap25Flux_flag - "@id": "#Object.r_ap25Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ap35Flux - "@id": "#Object.r_ap35Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap35FluxErr - "@id": "#Object.r_ap35FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap35Flux_flag - "@id": "#Object.r_ap35Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ap50Flux - "@id": "#Object.r_ap50Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap50FluxErr - "@id": "#Object.r_ap50FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap50Flux_flag - "@id": "#Object.r_ap50Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ap70Flux - "@id": "#Object.r_ap70Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap70FluxErr - "@id": "#Object.r_ap70FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_ap70Flux_flag - "@id": "#Object.r_ap70Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_apFlux_flag - "@id": "#Object.r_apFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_apFlux_flag_apertureTruncated - "@id": "#Object.r_apFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_apFlux_flag_sincCoeffsTruncated - "@id": "#Object.r_apFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_bdChi2 - "@id": "#Object.r_bdChi2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_bdE1 - "@id": "#Object.r_bdE1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_bdE2 - "@id": "#Object.r_bdE2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_bdFluxB - "@id": "#Object.r_bdFluxB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_bdFluxBErr - "@id": "#Object.r_bdFluxBErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_bdFluxD - "@id": "#Object.r_bdFluxD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_bdFluxDErr - "@id": "#Object.r_bdFluxDErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_bdReB - "@id": "#Object.r_bdReB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_bdReD - "@id": "#Object.r_bdReD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_blendedness - "@id": "#Object.r_blendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_blendedness_flag - "@id": "#Object.r_blendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_cModelFlux - "@id": "#Object.r_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_cModelFluxErr - "@id": "#Object.r_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_cModelFlux_inner - "@id": "#Object.r_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_cModel_flag - "@id": "#Object.r_cModel_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_cModel_flag_apCorr - "@id": "#Object.r_cModel_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calibFlux - "@id": "#Object.r_calibFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_calibFluxErr - "@id": "#Object.r_calibFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_calibFlux_flag - "@id": "#Object.r_calibFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calibFlux_flag_apertureTruncated - "@id": "#Object.r_calibFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calibFlux_flag_sincCoeffsTruncated - "@id": "#Object.r_calibFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calib_astrometry_used - "@id": "#Object.r_calib_astrometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calib_photometry_reserved - "@id": "#Object.r_calib_photometry_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calib_photometry_used - "@id": "#Object.r_calib_photometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calib_psf_candidate - "@id": "#Object.r_calib_psf_candidate" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calib_psf_reserved - "@id": "#Object.r_calib_psf_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_calib_psf_used - "@id": "#Object.r_calib_psf_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_centroid_flag - "@id": "#Object.r_centroid_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_centroid_x - "@id": "#Object.r_centroid_x" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_centroid_xErr - "@id": "#Object.r_centroid_xErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: r_centroid_y - "@id": "#Object.r_centroid_y" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_centroid_yErr - "@id": "#Object.r_centroid_yErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: r_decl - "@id": "#Object.r_decl" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: r_extendedness - "@id": "#Object.r_extendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_extendedness_flag - "@id": "#Object.r_extendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_free_cModelFlux - "@id": "#Object.r_free_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_free_cModelFluxErr - "@id": "#Object.r_free_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_free_cModelFlux_flag - "@id": "#Object.r_free_cModelFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_free_cModelFlux_inner - "@id": "#Object.r_free_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_free_psfFlux - "@id": "#Object.r_free_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_free_psfFluxErr - "@id": "#Object.r_free_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_free_psfFlux_flag - "@id": "#Object.r_free_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_fwhm - "@id": "#Object.r_fwhm" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_gaap0p5FluxErr - "@id": "#Object.r_gaap0p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap0p7FluxErr - "@id": "#Object.r_gaap0p7FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap1p0FluxErr - "@id": "#Object.r_gaap1p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap1p5FluxErr - "@id": "#Object.r_gaap1p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap2p5FluxErr - "@id": "#Object.r_gaap2p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap3p0FluxErr - "@id": "#Object.r_gaap3p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaapOptimalFluxErr - "@id": "#Object.r_gaapOptimalFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaapPsfFluxErr - "@id": "#Object.r_gaapPsfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap0p5Flux - "@id": "#Object.r_gaap0p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap0p5Flux_flag_bigPsf - "@id": "#Object.r_gaap0p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaap0p7Flux - "@id": "#Object.r_gaap0p7Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap0p7Flux_flag_bigPsf - "@id": "#Object.r_gaap0p7Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaap1p0Flux - "@id": "#Object.r_gaap1p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap1p0Flux_flag_bigPsf - "@id": "#Object.r_gaap1p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaap1p5Flux - "@id": "#Object.r_gaap1p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap1p5Flux_flag_bigPsf - "@id": "#Object.r_gaap1p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaap2p5Flux - "@id": "#Object.r_gaap2p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap2p5Flux_flag_bigPsf - "@id": "#Object.r_gaap2p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaap3p0Flux - "@id": "#Object.r_gaap3p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaap3p0Flux_flag_bigPsf - "@id": "#Object.r_gaap3p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaapFlux_flag - "@id": "#Object.r_gaapFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaapFlux_flag_edge - "@id": "#Object.r_gaapFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaapFlux_flag_gaussianization - "@id": "#Object.r_gaapFlux_flag_gaussianization" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaapOptimalFlux - "@id": "#Object.r_gaapOptimalFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_gaapOptimalFlux_flag_bigPsf - "@id": "#Object.r_gaapOptimalFlux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_gaapPsfFlux - "@id": "#Object.r_gaapPsfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_hsmShapeRegauss_e1 - "@id": "#Object.r_hsmShapeRegauss_e1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_hsmShapeRegauss_e2 - "@id": "#Object.r_hsmShapeRegauss_e2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_hsmShapeRegauss_flag - "@id": "#Object.r_hsmShapeRegauss_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_hsmShapeRegauss_sigma - "@id": "#Object.r_hsmShapeRegauss_sigma" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_iDebiasedPSF_flag - "@id": "#Object.r_iDebiasedPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_iPSF_flag - "@id": "#Object.r_iPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_iRound_flag - "@id": "#Object.r_iRound_flag" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_i_flag - "@id": "#Object.r_i_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_inputCount - "@id": "#Object.r_inputCount" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: r_inputCount_flag - "@id": "#Object.r_inputCount_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_inputCount_flag_noInputs - "@id": "#Object.r_inputCount_flag_noInputs" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ixx - "@id": "#Object.r_ixx" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_ixxDebiasedPSF - "@id": "#Object.r_ixxDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_ixxPSF - "@id": "#Object.r_ixxPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_ixxRound - "@id": "#Object.r_ixxRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_ixy - "@id": "#Object.r_ixy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_ixyDebiasedPSF - "@id": "#Object.r_ixyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_ixyPSF - "@id": "#Object.r_ixyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_ixyRound - "@id": "#Object.r_ixyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_iyy - "@id": "#Object.r_iyy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_iyyDebiasedPSF - "@id": "#Object.r_iyyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_iyyPSF - "@id": "#Object.r_iyyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_iyyRound - "@id": "#Object.r_iyyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: r_kronFlux - "@id": "#Object.r_kronFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_kronFluxErr - "@id": "#Object.r_kronFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_kronFlux_flag - "@id": "#Object.r_kronFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_bad_radius - "@id": "#Object.r_kronFlux_flag_bad_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_bad_shape - "@id": "#Object.r_kronFlux_flag_bad_shape" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_bad_shape_no_psf - "@id": "#Object.r_kronFlux_flag_bad_shape_no_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_edge - "@id": "#Object.r_kronFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_no_fallback_radius - "@id": "#Object.r_kronFlux_flag_no_fallback_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_no_minimum_radius - "@id": "#Object.r_kronFlux_flag_no_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_small_radius - "@id": "#Object.r_kronFlux_flag_small_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_used_minimum_radius - "@id": "#Object.r_kronFlux_flag_used_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronFlux_flag_used_psf_radius - "@id": "#Object.r_kronFlux_flag_used_psf_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_kronRad - "@id": "#Object.r_kronRad" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: r_pixelFlags_bad - "@id": "#Object.r_pixelFlags_bad" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_clipped - "@id": "#Object.r_pixelFlags_clipped" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_clippedCenter - "@id": "#Object.r_pixelFlags_clippedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_cr - "@id": "#Object.r_pixelFlags_cr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_crCenter - "@id": "#Object.r_pixelFlags_crCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_edge - "@id": "#Object.r_pixelFlags_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_inexact_psf - "@id": "#Object.r_pixelFlags_inexact_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_inexact_psfCenter - "@id": "#Object.r_pixelFlags_inexact_psfCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_interpolated - "@id": "#Object.r_pixelFlags_interpolated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_interpolatedCenter - "@id": "#Object.r_pixelFlags_interpolatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_offimage - "@id": "#Object.r_pixelFlags_offimage" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_saturated - "@id": "#Object.r_pixelFlags_saturated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_saturatedCenter - "@id": "#Object.r_pixelFlags_saturatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_sensor_edge - "@id": "#Object.r_pixelFlags_sensor_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_sensor_edgeCenter - "@id": "#Object.r_pixelFlags_sensor_edgeCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_suspect - "@id": "#Object.r_pixelFlags_suspect" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_pixelFlags_suspectCenter - "@id": "#Object.r_pixelFlags_suspectCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_psfFlux - "@id": "#Object.r_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_psfFluxErr - "@id": "#Object.r_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: r_psfFlux_area - "@id": "#Object.r_psfFlux_area" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: r_psfFlux_flag - "@id": "#Object.r_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_psfFlux_flag_apCorr - "@id": "#Object.r_psfFlux_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_psfFlux_flag_edge - "@id": "#Object.r_psfFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_psfFlux_flag_noGoodPixels - "@id": "#Object.r_psfFlux_flag_noGoodPixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: r_ra - "@id": "#Object.r_ra" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: y_ap03Flux - "@id": "#Object.y_ap03Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap03FluxErr - "@id": "#Object.y_ap03FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap03Flux_flag - "@id": "#Object.y_ap03Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ap06Flux - "@id": "#Object.y_ap06Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap06FluxErr - "@id": "#Object.y_ap06FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap06Flux_flag - "@id": "#Object.y_ap06Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ap09Flux - "@id": "#Object.y_ap09Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap09FluxErr - "@id": "#Object.y_ap09FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap09Flux_flag - "@id": "#Object.y_ap09Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ap12Flux - "@id": "#Object.y_ap12Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap12FluxErr - "@id": "#Object.y_ap12FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap12Flux_flag - "@id": "#Object.y_ap12Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ap17Flux - "@id": "#Object.y_ap17Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap17FluxErr - "@id": "#Object.y_ap17FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap17Flux_flag - "@id": "#Object.y_ap17Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ap25Flux - "@id": "#Object.y_ap25Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap25FluxErr - "@id": "#Object.y_ap25FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap25Flux_flag - "@id": "#Object.y_ap25Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ap35Flux - "@id": "#Object.y_ap35Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap35FluxErr - "@id": "#Object.y_ap35FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap35Flux_flag - "@id": "#Object.y_ap35Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ap50Flux - "@id": "#Object.y_ap50Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap50FluxErr - "@id": "#Object.y_ap50FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap50Flux_flag - "@id": "#Object.y_ap50Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ap70Flux - "@id": "#Object.y_ap70Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap70FluxErr - "@id": "#Object.y_ap70FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_ap70Flux_flag - "@id": "#Object.y_ap70Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_apFlux_flag - "@id": "#Object.y_apFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_apFlux_flag_apertureTruncated - "@id": "#Object.y_apFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_apFlux_flag_sincCoeffsTruncated - "@id": "#Object.y_apFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_bdChi2 - "@id": "#Object.y_bdChi2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_bdE1 - "@id": "#Object.y_bdE1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_bdE2 - "@id": "#Object.y_bdE2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_bdFluxB - "@id": "#Object.y_bdFluxB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_bdFluxBErr - "@id": "#Object.y_bdFluxBErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_bdFluxD - "@id": "#Object.y_bdFluxD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_bdFluxDErr - "@id": "#Object.y_bdFluxDErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_bdReB - "@id": "#Object.y_bdReB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_bdReD - "@id": "#Object.y_bdReD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_blendedness - "@id": "#Object.y_blendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_blendedness_flag - "@id": "#Object.y_blendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_cModelFlux - "@id": "#Object.y_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_cModelFluxErr - "@id": "#Object.y_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_cModelFlux_inner - "@id": "#Object.y_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_cModel_flag - "@id": "#Object.y_cModel_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_cModel_flag_apCorr - "@id": "#Object.y_cModel_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calibFlux - "@id": "#Object.y_calibFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_calibFluxErr - "@id": "#Object.y_calibFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_calibFlux_flag - "@id": "#Object.y_calibFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calibFlux_flag_apertureTruncated - "@id": "#Object.y_calibFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calibFlux_flag_sincCoeffsTruncated - "@id": "#Object.y_calibFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calib_astrometry_used - "@id": "#Object.y_calib_astrometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calib_photometry_reserved - "@id": "#Object.y_calib_photometry_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calib_photometry_used - "@id": "#Object.y_calib_photometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calib_psf_candidate - "@id": "#Object.y_calib_psf_candidate" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calib_psf_reserved - "@id": "#Object.y_calib_psf_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_calib_psf_used - "@id": "#Object.y_calib_psf_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_centroid_flag - "@id": "#Object.y_centroid_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_centroid_x - "@id": "#Object.y_centroid_x" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_centroid_xErr - "@id": "#Object.y_centroid_xErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: y_centroid_y - "@id": "#Object.y_centroid_y" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_centroid_yErr - "@id": "#Object.y_centroid_yErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: y_decl - "@id": "#Object.y_decl" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: y_extendedness - "@id": "#Object.y_extendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_extendedness_flag - "@id": "#Object.y_extendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_free_cModelFlux - "@id": "#Object.y_free_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_free_cModelFluxErr - "@id": "#Object.y_free_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_free_cModelFlux_flag - "@id": "#Object.y_free_cModelFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_free_cModelFlux_inner - "@id": "#Object.y_free_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_free_psfFlux - "@id": "#Object.y_free_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_free_psfFluxErr - "@id": "#Object.y_free_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_free_psfFlux_flag - "@id": "#Object.y_free_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_fwhm - "@id": "#Object.y_fwhm" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_gaap0p5FluxErr - "@id": "#Object.y_gaap0p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap0p7FluxErr - "@id": "#Object.y_gaap0p7FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap1p0FluxErr - "@id": "#Object.y_gaap1p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap1p5FluxErr - "@id": "#Object.y_gaap1p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap2p5FluxErr - "@id": "#Object.y_gaap2p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap3p0FluxErr - "@id": "#Object.y_gaap3p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaapOptimalFluxErr - "@id": "#Object.y_gaapOptimalFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaapPsfFluxErr - "@id": "#Object.y_gaapPsfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap0p5Flux - "@id": "#Object.y_gaap0p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap0p5Flux_flag_bigPsf - "@id": "#Object.y_gaap0p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaap0p7Flux - "@id": "#Object.y_gaap0p7Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap0p7Flux_flag_bigPsf - "@id": "#Object.y_gaap0p7Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaap1p0Flux - "@id": "#Object.y_gaap1p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap1p0Flux_flag_bigPsf - "@id": "#Object.y_gaap1p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaap1p5Flux - "@id": "#Object.y_gaap1p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap1p5Flux_flag_bigPsf - "@id": "#Object.y_gaap1p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaap2p5Flux - "@id": "#Object.y_gaap2p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap2p5Flux_flag_bigPsf - "@id": "#Object.y_gaap2p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaap3p0Flux - "@id": "#Object.y_gaap3p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaap3p0Flux_flag_bigPsf - "@id": "#Object.y_gaap3p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaapFlux_flag - "@id": "#Object.y_gaapFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaapFlux_flag_edge - "@id": "#Object.y_gaapFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaapFlux_flag_gaussianization - "@id": "#Object.y_gaapFlux_flag_gaussianization" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaapOptimalFlux - "@id": "#Object.y_gaapOptimalFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_gaapOptimalFlux_flag_bigPsf - "@id": "#Object.y_gaapOptimalFlux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_gaapPsfFlux - "@id": "#Object.y_gaapPsfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_hsmShapeRegauss_e1 - "@id": "#Object.y_hsmShapeRegauss_e1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_hsmShapeRegauss_e2 - "@id": "#Object.y_hsmShapeRegauss_e2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_hsmShapeRegauss_flag - "@id": "#Object.y_hsmShapeRegauss_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_hsmShapeRegauss_sigma - "@id": "#Object.y_hsmShapeRegauss_sigma" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_iDebiasedPSF_flag - "@id": "#Object.y_iDebiasedPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_iPSF_flag - "@id": "#Object.y_iPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_iRound_flag - "@id": "#Object.y_iRound_flag" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_i_flag - "@id": "#Object.y_i_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_inputCount - "@id": "#Object.y_inputCount" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: y_inputCount_flag - "@id": "#Object.y_inputCount_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_inputCount_flag_noInputs - "@id": "#Object.y_inputCount_flag_noInputs" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ixx - "@id": "#Object.y_ixx" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_ixxDebiasedPSF - "@id": "#Object.y_ixxDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_ixxPSF - "@id": "#Object.y_ixxPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_ixxRound - "@id": "#Object.y_ixxRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_ixy - "@id": "#Object.y_ixy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_ixyDebiasedPSF - "@id": "#Object.y_ixyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_ixyPSF - "@id": "#Object.y_ixyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_ixyRound - "@id": "#Object.y_ixyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_iyy - "@id": "#Object.y_iyy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_iyyDebiasedPSF - "@id": "#Object.y_iyyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_iyyPSF - "@id": "#Object.y_iyyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_iyyRound - "@id": "#Object.y_iyyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y_kronFlux - "@id": "#Object.y_kronFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_kronFluxErr - "@id": "#Object.y_kronFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_kronFlux_flag - "@id": "#Object.y_kronFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_bad_radius - "@id": "#Object.y_kronFlux_flag_bad_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_bad_shape - "@id": "#Object.y_kronFlux_flag_bad_shape" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_bad_shape_no_psf - "@id": "#Object.y_kronFlux_flag_bad_shape_no_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_edge - "@id": "#Object.y_kronFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_no_fallback_radius - "@id": "#Object.y_kronFlux_flag_no_fallback_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_no_minimum_radius - "@id": "#Object.y_kronFlux_flag_no_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_small_radius - "@id": "#Object.y_kronFlux_flag_small_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_used_minimum_radius - "@id": "#Object.y_kronFlux_flag_used_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronFlux_flag_used_psf_radius - "@id": "#Object.y_kronFlux_flag_used_psf_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_kronRad - "@id": "#Object.y_kronRad" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: y_pixelFlags_bad - "@id": "#Object.y_pixelFlags_bad" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_clipped - "@id": "#Object.y_pixelFlags_clipped" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_clippedCenter - "@id": "#Object.y_pixelFlags_clippedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_cr - "@id": "#Object.y_pixelFlags_cr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_crCenter - "@id": "#Object.y_pixelFlags_crCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_edge - "@id": "#Object.y_pixelFlags_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_inexact_psf - "@id": "#Object.y_pixelFlags_inexact_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_inexact_psfCenter - "@id": "#Object.y_pixelFlags_inexact_psfCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_interpolated - "@id": "#Object.y_pixelFlags_interpolated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_interpolatedCenter - "@id": "#Object.y_pixelFlags_interpolatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_offimage - "@id": "#Object.y_pixelFlags_offimage" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_saturated - "@id": "#Object.y_pixelFlags_saturated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_saturatedCenter - "@id": "#Object.y_pixelFlags_saturatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_sensor_edge - "@id": "#Object.y_pixelFlags_sensor_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_sensor_edgeCenter - "@id": "#Object.y_pixelFlags_sensor_edgeCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_suspect - "@id": "#Object.y_pixelFlags_suspect" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_pixelFlags_suspectCenter - "@id": "#Object.y_pixelFlags_suspectCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_psfFlux - "@id": "#Object.y_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_psfFluxErr - "@id": "#Object.y_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: y_psfFlux_area - "@id": "#Object.y_psfFlux_area" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: y_psfFlux_flag - "@id": "#Object.y_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_psfFlux_flag_apCorr - "@id": "#Object.y_psfFlux_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_psfFlux_flag_edge - "@id": "#Object.y_psfFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_psfFlux_flag_noGoodPixels - "@id": "#Object.y_psfFlux_flag_noGoodPixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: y_ra - "@id": "#Object.y_ra" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: z_ap03Flux - "@id": "#Object.z_ap03Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap03FluxErr - "@id": "#Object.z_ap03FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap03Flux_flag - "@id": "#Object.z_ap03Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ap06Flux - "@id": "#Object.z_ap06Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap06FluxErr - "@id": "#Object.z_ap06FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap06Flux_flag - "@id": "#Object.z_ap06Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ap09Flux - "@id": "#Object.z_ap09Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap09FluxErr - "@id": "#Object.z_ap09FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap09Flux_flag - "@id": "#Object.z_ap09Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ap12Flux - "@id": "#Object.z_ap12Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap12FluxErr - "@id": "#Object.z_ap12FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap12Flux_flag - "@id": "#Object.z_ap12Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ap17Flux - "@id": "#Object.z_ap17Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap17FluxErr - "@id": "#Object.z_ap17FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap17Flux_flag - "@id": "#Object.z_ap17Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ap25Flux - "@id": "#Object.z_ap25Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap25FluxErr - "@id": "#Object.z_ap25FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap25Flux_flag - "@id": "#Object.z_ap25Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ap35Flux - "@id": "#Object.z_ap35Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap35FluxErr - "@id": "#Object.z_ap35FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap35Flux_flag - "@id": "#Object.z_ap35Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ap50Flux - "@id": "#Object.z_ap50Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap50FluxErr - "@id": "#Object.z_ap50FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap50Flux_flag - "@id": "#Object.z_ap50Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ap70Flux - "@id": "#Object.z_ap70Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap70FluxErr - "@id": "#Object.z_ap70FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_ap70Flux_flag - "@id": "#Object.z_ap70Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_apFlux_flag - "@id": "#Object.z_apFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_apFlux_flag_apertureTruncated - "@id": "#Object.z_apFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_apFlux_flag_sincCoeffsTruncated - "@id": "#Object.z_apFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_bdChi2 - "@id": "#Object.z_bdChi2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_bdE1 - "@id": "#Object.z_bdE1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_bdE2 - "@id": "#Object.z_bdE2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_bdFluxB - "@id": "#Object.z_bdFluxB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_bdFluxBErr - "@id": "#Object.z_bdFluxBErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_bdFluxD - "@id": "#Object.z_bdFluxD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_bdFluxDErr - "@id": "#Object.z_bdFluxDErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_bdReB - "@id": "#Object.z_bdReB" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_bdReD - "@id": "#Object.z_bdReD" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_blendedness - "@id": "#Object.z_blendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_blendedness_flag - "@id": "#Object.z_blendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_cModelFlux - "@id": "#Object.z_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_cModelFluxErr - "@id": "#Object.z_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_cModelFlux_inner - "@id": "#Object.z_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_cModel_flag - "@id": "#Object.z_cModel_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_cModel_flag_apCorr - "@id": "#Object.z_cModel_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calibFlux - "@id": "#Object.z_calibFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_calibFluxErr - "@id": "#Object.z_calibFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_calibFlux_flag - "@id": "#Object.z_calibFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calibFlux_flag_apertureTruncated - "@id": "#Object.z_calibFlux_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calibFlux_flag_sincCoeffsTruncated - "@id": "#Object.z_calibFlux_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calib_astrometry_used - "@id": "#Object.z_calib_astrometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calib_photometry_reserved - "@id": "#Object.z_calib_photometry_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calib_photometry_used - "@id": "#Object.z_calib_photometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calib_psf_candidate - "@id": "#Object.z_calib_psf_candidate" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calib_psf_reserved - "@id": "#Object.z_calib_psf_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_calib_psf_used - "@id": "#Object.z_calib_psf_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_centroid_flag - "@id": "#Object.z_centroid_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_centroid_x - "@id": "#Object.z_centroid_x" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_centroid_xErr - "@id": "#Object.z_centroid_xErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: z_centroid_y - "@id": "#Object.z_centroid_y" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_centroid_yErr - "@id": "#Object.z_centroid_yErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: z_decl - "@id": "#Object.z_decl" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: z_extendedness - "@id": "#Object.z_extendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_extendedness_flag - "@id": "#Object.z_extendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_free_cModelFlux - "@id": "#Object.z_free_cModelFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_free_cModelFluxErr - "@id": "#Object.z_free_cModelFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_free_cModelFlux_flag - "@id": "#Object.z_free_cModelFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_free_cModelFlux_inner - "@id": "#Object.z_free_cModelFlux_inner" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_free_psfFlux - "@id": "#Object.z_free_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_free_psfFluxErr - "@id": "#Object.z_free_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_free_psfFlux_flag - "@id": "#Object.z_free_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_fwhm - "@id": "#Object.z_fwhm" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_gaap0p5FluxErr - "@id": "#Object.z_gaap0p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap0p7FluxErr - "@id": "#Object.z_gaap0p7FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap1p0FluxErr - "@id": "#Object.z_gaap1p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap1p5FluxErr - "@id": "#Object.z_gaap1p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap2p5FluxErr - "@id": "#Object.z_gaap2p5FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap3p0FluxErr - "@id": "#Object.z_gaap3p0FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaapOptimalFluxErr - "@id": "#Object.z_gaapOptimalFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaapPsfFluxErr - "@id": "#Object.z_gaapPsfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap0p5Flux - "@id": "#Object.z_gaap0p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap0p5Flux_flag_bigPsf - "@id": "#Object.z_gaap0p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaap0p7Flux - "@id": "#Object.z_gaap0p7Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap0p7Flux_flag_bigPsf - "@id": "#Object.z_gaap0p7Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaap1p0Flux - "@id": "#Object.z_gaap1p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap1p0Flux_flag_bigPsf - "@id": "#Object.z_gaap1p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaap1p5Flux - "@id": "#Object.z_gaap1p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap1p5Flux_flag_bigPsf - "@id": "#Object.z_gaap1p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaap2p5Flux - "@id": "#Object.z_gaap2p5Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap2p5Flux_flag_bigPsf - "@id": "#Object.z_gaap2p5Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaap3p0Flux - "@id": "#Object.z_gaap3p0Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaap3p0Flux_flag_bigPsf - "@id": "#Object.z_gaap3p0Flux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaapFlux_flag - "@id": "#Object.z_gaapFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaapFlux_flag_edge - "@id": "#Object.z_gaapFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaapFlux_flag_gaussianization - "@id": "#Object.z_gaapFlux_flag_gaussianization" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaapOptimalFlux - "@id": "#Object.z_gaapOptimalFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_gaapOptimalFlux_flag_bigPsf - "@id": "#Object.z_gaapOptimalFlux_flag_bigPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_gaapPsfFlux - "@id": "#Object.z_gaapPsfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_hsmShapeRegauss_e1 - "@id": "#Object.z_hsmShapeRegauss_e1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_hsmShapeRegauss_e2 - "@id": "#Object.z_hsmShapeRegauss_e2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_hsmShapeRegauss_flag - "@id": "#Object.z_hsmShapeRegauss_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_hsmShapeRegauss_sigma - "@id": "#Object.z_hsmShapeRegauss_sigma" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_iDebiasedPSF_flag - "@id": "#Object.z_iDebiasedPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_iPSF_flag - "@id": "#Object.z_iPSF_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_iRound_flag - "@id": "#Object.z_iRound_flag" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_i_flag - "@id": "#Object.z_i_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_inputCount - "@id": "#Object.z_inputCount" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: z_inputCount_flag - "@id": "#Object.z_inputCount_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_inputCount_flag_noInputs - "@id": "#Object.z_inputCount_flag_noInputs" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ixx - "@id": "#Object.z_ixx" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_ixxDebiasedPSF - "@id": "#Object.z_ixxDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_ixxPSF - "@id": "#Object.z_ixxPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_ixxRound - "@id": "#Object.z_ixxRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_ixy - "@id": "#Object.z_ixy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_ixyDebiasedPSF - "@id": "#Object.z_ixyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_ixyPSF - "@id": "#Object.z_ixyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_ixyRound - "@id": "#Object.z_ixyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_iyy - "@id": "#Object.z_iyy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_iyyDebiasedPSF - "@id": "#Object.z_iyyDebiasedPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_iyyPSF - "@id": "#Object.z_iyyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_iyyRound - "@id": "#Object.z_iyyRound" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: z_kronFlux - "@id": "#Object.z_kronFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_kronFluxErr - "@id": "#Object.z_kronFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_kronFlux_flag - "@id": "#Object.z_kronFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_bad_radius - "@id": "#Object.z_kronFlux_flag_bad_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_bad_shape - "@id": "#Object.z_kronFlux_flag_bad_shape" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_bad_shape_no_psf - "@id": "#Object.z_kronFlux_flag_bad_shape_no_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_edge - "@id": "#Object.z_kronFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_no_fallback_radius - "@id": "#Object.z_kronFlux_flag_no_fallback_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_no_minimum_radius - "@id": "#Object.z_kronFlux_flag_no_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_small_radius - "@id": "#Object.z_kronFlux_flag_small_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_used_minimum_radius - "@id": "#Object.z_kronFlux_flag_used_minimum_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronFlux_flag_used_psf_radius - "@id": "#Object.z_kronFlux_flag_used_psf_radius" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_kronRad - "@id": "#Object.z_kronRad" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: z_pixelFlags_bad - "@id": "#Object.z_pixelFlags_bad" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_clipped - "@id": "#Object.z_pixelFlags_clipped" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_clippedCenter - "@id": "#Object.z_pixelFlags_clippedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_cr - "@id": "#Object.z_pixelFlags_cr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_crCenter - "@id": "#Object.z_pixelFlags_crCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_edge - "@id": "#Object.z_pixelFlags_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_inexact_psf - "@id": "#Object.z_pixelFlags_inexact_psf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_inexact_psfCenter - "@id": "#Object.z_pixelFlags_inexact_psfCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_interpolated - "@id": "#Object.z_pixelFlags_interpolated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_interpolatedCenter - "@id": "#Object.z_pixelFlags_interpolatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_offimage - "@id": "#Object.z_pixelFlags_offimage" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_saturated - "@id": "#Object.z_pixelFlags_saturated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_saturatedCenter - "@id": "#Object.z_pixelFlags_saturatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_sensor_edge - "@id": "#Object.z_pixelFlags_sensor_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_sensor_edgeCenter - "@id": "#Object.z_pixelFlags_sensor_edgeCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_suspect - "@id": "#Object.z_pixelFlags_suspect" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_pixelFlags_suspectCenter - "@id": "#Object.z_pixelFlags_suspectCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_psfFlux - "@id": "#Object.z_psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_psfFluxErr - "@id": "#Object.z_psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: z_psfFlux_area - "@id": "#Object.z_psfFlux_area" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: z_psfFlux_flag - "@id": "#Object.z_psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_psfFlux_flag_apCorr - "@id": "#Object.z_psfFlux_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_psfFlux_flag_edge - "@id": "#Object.z_psfFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_psfFlux_flag_noGoodPixels - "@id": "#Object.z_psfFlux_flag_noGoodPixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: z_ra - "@id": "#Object.z_ra" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - -- name: Source - "@id": "#Source" - description: Table to store high signal-to-noise sources;. A source is - a measurement of Object's properties from a single image that contains its footprint - on the sky. - columns: - - name: sourceId - "@id": "#Source.sourceId" - datatype: long - nullable: false - description: Unique id. - mysql:datatype: BIGINT - ivoa:ucd: meta.id;src - - name: coord_ra - "@id": "#Source.coord_ra" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: coord_dec - "@id": "#Source.coord_dec" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: ccdVisitId - "@id": "#Source.ccdVisitId" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - - name: parentSourceId - "@id": "#Source.parentSourceId" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - - name: x - "@id": "#Source.x" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: y - "@id": "#Source.y" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: xErr - "@id": "#Source.xErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: yErr - "@id": "#Source.yErr" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: ra - "@id": "#Source.ra" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: decl - "@id": "#Source.decl" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: deg - - name: calibFlux - "@id": "#Source.calibFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: calibFluxErr - "@id": "#Source.calibFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: ap03Flux - "@id": "#Source.ap03Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap03FluxErr - "@id": "#Source.ap03FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap03Flux_flag - "@id": "#Source.ap03Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ap06Flux - "@id": "#Source.ap06Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap06FluxErr - "@id": "#Source.ap06FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap06Flux_flag - "@id": "#Source.ap06Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ap09Flux - "@id": "#Source.ap09Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap09FluxErr - "@id": "#Source.ap09FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap09Flux_flag - "@id": "#Source.ap09Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ap12Flux - "@id": "#Source.ap12Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap12FluxErr - "@id": "#Source.ap12FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap12Flux_flag - "@id": "#Source.ap12Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ap17Flux - "@id": "#Source.ap17Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap17FluxErr - "@id": "#Source.ap17FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap17Flux_flag - "@id": "#Source.ap17Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ap25Flux - "@id": "#Source.ap25Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap25FluxErr - "@id": "#Source.ap25FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap25Flux_flag - "@id": "#Source.ap25Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ap35Flux - "@id": "#Source.ap35Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap35FluxErr - "@id": "#Source.ap35FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap35Flux_flag - "@id": "#Source.ap35Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ap50Flux - "@id": "#Source.ap50Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap50FluxErr - "@id": "#Source.ap50FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap50Flux_flag - "@id": "#Source.ap50Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ap70Flux - "@id": "#Source.ap70Flux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap70FluxErr - "@id": "#Source.ap70FluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: nanojansky - - name: ap70Flux_flag - "@id": "#Source.ap70Flux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: sky - "@id": "#Source.sky" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: skyErr - "@id": "#Source.skyErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: psfFlux - "@id": "#Source.psfFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: psfFluxErr - "@id": "#Source.psfFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: ixx - "@id": "#Source.ixx" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: iyy - "@id": "#Source.iyy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: ixy - "@id": "#Source.ixy" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: ixxPSF - "@id": "#Source.ixxPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: iyyPSF - "@id": "#Source.iyyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: ixyPSF - "@id": "#Source.ixyPSF" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: gaussianFlux - "@id": "#Source.gaussianFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: gaussianFluxErr - "@id": "#Source.gaussianFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: extendedness - "@id": "#Source.extendedness" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localPhotoCalib - "@id": "#Source.localPhotoCalib" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localPhotoCalib_flag - "@id": "#Source.localPhotoCalib_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: localPhotoCalibErr - "@id": "#Source.localPhotoCalibErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localWcs_flag - "@id": "#Source.localWcs_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: localWcs_CDMatrix_2_1 - "@id": "#Source.localWcs_CDMatrix_2_1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localWcs_CDMatrix_1_1 - "@id": "#Source.localWcs_CDMatrix_1_1" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localWcs_CDMatrix_1_2 - "@id": "#Source.localWcs_CDMatrix_1_2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localWcs_CDMatrix_2_2 - "@id": "#Source.localWcs_CDMatrix_2_2" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: blendedness_abs - "@id": "#Source.blendedness_abs" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: blendedness_flag - "@id": "#Source.blendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: blendedness_flag_noCentroid - "@id": "#Source.blendedness_flag_noCentroid" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: blendedness_flag_noShape - "@id": "#Source.blendedness_flag_noShape" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: apFlux_12_0_flag - "@id": "#Source.apFlux_12_0_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: apFlux_12_0_flag_apertureTruncated - "@id": "#Source.apFlux_12_0_flag_apertureTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: apFlux_12_0_flag_sincCoeffsTruncated - "@id": "#Source.apFlux_12_0_flag_sincCoeffsTruncated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: apFlux_12_0_instFlux - "@id": "#Source.apFlux_12_0_instFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: apFlux_12_0_instFluxErr - "@id": "#Source.apFlux_12_0_instFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: apFlux_17_0_flag - "@id": "#Source.apFlux_17_0_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: apFlux_17_0_instFlux - "@id": "#Source.apFlux_17_0_instFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: apFlux_17_0_instFluxErr - "@id": "#Source.apFlux_17_0_instFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: extendedness_flag - "@id": "#Source.extendedness_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: footprintArea_value - "@id": "#Source.footprintArea_value" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: jacobian_flag - "@id": "#Source.jacobian_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: jacobian_value - "@id": "#Source.jacobian_value" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localBackground_instFlux - "@id": "#Source.localBackground_instFlux" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localBackground_instFluxErr - "@id": "#Source.localBackground_instFluxErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: localBackground_flag - "@id": "#Source.localBackground_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: localBackground_flag_noGoodPixels - "@id": "#Source.localBackground_flag_noGoodPixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: localBackground_flag_noPsf - "@id": "#Source.localBackground_flag_noPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_bad - "@id": "#Source.pixelFlags_bad" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_cr - "@id": "#Source.pixelFlags_cr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_crCenter - "@id": "#Source.pixelFlags_crCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_edge - "@id": "#Source.pixelFlags_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_interpolated - "@id": "#Source.pixelFlags_interpolated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_interpolatedCenter - "@id": "#Source.pixelFlags_interpolatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_offimage - "@id": "#Source.pixelFlags_offimage" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_saturated - "@id": "#Source.pixelFlags_saturated" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_saturatedCenter - "@id": "#Source.pixelFlags_saturatedCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_suspect - "@id": "#Source.pixelFlags_suspect" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: pixelFlags_suspectCenter - "@id": "#Source.pixelFlags_suspectCenter" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: psfFlux_apCorr - "@id": "#Source.psfFlux_apCorr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: psfFlux_apCorrErr - "@id": "#Source.psfFlux_apCorrErr" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: psfFlux_area - "@id": "#Source.psfFlux_area" - datatype: float - description: - mysql:datatype: FLOAT - fits:tunit: - - name: psfFlux_flag - "@id": "#Source.psfFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: psfFlux_flag_apCorr - "@id": "#Source.psfFlux_flag_apCorr" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: psfFlux_flag_edge - "@id": "#Source.psfFlux_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: psfFlux_flag_noGoodPixels - "@id": "#Source.psfFlux_flag_noGoodPixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: gaussianFlux_flag - "@id": "#Source.gaussianFlux_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: centroid_flag - "@id": "#Source.centroid_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: centroid_flag_almostNoSecondDerivative - "@id": "#Source.centroid_flag_almostNoSecondDerivative" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: centroid_flag_badError - "@id": "#Source.centroid_flag_badError" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: centroid_flag_edge - "@id": "#Source.centroid_flag_edge" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: centroid_flag_noSecondDerivative - "@id": "#Source.centroid_flag_noSecondDerivative" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: centroid_flag_notAtMaximum - "@id": "#Source.centroid_flag_notAtMaximum" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: centroid_flag_resetToPeak - "@id": "#Source.centroid_flag_resetToPeak" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: variance_flag - "@id": "#Source.variance_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: variance_flag_emptyFootprint - "@id": "#Source.variance_flag_emptyFootprint" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: variance_value - "@id": "#Source.variance_value" - datatype: double - description: - mysql:datatype: DOUBLE - fits:tunit: - - name: calib_astrometry_used - "@id": "#Source.calib_astrometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: calib_detected - "@id": "#Source.calib_detected" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: calib_photometry_reserved - "@id": "#Source.calib_photometry_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: calib_photometry_used - "@id": "#Source.calib_photometry_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: calib_psf_candidate - "@id": "#Source.calib_psf_candidate" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: calib_psf_reserved - "@id": "#Source.calib_psf_reserved" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: calib_psf_used - "@id": "#Source.calib_psf_used" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: deblend_deblendedAsPsf - "@id": "#Source.deblend_deblendedAsPsf" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: deblend_hasStrayFlux - "@id": "#Source.deblend_hasStrayFlux" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: deblend_masked - "@id": "#Source.deblend_masked" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: deblend_nChild - "@id": "#Source.deblend_nChild" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: - - name: deblend_parentTooBig - "@id": "#Source.deblend_parentTooBig" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: deblend_patchedTemplate - "@id": "#Source.deblend_patchedTemplate" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: deblend_rampedTemplate - "@id": "#Source.deblend_rampedTemplate" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: deblend_skipped - "@id": "#Source.deblend_skipped" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: deblend_tooManyPeaks - "@id": "#Source.deblend_tooManyPeaks" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmPsfMoments_flag - "@id": "#Source.hsmPsfMoments_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmPsfMoments_flag_no_pixels - "@id": "#Source.hsmPsfMoments_flag_no_pixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmPsfMoments_flag_not_contained - "@id": "#Source.hsmPsfMoments_flag_not_contained" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmPsfMoments_flag_parent_source - "@id": "#Source.hsmPsfMoments_flag_parent_source" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmShapeRegauss_flag - "@id": "#Source.hsmShapeRegauss_flag" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmShapeRegauss_flag_galsim - "@id": "#Source.hsmShapeRegauss_flag_galsim" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmShapeRegauss_flag_no_pixels - "@id": "#Source.hsmShapeRegauss_flag_no_pixels" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmShapeRegauss_flag_not_contained - "@id": "#Source.hsmShapeRegauss_flag_not_contained" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: hsmShapeRegauss_flag_parent_source - "@id": "#Source.hsmShapeRegauss_flag_parent_source" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: sky_source - "@id": "#Source.sky_source" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: detect_isPrimary - "@id": "#Source.detect_isPrimary" - datatype: boolean - description: - mysql:datatype: BOOLEAN - fits:tunit: - - name: ccd - "@id": "#Source.ccd" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - - name: filter - "@id": "#Source.filter" - datatype: char - description: - mysql:datatype: VARCHAR - fits:tunit: - - name: visit - "@id": "#Source.visit" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - - name: pointing - "@id": "#Source.pointing" - datatype: int - description: - mysql:datatype: INTEGER - fits:tunit: diff --git a/yml/imsim.yaml b/yml/imsim.yaml index 0adfe728..a12ae6c8 100644 --- a/yml/imsim.yaml +++ b/yml/imsim.yaml @@ -161,13 +161,6 @@ tables: description: mysql:datatype: BOOLEAN fits:tunit: - - name: skymap - "@id": "#Object.skymap" - datatype: char - description: - length: 12 - mysql:datatype: CHAR(12) - fits:tunit: - name: tract "@id": "#Object.tract" datatype: long @@ -6862,13 +6855,6 @@ tables: description: Name of the band used to take the exposure where this source was measured. mysql:datatype: CHAR(1) fits:tunit: - - name: instrument - "@id": "#Source.instrument" - datatype: char - description: - length: 3 - mysql:datatype: CHAR(3) - fits:tunit: - name: detector "@id": "#Source.detector" datatype: long @@ -6882,12 +6868,6 @@ tables: length: 5 mysql:datatype: CHAR(5) fits:tunit: - - name: visit_system - "@id": "#Source.visit_system" - datatype: long - description: - mysql:datatype: BIGINT - fits:tunit: - name: visit "@id": "#Source.visit" datatype: long @@ -6925,12 +6905,6 @@ tables: datatype: double mysql:datatype: DOUBLE description: - - name: skymap - "@id": "#ForcedSource.skymap" - datatype: char - length: 12 - mysql:datatype: CHAR(12) - description: - name: tract "@id": "#ForcedSource.tract" datatype: long @@ -8329,12 +8303,6 @@ tables: datatype: boolean mysql:datatype: BOOLEAN description: - - name: skymap - "@id": "#ForcedSourceOnDiaObject.skymap" - datatype: char - length: 12 - mysql:datatype: CHAR(12) - description: - name: tract "@id": "#ForcedSourceOnDiaObject.tract" datatype: long