From ea28de3d92c7cd5b6e8ff5489480f39dda2b3192 Mon Sep 17 00:00:00 2001 From: Jiaxuan Li Date: Wed, 19 Jun 2024 14:33:07 -0400 Subject: [PATCH] add photoz page --- browser/merian_dr1.md | 5 +- browser/merian_dr1_photoz.md | 8 + yml/merian_dr1_photz.yaml | 6188 ++++++++++++++++++++++++++++++++++ 3 files changed, 6199 insertions(+), 2 deletions(-) create mode 100644 browser/merian_dr1_photoz.md create mode 100644 yml/merian_dr1_photz.yaml diff --git a/browser/merian_dr1.md b/browser/merian_dr1.md index 4e0b8083..0f1e36bb 100644 --- a/browser/merian_dr1.md +++ b/browser/merian_dr1.md @@ -1,8 +1,9 @@ --- layout: schema -title: Merian DR1 Schema +title: Merian DR1 Photometric Catalog Schema schema: merian_dr1 sort-index: 2 --- -The Merian DR1 Schema describes the catalogs of the first data release of the Merian Survey. +The Merian DR1 Photometric Catalog Schema describes the photometric catalogs of the first data release of the Merian Survey. +Please see the [Merian Survey website](https://merian.sites.ucsc.edu/) for more information about the survey. \ No newline at end of file diff --git a/browser/merian_dr1_photoz.md b/browser/merian_dr1_photoz.md new file mode 100644 index 00000000..4eda49b5 --- /dev/null +++ b/browser/merian_dr1_photoz.md @@ -0,0 +1,8 @@ +--- +layout: schema +title: Merian DR1 Photo-z Catalog Schema +schema: merian_dr1_photz +sort-index: 2 +--- + +The Merian DR1 Photo-z Catalog Schema describes the photo-z catalogs of the first data release of the Merian Survey. \ No newline at end of file diff --git a/yml/merian_dr1_photz.yaml b/yml/merian_dr1_photz.yaml new file mode 100644 index 00000000..742e4437 --- /dev/null +++ b/yml/merian_dr1_photz.yaml @@ -0,0 +1,6188 @@ +--- +name: MerianDR1PhotozSchema +"@id": "#merian_dr1_photz_Schema" +description: The photo-z table contains descriptions of the photo-z results using the GaAP photometry from the Merian DR1 photometric catalog. + +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. Unique ObjectID + ivoa:ucd: meta.id;src + - name: coord_dec + "@id": "#Object.coord_dec" + datatype: double + description: Fiducial ICRS Declination of centroid used for database indexing + fits:tunit: deg + - name: coord_ra + "@id": "#Object.coord_ra" + datatype: double + description: Fiducial ICRS Right Ascension of centroid used for database indexing + fits:tunit: deg + - name: coord_decErr + "@id": "#Object.coord_decErr" + datatype: float + description: Error in fiducial ICRS Declination of centroid. + fits:tunit: deg + - name: coord_raErr + "@id": "#Object.coord_raErr" + datatype: float + description: Error in fiducial ICRS Right Ascension of centroid. + fits:tunit: deg + - name: coord_ra_dec_Cov + "@id": "#Object.coord_ra_dec_Cov" + datatype: float + description: Covariance between fiducial ICRS Right Ascension and Declination of centroid. + fits:tunit: deg**2 + - name: deblend_nChild + "@id": "#Object.deblend_nChild" + datatype: int + description: Number of children this object has (defaults to 0) + fits:tunit: + - name: deblend_nPeaks + "@id": "#Object.deblend_nPeaks" + datatype: int + description: Number of peaks this parent footprint has (even if the deblender failed or skipped this blend) + fits:tunit: + - name: deblend_failed + "@id": "#Object.deblend_failed" + datatype: boolean + description: Deblender failed to deblend this source + fits:tunit: + - name: deblend_skipped + "@id": "#Object.deblend_skipped" + datatype: boolean + description: Deblender skipped this source + fits:tunit: + - name: deblend_isolatedParent + "@id": "#Object.deblend_isolatedParent" + datatype: boolean + description: Deblender skipped this footprint because there was only a single peak + fits:tunit: + - name: deblend_parentTooBig + "@id": "#Object.deblend_parentTooBig" + datatype: boolean + description: Deblender skipped this source because the parent footprint was too large. + fits:tunit: + - name: deblend_tooManyPeaks + "@id": "#Object.deblend_tooManyPeaks" + datatype: boolean + description: Deblender skipped this source because there were too many peaks in the Footprint. + fits:tunit: + - name: deblend_masked + "@id": "#Object.deblend_masked" + datatype: boolean + description: Deblender skipped this source because there were too many masked pixels. + fits:tunit: + - name: deblend_incompleteData + "@id": "#Object.deblend_incompleteData" + datatype: boolean + description: One or more bands were not deblended due to an inability to model the PSF. + fits:tunit: + - name: deblend_iterations + "@id": "#Object.deblend_iterations" + datatype: int + description: Number of iterations during deblending + fits:tunit: + - name: deblend_peak_center_x + "@id": "#Object.deblend_peak_center_x" + datatype: int + description: x-coordinate of the peak after source detection + fits:tunit: pixel + - name: deblend_peak_center_y + "@id": "#Object.deblend_peak_center_y" + datatype: int + description: y-coordinate of the peak after source detection + fits:tunit: pixel + - name: deblend_logL + "@id": "#Object.deblend_logL" + datatype: float + description: Log likelihood of the entire blend in scarlet_lite. + fits:tunit: + - name: detect_fromBlend + "@id": "#Object.detect_fromBlend" + datatype: boolean + description: This source is deblended from a parent with more than one child. + fits:tunit: + - name: detect_isDeblendedModelSource + "@id": "#Object.detect_isDeblendedModelSource" + datatype: boolean + description: True if source has no children and is in the inner region of a coadd patch and is in the inner region of a coadd tract and is not detected in a pseudo-filter (see config.pseudoFilterList) and is a deblended child + fits:tunit: + - name: detect_isDeblendedSource + "@id": "#Object.detect_isDeblendedSource" + datatype: boolean + description: True if source has no children and is in the inner region of a coadd patch and is in the inner region of a coadd tract and is not detected in a pseudo-filter (see config.pseudoFilterList) and is either an unblended isolated source or a deblended child from a parent with + fits:tunit: + - name: detect_isIsolated + "@id": "#Object.detect_isIsolated" + datatype: boolean + description: This source is not a part of a blend. + fits:tunit: + - name: detect_isPatchInner + "@id": "#Object.detect_isPatchInner" + datatype: boolean + description: True if source is in the inner region of a coadd patch + fits:tunit: + - name: detect_isPrimary + "@id": "#Object.detect_isPrimary" + datatype: boolean + description: True if source has no children and is in the inner region of a coadd patch and is in the inner region of a coadd tract and is not detected in a pseudo-filter (see config.pseudoFilterList) + fits:tunit: + - name: detect_isTractInner + "@id": "#Object.detect_isTractInner" + datatype: boolean + description: True if source is in the inner region of a coadd tract + fits:tunit: + - name: ebv + "@id": "#Object.ebv" + datatype: double + description: E(B-V) at coord_ra/coord_dec per Schlegel, Finkbeiner & Davis (1998) + fits:tunit: mag + - name: footprintArea + "@id": "#Object.footprintArea" + datatype: int + description: Number of pixels in the sources detection footprint. Reference band. + fits:tunit: pixel + - name: merge_peak_sky + "@id": "#Object.merge_peak_sky" + datatype: boolean + description: Peak detected in filter sky + fits:tunit: + - name: parentObjectId + "@id": "#Object.parentObjectId" + datatype: long + description: Unique ID of parent source. Reference band. + fits:tunit: + - name: patch + "@id": "#Object.patch" + datatype: long + description: Skymap patch ID + fits:tunit: + - name: refBand + "@id": "#Object.refBand" + datatype: char + length: 1 + description: Reference band - parameters measured on coadds of this band were used for multi-band forced photometry + fits:tunit: + - name: refExtendedness + "@id": "#Object.refExtendedness" + datatype: double + description: Set to 1 for extended sources, 0 for point sources. Reference band. + fits:tunit: + - name: refSizeExtendedness + "@id": "#Object.refSizeExtendedness" + datatype: double + description: Moments-based measure of an object to be a galaxy. Reference band. + fits:tunit: + - name: refFwhm + "@id": "#Object.refFwhm" + datatype: double + description: Estimated FWHM on the reference band at source center assuming a Gaussian profile + fits:tunit: + - name: shape_flag + "@id": "#Object.shape_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Reference band. + fits:tunit: + - name: shape_xx + "@id": "#Object.shape_xx" + datatype: double + description: HSM moments. Reference band. + fits:tunit: pixel**2 + - name: shape_xy + "@id": "#Object.shape_xy" + datatype: double + description: HSM moments. Reference band. + fits:tunit: pixel**2 + - name: shape_yy + "@id": "#Object.shape_yy" + datatype: double + description: HSM moments. Reference band. + fits:tunit: pixel**2 + - name: sky_object + "@id": "#Object.sky_object" + datatype: boolean + description: No source was detected here. This object exists to characterize properties of the sky background + fits:tunit: + - name: tract + "@id": "#Object.tract" + datatype: long + description: Skymap tract ID + fits:tunit: + - name: x + "@id": "#Object.x" + datatype: double + description: Centroid from Sdss Centroid algorithm. Reference band. + fits:tunit: pixel + - name: xErr + "@id": "#Object.xErr" + datatype: float + description: 1-sigma uncertainty on x position. Reference band. + fits:tunit: pixel + - name: xy_flag + "@id": "#Object.xy_flag" + datatype: boolean + description: General Failure Flag. Reference band. + fits:tunit: + - name: y + "@id": "#Object.y" + datatype: double + description: Centroid from Sdss Centroid algorithm. Reference band. + fits:tunit: pixel + - name: yErr + "@id": "#Object.yErr" + datatype: float + description: 1-sigma uncertainty on y position. Reference band. + fits:tunit: pixel + - name: g_ap03Flux + "@id": "#Object.g_ap03Flux" + datatype: double + description: Flux within 3.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap03FluxErr + "@id": "#Object.g_ap03FluxErr" + datatype: double + description: Flux uncertainty within 3.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap03Flux_flag + "@id": "#Object.g_ap03Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_ap06Flux + "@id": "#Object.g_ap06Flux" + datatype: double + description: Flux within 6.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap06FluxErr + "@id": "#Object.g_ap06FluxErr" + datatype: double + description: Flux uncertainty within 6.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap06Flux_flag + "@id": "#Object.g_ap06Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_ap09Flux + "@id": "#Object.g_ap09Flux" + datatype: double + description: Flux within 9.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap09FluxErr + "@id": "#Object.g_ap09FluxErr" + datatype: double + description: Flux uncertainty within 9.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap09Flux_flag + "@id": "#Object.g_ap09Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_ap12Flux + "@id": "#Object.g_ap12Flux" + datatype: double + description: Flux within 12.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap12FluxErr + "@id": "#Object.g_ap12FluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap12Flux_flag + "@id": "#Object.g_ap12Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_ap17Flux + "@id": "#Object.g_ap17Flux" + datatype: double + description: Flux within 17.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap17FluxErr + "@id": "#Object.g_ap17FluxErr" + datatype: double + description: Flux uncertainty within 17.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap17Flux_flag + "@id": "#Object.g_ap17Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_ap25Flux + "@id": "#Object.g_ap25Flux" + datatype: double + description: Flux within 25.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap25FluxErr + "@id": "#Object.g_ap25FluxErr" + datatype: double + description: Flux uncertainty within 25.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap25Flux_flag + "@id": "#Object.g_ap25Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_ap35Flux + "@id": "#Object.g_ap35Flux" + datatype: double + description: Flux within 35.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap35FluxErr + "@id": "#Object.g_ap35FluxErr" + datatype: double + description: Flux uncertainty within 35.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap35Flux_flag + "@id": "#Object.g_ap35Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_ap50Flux + "@id": "#Object.g_ap50Flux" + datatype: double + description: Flux within 50.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap50FluxErr + "@id": "#Object.g_ap50FluxErr" + datatype: double + description: Flux uncertainty within 50.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap50Flux_flag + "@id": "#Object.g_ap50Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_ap70Flux + "@id": "#Object.g_ap70Flux" + datatype: double + description: Flux within 70.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap70FluxErr + "@id": "#Object.g_ap70FluxErr" + datatype: double + description: Flux uncertainty within 70.0-pixel aperture. Forced on g-band. + fits:tunit: nJy + - name: g_ap70Flux_flag + "@id": "#Object.g_ap70Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_apFlux_flag + "@id": "#Object.g_apFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on g-band. + fits:tunit: + - name: g_apFlux_flag_apertureTruncated + "@id": "#Object.g_apFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on g-band. + fits:tunit: + - name: g_apFlux_flag_sincCoeffsTruncated + "@id": "#Object.g_apFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on g-band. + fits:tunit: + - name: g_bdChi2 + "@id": "#Object.g_bdChi2" + datatype: double + description: -ln(likelihood) (chi^2) in cmodel fit. Measured on g-band. + fits:tunit: + - name: g_bdE1 + "@id": "#Object.g_bdE1" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on g-band. + fits:tunit: pixel**2 + - name: g_bdE2 + "@id": "#Object.g_bdE2" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on g-band. + fits:tunit: pixel**2 + - name: g_bdFluxB + "@id": "#Object.g_bdFluxB" + datatype: double + description: Flux from the de Vaucouleur fit. Measured on g-band. + fits:tunit: nJy + - name: g_bdFluxBErr + "@id": "#Object.g_bdFluxBErr" + datatype: double + description: Flux uncertainty from the de Vaucouleur fit. Measured on g-band. + fits:tunit: nJy + - name: g_bdFluxD + "@id": "#Object.g_bdFluxD" + datatype: double + description: Flux from the exponential fit. Measured on g-band. + fits:tunit: nJy + - name: g_bdFluxDErr + "@id": "#Object.g_bdFluxDErr" + datatype: double + description: Flux uncertainty from the exponential fit. Measured on g-band. + fits:tunit: nJy + - name: g_bdReB + "@id": "#Object.g_bdReB" + datatype: double + description: Half-light ellipse of the de Vaucouleur fit. Measured on g-band. + fits:tunit: pixel**2 + - name: g_bdReD + "@id": "#Object.g_bdReD" + datatype: double + description: Half-light ellipse of the exponential fit. Measured on g-band. + fits:tunit: pixel**2 + - name: g_blendedness + "@id": "#Object.g_blendedness" + datatype: double + description: Measure of how much the flux is affected by neighbors, (1 - child_flux/parent_flux). Operates on the absolute value of the pixels to try to obtain a de-noised value. See section 4.9.11 of Bosch et al. 2018, PASJ, 70, S5 for details. Measured on g-band. + fits:tunit: + - name: g_blendedness_flag + "@id": "#Object.g_blendedness_flag" + datatype: boolean + description: General Failure Flag. Measured on g-band. + fits:tunit: + - name: g_cModelFlux + "@id": "#Object.g_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Forced on g-band. + fits:tunit: nJy + - name: g_cModelFluxErr + "@id": "#Object.g_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Forced on g-band. + fits:tunit: nJy + - name: g_cModelFlux_inner + "@id": "#Object.g_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Forced on g-band. + fits:tunit: nJy + - name: g_cModel_flag + "@id": "#Object.g_cModel_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Forced on g-band. + fits:tunit: + - name: g_cModel_flag_apCorr + "@id": "#Object.g_cModel_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct modelfit_CModel. Forced on g-band. + fits:tunit: + - name: g_calibFlux + "@id": "#Object.g_calibFlux" + datatype: double + description: Flux within 12.0-pixel aperture. Measured on g-band. + fits:tunit: nJy + - name: g_calibFluxErr + "@id": "#Object.g_calibFluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Measured on g-band. + fits:tunit: nJy + - name: g_calibFlux_flag + "@id": "#Object.g_calibFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on g-band. + fits:tunit: + - name: g_calibFlux_flag_apertureTruncated + "@id": "#Object.g_calibFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on g-band. + fits:tunit: + - name: g_calibFlux_flag_sincCoeffsTruncated + "@id": "#Object.g_calibFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on g-band. + fits:tunit: + - name: g_calib_astrometry_used + "@id": "#Object.g_calib_astrometry_used" + datatype: boolean + description: Propagated from sources. Measured on g-band. + fits:tunit: + - name: g_calib_photometry_reserved + "@id": "#Object.g_calib_photometry_reserved" + datatype: boolean + description: Propagated from sources. Measured on g-band. + fits:tunit: + - name: g_calib_photometry_used + "@id": "#Object.g_calib_photometry_used" + datatype: boolean + description: Propagated from sources. Measured on g-band. + fits:tunit: + - name: g_calib_psf_candidate + "@id": "#Object.g_calib_psf_candidate" + datatype: boolean + description: Propagated from sources. Measured on g-band. + fits:tunit: + - name: g_calib_psf_reserved + "@id": "#Object.g_calib_psf_reserved" + datatype: boolean + description: Propagated from sources. Measured on g-band. + fits:tunit: + - name: g_calib_psf_used + "@id": "#Object.g_calib_psf_used" + datatype: boolean + description: Propagated from sources. Measured on g-band. + fits:tunit: + - name: g_centroid_flag + "@id": "#Object.g_centroid_flag" + datatype: boolean + description: General Failure Flag. Measured on g-band. + fits:tunit: + - name: g_centroid_x + "@id": "#Object.g_centroid_x" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on g-band. + fits:tunit: pixel + - name: g_centroid_xErr + "@id": "#Object.g_centroid_xErr" + datatype: float + description: 1-sigma uncertainty on x position. Measured on g-band. + fits:tunit: pixel + - name: g_centroid_y + "@id": "#Object.g_centroid_y" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on g-band. + fits:tunit: pixel + - name: g_centroid_yErr + "@id": "#Object.g_centroid_yErr" + datatype: float + description: 1-sigma uncertainty on y position. Measured on g-band. + fits:tunit: pixel + - name: g_dec + "@id": "#Object.g_dec" + datatype: double + description: Position in declination, measured on g-band. + fits:tunit: deg + - name: g_decErr + "@id": "#Object.g_decErr" + datatype: float + description: Error in declination, measured on g-band. + fits:tunit: deg + - name: g_decl + "@id": "#Object.g_decl" + datatype: double + description: Deprecated duplicate of g_dec. + fits:tunit: deg + ivoa:ucd: pos.eq.dec + - name: g_extendedness + "@id": "#Object.g_extendedness" + datatype: double + description: Set to 1 for extended sources, 0 for point sources. Measured on g-band. + fits:tunit: + - name: g_extendedness_flag + "@id": "#Object.g_extendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on g-band. + fits:tunit: + - name: g_sizeExtendedness + "@id": "#Object.g_sizeExtendedness" + datatype: double + description: Moments-based measure of an object to be a galaxy. Measured on g-band. + fits:tunit: + - name: g_sizeExtendedness_flag + "@id": "#Object.g_sizeExtendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on g-band. + fits:tunit: + - name: g_free_cModelFlux + "@id": "#Object.g_free_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Measured on g-band. + fits:tunit: nJy + - name: g_free_cModelFluxErr + "@id": "#Object.g_free_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Measured on g-band. + fits:tunit: nJy + - name: g_free_cModelFlux_flag + "@id": "#Object.g_free_cModelFlux_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Measured on g-band. + fits:tunit: + - name: g_free_cModelFlux_inner + "@id": "#Object.g_free_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Measured on g-band. + fits:tunit: nJy + - name: g_free_psfFlux + "@id": "#Object.g_free_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Measured on g-band. + fits:tunit: nJy + - name: g_free_psfFluxErr + "@id": "#Object.g_free_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Measured on g-band. + fits:tunit: nJy + - name: g_free_psfFlux_flag + "@id": "#Object.g_free_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on g-band. + fits:tunit: + - name: g_fwhm + "@id": "#Object.g_fwhm" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_gaap0p7FluxErr + "@id": "#Object.g_gaap0p7FluxErr" + datatype: double + description: GAaP Flux uncertainty with 0.7 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap1p0FluxErr + "@id": "#Object.g_gaap1p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.0 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap1p5FluxErr + "@id": "#Object.g_gaap1p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.5 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap2p5FluxErr + "@id": "#Object.g_gaap2p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 2.5 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap3p0FluxErr + "@id": "#Object.g_gaap3p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 3.0 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaapOptimalFluxErr + "@id": "#Object.g_gaapOptimalFluxErr" + datatype: double + description: GAaP Flux uncertainty with optimal aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaapPsfFluxErr + "@id": "#Object.g_gaapPsfFluxErr" + datatype: double + description: GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaapPsfFlux + "@id": "#Object.g_gaapPsfFlux" + datatype: double + description: GAaP Flux with PSF aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaapOptimalFlux + "@id": "#Object.g_gaapOptimalFlux" + datatype: double + description: GAaP Flux with optimal aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaapOptimalFlux_flag_bigPsf + "@id": "#Object.g_gaapOptimalFlux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on g-band. + fits:tunit: + - name: g_gaap0p7Flux + "@id": "#Object.g_gaap0p7Flux" + datatype: double + description: GAaP Flux with 0.7 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap0p7Flux_flag_bigPsf + "@id": "#Object.g_gaap0p7Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on g-band. + fits:tunit: + - name: g_gaap1p0Flux + "@id": "#Object.g_gaap1p0Flux" + datatype: double + description: GAaP Flux with 1.0 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap1p0Flux_flag_bigPsf + "@id": "#Object.g_gaap1p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on g-band. + fits:tunit: + - name: g_gaap1p5Flux + "@id": "#Object.g_gaap1p5Flux" + datatype: double + description: GAaP Flux with 1.5 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap1p5Flux_flag_bigPsf + "@id": "#Object.g_gaap1p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on g-band. + fits:tunit: + - name: g_gaap2p5Flux + "@id": "#Object.g_gaap2p5Flux" + datatype: double + description: GAaP Flux with 2.5 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap2p5Flux_flag_bigPsf + "@id": "#Object.g_gaap2p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on g-band. + fits:tunit: + - name: g_gaap3p0Flux + "@id": "#Object.g_gaap3p0Flux" + datatype: double + description: GAaP Flux with 3.0 aperture after multiplying the seeing by 1.15. Forced on g-band. + fits:tunit: nJy + - name: g_gaap3p0Flux_flag_bigPsf + "@id": "#Object.g_gaap3p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on g-band. + fits:tunit: + - name: g_gaapFlux_flag + "@id": "#Object.g_gaapFlux_flag" + datatype: boolean + description: Set for any fatal failure. Forced on g-band. + fits:tunit: + - name: g_gaapFlux_flag_edge + "@id": "#Object.g_gaapFlux_flag_edge" + datatype: boolean + description: Source is too close to the edge. Forced on g-band. + fits:tunit: + - name: g_gaapFlux_flag_gaussianization + "@id": "#Object.g_gaapFlux_flag_gaussianization" + datatype: boolean + description: PSF Gaussianization failed when trying to scale by this factor. Forced on g-band. + fits:tunit: + - name: g_hsmShapeRegauss_e1 + "@id": "#Object.g_hsmShapeRegauss_e1" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on g-band. + fits:tunit: + - name: g_hsmShapeRegauss_e2 + "@id": "#Object.g_hsmShapeRegauss_e2" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on g-band. + fits:tunit: + - name: g_hsmShapeRegauss_flag + "@id": "#Object.g_hsmShapeRegauss_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on g-band. + fits:tunit: + - name: g_hsmShapeRegauss_sigma + "@id": "#Object.g_hsmShapeRegauss_sigma" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on g-band. + fits:tunit: + - name: g_iDebiasedPSF_flag + "@id": "#Object.g_iDebiasedPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on g-band. + fits:tunit: + - name: g_iPSF_flag + "@id": "#Object.g_iPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on g-band. + fits:tunit: + - name: g_iRound_flag + "@id": "#Object.g_iRound_flag" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_i_flag + "@id": "#Object.g_i_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on g-band. + fits:tunit: + - name: g_inputCount + "@id": "#Object.g_inputCount" + datatype: int + description: Number of images contributing at center, not including anyclipping. Forced on g-band. + fits:tunit: + - name: g_inputCount_flag + "@id": "#Object.g_inputCount_flag" + datatype: boolean + description: Set for any fatal failure. Forced on g-band. + fits:tunit: + - name: g_inputCount_flag_noInputs + "@id": "#Object.g_inputCount_flag_noInputs" + datatype: boolean + description: No coadd inputs available. Forced on g-band. + fits:tunit: + - name: g_ixx + "@id": "#Object.g_ixx" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_ixxDebiasedPSF + "@id": "#Object.g_ixxDebiasedPSF" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_ixxPSF + "@id": "#Object.g_ixxPSF" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_ixxRound + "@id": "#Object.g_ixxRound" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_ixy + "@id": "#Object.g_ixy" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_ixyDebiasedPSF + "@id": "#Object.g_ixyDebiasedPSF" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_ixyPSF + "@id": "#Object.g_ixyPSF" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_ixyRound + "@id": "#Object.g_ixyRound" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_iyy + "@id": "#Object.g_iyy" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_iyyDebiasedPSF + "@id": "#Object.g_iyyDebiasedPSF" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_iyyPSF + "@id": "#Object.g_iyyPSF" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_iyyRound + "@id": "#Object.g_iyyRound" + datatype: double + description: HSM moments. Measured on g-band. + fits:tunit: pixel**2 + - name: g_hsm_moments_30 + "@id": "#Object.g_hsm_moments_30" + datatype: double + description: HSM higher order moments 30. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_30 + "@id": "#Object.g_hsm_momentsPsf_30" + datatype: double + description: HSM higher order PSF moments 30. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_21 + "@id": "#Object.g_hsm_moments_21" + datatype: double + description: HSM higher order moments 21. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_21 + "@id": "#Object.g_hsm_momentsPsf_21" + datatype: double + description: HSM higher order PSF moments 21. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_12 + "@id": "#Object.g_hsm_moments_12" + datatype: double + description: HSM higher order moments 12. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_12 + "@id": "#Object.g_hsm_momentsPsf_12" + datatype: double + description: HSM higher order PSF moments 12. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_03 + "@id": "#Object.g_hsm_moments_03" + datatype: double + description: HSM higher order moments 03. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_03 + "@id": "#Object.g_hsm_momentsPsf_03" + datatype: double + description: HSM higher order PSF moments 03. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_40 + "@id": "#Object.g_hsm_moments_40" + datatype: double + description: HSM higher order moments 40. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_40 + "@id": "#Object.g_hsm_momentsPsf_40" + datatype: double + description: HSM higher order PSF moments 40. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_31 + "@id": "#Object.g_hsm_moments_31" + datatype: double + description: HSM higher order moments 31. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_31 + "@id": "#Object.g_hsm_momentsPsf_31" + datatype: double + description: HSM higher order PSF moments 31. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_22 + "@id": "#Object.g_hsm_moments_22" + datatype: double + description: HSM higher order moments 22. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_22 + "@id": "#Object.g_hsm_momentsPsf_22" + datatype: double + description: HSM higher order PSF moments 22. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_13 + "@id": "#Object.g_hsm_moments_13" + datatype: double + description: HSM higher order moments 13. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_13 + "@id": "#Object.g_hsm_momentsPsf_13" + datatype: double + description: HSM higher order PSF moments 13. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_04 + "@id": "#Object.g_hsm_moments_04" + datatype: double + description: HSM higher order moments 04. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_04 + "@id": "#Object.g_hsm_momentsPsf_04" + datatype: double + description: HSM higher order PSF moments 04. Measured on g-band. + fits:tunit: + - name: g_hsm_moments_flag + "@id": "#Object.g_hsm_moments_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with g_i_flag. Measured on g-band. + fits:tunit: + - name: g_hsm_momentsPsf_flag + "@id": "#Object.g_hsm_momentsPsf_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with g_iPSF_flag. Measured on g-band. + fits:tunit: + - name: g_kronFlux + "@id": "#Object.g_kronFlux" + datatype: double + description: Flux from Kron Flux algorithm. Measured on g-band. + fits:tunit: nJy + - name: g_kronFluxErr + "@id": "#Object.g_kronFluxErr" + datatype: double + description: Flux uncertainty from Kron Flux algorithm. Measured on g-band. + fits:tunit: nJy + - name: g_kronFlux_flag + "@id": "#Object.g_kronFlux_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_bad_radius + "@id": "#Object.g_kronFlux_flag_bad_radius" + datatype: boolean + description: Bad Kron radius. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_bad_shape + "@id": "#Object.g_kronFlux_flag_bad_shape" + datatype: boolean + description: Shape for measuring Kron radius is bad; used PSF shape. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_bad_shape_no_psf + "@id": "#Object.g_kronFlux_flag_bad_shape_no_psf" + datatype: boolean + description: Bad shape and no PSF. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_edge + "@id": "#Object.g_kronFlux_flag_edge" + datatype: boolean + description: Bad measurement due to image edge. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_no_fallback_radius + "@id": "#Object.g_kronFlux_flag_no_fallback_radius" + datatype: boolean + description: No minimum radius and no PSF provided. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_no_minimum_radius + "@id": "#Object.g_kronFlux_flag_no_minimum_radius" + datatype: boolean + description: Minimum radius could not enforced, no minimum value or PSF. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_small_radius + "@id": "#Object.g_kronFlux_flag_small_radius" + datatype: boolean + description: Measured Kron radius was smaller than that of the PSF. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_used_minimum_radius + "@id": "#Object.g_kronFlux_flag_used_minimum_radius" + datatype: boolean + description: Used the minimum radius for the Kron aperture. Measured on g-band. + fits:tunit: + - name: g_kronFlux_flag_used_psf_radius + "@id": "#Object.g_kronFlux_flag_used_psf_radius" + datatype: boolean + description: Used the PSF Kron radius for the Kron aperture. Measured on g-band. + fits:tunit: + - name: g_kronRad + "@id": "#Object.g_kronRad" + datatype: float + description: Kron radius (sqrt(a*b)). Measured on g-band. + fits:tunit: + - name: g_pixelFlags_bad + "@id": "#Object.g_pixelFlags_bad" + datatype: boolean + description: Bad pixel in the Source footprint. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_clipped + "@id": "#Object.g_pixelFlags_clipped" + datatype: boolean + description: Source footprint includes CLIPPED pixels. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_clippedCenter + "@id": "#Object.g_pixelFlags_clippedCenter" + datatype: boolean + description: Source center is close to CLIPPED pixels. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_cr + "@id": "#Object.g_pixelFlags_cr" + datatype: boolean + description: Cosmic ray in the Source footprint. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_crCenter + "@id": "#Object.g_pixelFlags_crCenter" + datatype: boolean + description: Cosmic ray in the Source center. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_edge + "@id": "#Object.g_pixelFlags_edge" + datatype: boolean + description: Source is outside usable exposure region (masked EDGE or NO_DATA). Measured on g-band. + fits:tunit: + - name: g_pixelFlags_inexact_psf + "@id": "#Object.g_pixelFlags_inexact_psf" + datatype: boolean + description: Source footprint includes INEXACT_PSF pixels. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_inexact_psfCenter + "@id": "#Object.g_pixelFlags_inexact_psfCenter" + datatype: boolean + description: Source center is close to INEXACT_PSF pixels. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_interpolated + "@id": "#Object.g_pixelFlags_interpolated" + datatype: boolean + description: Interpolated pixel in the Source footprint. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_interpolatedCenter + "@id": "#Object.g_pixelFlags_interpolatedCenter" + datatype: boolean + description: Interpolated pixel in the Source center. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_offimage + "@id": "#Object.g_pixelFlags_offimage" + datatype: boolean + description: Source center is off image. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_saturated + "@id": "#Object.g_pixelFlags_saturated" + datatype: boolean + description: Saturated pixel in the Source footprint. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_saturatedCenter + "@id": "#Object.g_pixelFlags_saturatedCenter" + datatype: boolean + description: Saturated pixel in the Source center. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_sensor_edge + "@id": "#Object.g_pixelFlags_sensor_edge" + datatype: boolean + description: Source footprint includes SENSOR_EDGE pixels. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_sensor_edgeCenter + "@id": "#Object.g_pixelFlags_sensor_edgeCenter" + datatype: boolean + description: Source center is close to SENSOR_EDGE pixels. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_suspect + "@id": "#Object.g_pixelFlags_suspect" + datatype: boolean + description: Sources footprint includes suspect pixels. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_suspectCenter + "@id": "#Object.g_pixelFlags_suspectCenter" + datatype: boolean + description: Sources center is close to suspect pixels. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_streak + "@id": "#Object.g_pixelFlags_streak" + datatype: boolean + description: Streak in the Source footprint. Measured on g-band. + fits:tunit: + - name: g_pixelFlags_streakCenter + "@id": "#Object.g_pixelFlags_streakCenter" + datatype: boolean + description: Streak in the Source center. Measured on g-band. + fits:tunit: + - name: g_invalidPsfFlag + "@id": "#Object.g_invalidPsfFlag" + datatype: boolean + description: This object has an invalid PSF (usually no inputs). Measured on g-band. + fits:tunit: + - name: g_psfFlux + "@id": "#Object.g_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Forced on g-band. + fits:tunit: nJy + - name: g_psfFluxErr + "@id": "#Object.g_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Forced on g-band. + fits:tunit: nJy + - name: g_psfFlux_area + "@id": "#Object.g_psfFlux_area" + datatype: float + description: Effective area of PSF. Forced on g-band. + fits:tunit: pixel + - name: g_psfFlux_flag + "@id": "#Object.g_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Forced on g-band. + fits:tunit: + - name: g_psfFlux_flag_apCorr + "@id": "#Object.g_psfFlux_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct base_PsfFlux. Forced on g-band. + fits:tunit: + - name: g_psfFlux_flag_edge + "@id": "#Object.g_psfFlux_flag_edge" + datatype: boolean + description: Object was too close to the edge of the image to use the full PSF model. Forced on g-band. + fits:tunit: + - name: g_psfFlux_flag_noGoodPixels + "@id": "#Object.g_psfFlux_flag_noGoodPixels" + datatype: boolean + description: Not enough non-rejected pixels in data to attempt the fit. Forced on g-band. + fits:tunit: + - name: g_ra + "@id": "#Object.g_ra" + datatype: double + description: Position in right ascension, measured on g-band. + fits:tunit: deg + - name: g_raErr + "@id": "#Object.g_raErr" + datatype: float + description: Error in right ascension, measured on g-band. + fits:tunit: deg + - name: g_ra_dec_Cov + "@id": "#Object.g_ra_dec_Cov" + datatype: float + description: Covariance between right ascension and declination, measured on g-band. + fits:tunit: deg**2 + - name: g_deblend_dataCoverage + "@id": "#Object.g_deblend_dataCoverage" + datatype: float + description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the g-band. + fits:tunit: + - name: g_deblend_blendedness + "@id": "#Object.g_deblend_blendedness" + datatype: float + description: Blendedness in the deconvolved scarlet space + fits:tunit: + - name: g_deblend_fluxOverlap + "@id": "#Object.g_deblend_fluxOverlap" + datatype: float + description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. + fits:tunit: + - name: g_deblend_fluxOverlapFraction + "@id": "#Object.g_deblend_fluxOverlapFraction" + datatype: float + description: Fraction of flux from neighbors / source flux in the deconvolved footprint. + fits:tunit: + - name: g_deblend_zeroFlux + "@id": "#Object.g_deblend_zeroFlux" + datatype: boolean + description: True when there was no flux attributed to this object after flux redistribution in the deblender. + fits:tunit: + - name: i_ap03Flux + "@id": "#Object.i_ap03Flux" + datatype: double + description: Flux within 3.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap03FluxErr + "@id": "#Object.i_ap03FluxErr" + datatype: double + description: Flux uncertainty within 3.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap03Flux_flag + "@id": "#Object.i_ap03Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_ap06Flux + "@id": "#Object.i_ap06Flux" + datatype: double + description: Flux within 6.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap06FluxErr + "@id": "#Object.i_ap06FluxErr" + datatype: double + description: Flux uncertainty within 6.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap06Flux_flag + "@id": "#Object.i_ap06Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_ap09Flux + "@id": "#Object.i_ap09Flux" + datatype: double + description: Flux within 9.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap09FluxErr + "@id": "#Object.i_ap09FluxErr" + datatype: double + description: Flux uncertainty within 9.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap09Flux_flag + "@id": "#Object.i_ap09Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_ap12Flux + "@id": "#Object.i_ap12Flux" + datatype: double + description: Flux within 12.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap12FluxErr + "@id": "#Object.i_ap12FluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap12Flux_flag + "@id": "#Object.i_ap12Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_ap17Flux + "@id": "#Object.i_ap17Flux" + datatype: double + description: Flux within 17.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap17FluxErr + "@id": "#Object.i_ap17FluxErr" + datatype: double + description: Flux uncertainty within 17.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap17Flux_flag + "@id": "#Object.i_ap17Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_ap25Flux + "@id": "#Object.i_ap25Flux" + datatype: double + description: Flux within 25.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap25FluxErr + "@id": "#Object.i_ap25FluxErr" + datatype: double + description: Flux uncertainty within 25.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap25Flux_flag + "@id": "#Object.i_ap25Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_ap35Flux + "@id": "#Object.i_ap35Flux" + datatype: double + description: Flux within 35.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap35FluxErr + "@id": "#Object.i_ap35FluxErr" + datatype: double + description: Flux uncertainty within 35.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap35Flux_flag + "@id": "#Object.i_ap35Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_ap50Flux + "@id": "#Object.i_ap50Flux" + datatype: double + description: Flux within 50.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap50FluxErr + "@id": "#Object.i_ap50FluxErr" + datatype: double + description: Flux uncertainty within 50.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap50Flux_flag + "@id": "#Object.i_ap50Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_ap70Flux + "@id": "#Object.i_ap70Flux" + datatype: double + description: Flux within 70.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap70FluxErr + "@id": "#Object.i_ap70FluxErr" + datatype: double + description: Flux uncertainty within 70.0-pixel aperture. Forced on i-band. + fits:tunit: nJy + - name: i_ap70Flux_flag + "@id": "#Object.i_ap70Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_apFlux_flag + "@id": "#Object.i_apFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on i-band. + fits:tunit: + - name: i_apFlux_flag_apertureTruncated + "@id": "#Object.i_apFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on i-band. + fits:tunit: + - name: i_apFlux_flag_sincCoeffsTruncated + "@id": "#Object.i_apFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on i-band. + fits:tunit: + - name: i_bdChi2 + "@id": "#Object.i_bdChi2" + datatype: double + description: -ln(likelihood) (chi^2) in cmodel fit. Measured on i-band. + fits:tunit: + - name: i_bdE1 + "@id": "#Object.i_bdE1" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on i-band. + fits:tunit: pixel**2 + - name: i_bdE2 + "@id": "#Object.i_bdE2" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on i-band. + fits:tunit: pixel**2 + - name: i_bdFluxB + "@id": "#Object.i_bdFluxB" + datatype: double + description: Flux from the de Vaucouleur fit. Measured on i-band. + fits:tunit: nJy + - name: i_bdFluxBErr + "@id": "#Object.i_bdFluxBErr" + datatype: double + description: Flux uncertainty from the de Vaucouleur fit. Measured on i-band. + fits:tunit: nJy + - name: i_bdFluxD + "@id": "#Object.i_bdFluxD" + datatype: double + description: Flux from the exponential fit. Measured on i-band. + fits:tunit: nJy + - name: i_bdFluxDErr + "@id": "#Object.i_bdFluxDErr" + datatype: double + description: Flux uncertainty from the exponential fit. Measured on i-band. + fits:tunit: nJy + - name: i_bdReB + "@id": "#Object.i_bdReB" + datatype: double + description: Half-light ellipse of the de Vaucouleur fit. Measured on i-band. + fits:tunit: pixel**2 + - name: i_bdReD + "@id": "#Object.i_bdReD" + datatype: double + description: Half-light ellipse of the exponential fit. Measured on i-band. + fits:tunit: pixel**2 + - name: i_blendedness + "@id": "#Object.i_blendedness" + datatype: double + description: Measure of how much the flux is affected by neighbors, (1 - child_flux/parent_flux). Operates on the absolute value of the pixels to try to obtain a de-noised value. See section 4.9.11 of Bosch et al. 2018, PASJ, 70, S5 for details. Measured on i-band. + fits:tunit: + - name: i_blendedness_flag + "@id": "#Object.i_blendedness_flag" + datatype: boolean + description: General Failure Flag. Measured on i-band. + fits:tunit: + - name: i_cModelFlux + "@id": "#Object.i_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Forced on i-band. + fits:tunit: nJy + - name: i_cModelFluxErr + "@id": "#Object.i_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Forced on i-band. + fits:tunit: nJy + - name: i_cModelFlux_inner + "@id": "#Object.i_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Forced on i-band. + fits:tunit: nJy + - name: i_cModel_flag + "@id": "#Object.i_cModel_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Forced on i-band. + fits:tunit: + - name: i_cModel_flag_apCorr + "@id": "#Object.i_cModel_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct modelfit_CModel. Forced on i-band. + fits:tunit: + - name: i_calibFlux + "@id": "#Object.i_calibFlux" + datatype: double + description: Flux within 12.0-pixel aperture. Measured on i-band. + fits:tunit: nJy + - name: i_calibFluxErr + "@id": "#Object.i_calibFluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Measured on i-band. + fits:tunit: nJy + - name: i_calibFlux_flag + "@id": "#Object.i_calibFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on i-band. + fits:tunit: + - name: i_calibFlux_flag_apertureTruncated + "@id": "#Object.i_calibFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on i-band. + fits:tunit: + - name: i_calibFlux_flag_sincCoeffsTruncated + "@id": "#Object.i_calibFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on i-band. + fits:tunit: + - name: i_calib_astrometry_used + "@id": "#Object.i_calib_astrometry_used" + datatype: boolean + description: Propagated from sources. Measured on i-band. + fits:tunit: + - name: i_calib_photometry_reserved + "@id": "#Object.i_calib_photometry_reserved" + datatype: boolean + description: Propagated from sources. Measured on i-band. + fits:tunit: + - name: i_calib_photometry_used + "@id": "#Object.i_calib_photometry_used" + datatype: boolean + description: Propagated from sources. Measured on i-band. + fits:tunit: + - name: i_calib_psf_candidate + "@id": "#Object.i_calib_psf_candidate" + datatype: boolean + description: Propagated from sources. Measured on i-band. + fits:tunit: + - name: i_calib_psf_reserved + "@id": "#Object.i_calib_psf_reserved" + datatype: boolean + description: Propagated from sources. Measured on i-band. + fits:tunit: + - name: i_calib_psf_used + "@id": "#Object.i_calib_psf_used" + datatype: boolean + description: Propagated from sources. Measured on i-band. + fits:tunit: + - name: i_centroid_flag + "@id": "#Object.i_centroid_flag" + datatype: boolean + description: General Failure Flag. Measured on i-band. + fits:tunit: + - name: i_centroid_x + "@id": "#Object.i_centroid_x" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on i-band. + fits:tunit: pixel + - name: i_centroid_xErr + "@id": "#Object.i_centroid_xErr" + datatype: float + description: 1-sigma uncertainty on x position. Measured on i-band. + fits:tunit: pixel + - name: i_centroid_y + "@id": "#Object.i_centroid_y" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on i-band. + fits:tunit: pixel + - name: i_centroid_yErr + "@id": "#Object.i_centroid_yErr" + datatype: float + description: 1-sigma uncertainty on y position. Measured on i-band. + fits:tunit: pixel + - name: i_dec + "@id": "#Object.i_dec" + datatype: double + description: Position in declination, measured on i-band. + fits:tunit: deg + - name: i_decErr + "@id": "#Object.i_decErr" + datatype: float + description: Error in declination, measured on i-band. + fits:tunit: deg + - name: i_decl + "@id": "#Object.i_decl" + datatype: double + description: Deprecated duplicate of i_dec. + fits:tunit: deg + ivoa:ucd: pos.eq.dec + - name: i_extendedness + "@id": "#Object.i_extendedness" + datatype: double + description: Set to 1 for extended sources, 0 for point sources. Measured on i-band. + fits:tunit: + - name: i_extendedness_flag + "@id": "#Object.i_extendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on i-band. + fits:tunit: + - name: i_sizeExtendedness + "@id": "#Object.i_sizeExtendedness" + datatype: double + description: Moments-based measure of an object to be a galaxy. Measured on i-band. + fits:tunit: + - name: i_sizeExtendedness_flag + "@id": "#Object.i_sizeExtendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on i-band. + fits:tunit: + - name: i_free_cModelFlux + "@id": "#Object.i_free_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Measured on i-band. + fits:tunit: nJy + - name: i_free_cModelFluxErr + "@id": "#Object.i_free_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Measured on i-band. + fits:tunit: nJy + - name: i_free_cModelFlux_flag + "@id": "#Object.i_free_cModelFlux_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Measured on i-band. + fits:tunit: + - name: i_free_cModelFlux_inner + "@id": "#Object.i_free_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Measured on i-band. + fits:tunit: nJy + - name: i_free_psfFlux + "@id": "#Object.i_free_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Measured on i-band. + fits:tunit: nJy + - name: i_free_psfFluxErr + "@id": "#Object.i_free_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Measured on i-band. + fits:tunit: nJy + - name: i_free_psfFlux_flag + "@id": "#Object.i_free_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on i-band. + fits:tunit: + - name: i_fwhm + "@id": "#Object.i_fwhm" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_gaap0p7FluxErr + "@id": "#Object.i_gaap0p7FluxErr" + datatype: double + description: GAaP Flux uncertainty with 0.7 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap1p0FluxErr + "@id": "#Object.i_gaap1p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.0 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap1p5FluxErr + "@id": "#Object.i_gaap1p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.5 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap2p5FluxErr + "@id": "#Object.i_gaap2p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 2.5 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap3p0FluxErr + "@id": "#Object.i_gaap3p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 3.0 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaapOptimalFluxErr + "@id": "#Object.i_gaapOptimalFluxErr" + datatype: double + description: GAaP Flux uncertainty with optimal aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaapPsfFluxErr + "@id": "#Object.i_gaapPsfFluxErr" + datatype: double + description: GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaapPsfFlux + "@id": "#Object.i_gaapPsfFlux" + datatype: double + description: GAaP Flux with PSF aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaapOptimalFlux + "@id": "#Object.i_gaapOptimalFlux" + datatype: double + description: GAaP Flux with optimal aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaapOptimalFlux_flag_bigPsf + "@id": "#Object.i_gaapOptimalFlux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on i-band. + fits:tunit: + - name: i_gaap0p7Flux + "@id": "#Object.i_gaap0p7Flux" + datatype: double + description: GAaP Flux with 0.7 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap0p7Flux_flag_bigPsf + "@id": "#Object.i_gaap0p7Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on i-band. + fits:tunit: + - name: i_gaap1p0Flux + "@id": "#Object.i_gaap1p0Flux" + datatype: double + description: GAaP Flux with 1.0 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap1p0Flux_flag_bigPsf + "@id": "#Object.i_gaap1p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on i-band. + fits:tunit: + - name: i_gaap1p5Flux + "@id": "#Object.i_gaap1p5Flux" + datatype: double + description: GAaP Flux with 1.5 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap1p5Flux_flag_bigPsf + "@id": "#Object.i_gaap1p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on i-band. + fits:tunit: + - name: i_gaap2p5Flux + "@id": "#Object.i_gaap2p5Flux" + datatype: double + description: GAaP Flux with 2.5 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap2p5Flux_flag_bigPsf + "@id": "#Object.i_gaap2p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on i-band. + fits:tunit: + - name: i_gaap3p0Flux + "@id": "#Object.i_gaap3p0Flux" + datatype: double + description: GAaP Flux with 3.0 aperture after multiplying the seeing by 1.15. Forced on i-band. + fits:tunit: nJy + - name: i_gaap3p0Flux_flag_bigPsf + "@id": "#Object.i_gaap3p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on i-band. + fits:tunit: + - name: i_gaapFlux_flag + "@id": "#Object.i_gaapFlux_flag" + datatype: boolean + description: Set for any fatal failure. Forced on i-band. + fits:tunit: + - name: i_gaapFlux_flag_edge + "@id": "#Object.i_gaapFlux_flag_edge" + datatype: boolean + description: Source is too close to the edge. Forced on i-band. + fits:tunit: + - name: i_gaapFlux_flag_gaussianization + "@id": "#Object.i_gaapFlux_flag_gaussianization" + datatype: boolean + description: PSF Gaussianization failed when trying to scale by this factor. Forced on i-band. + fits:tunit: + - name: i_hsmShapeRegauss_e1 + "@id": "#Object.i_hsmShapeRegauss_e1" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on i-band. + fits:tunit: + - name: i_hsmShapeRegauss_e2 + "@id": "#Object.i_hsmShapeRegauss_e2" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on i-band. + fits:tunit: + - name: i_hsmShapeRegauss_flag + "@id": "#Object.i_hsmShapeRegauss_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on i-band. + fits:tunit: + - name: i_hsmShapeRegauss_sigma + "@id": "#Object.i_hsmShapeRegauss_sigma" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on i-band. + fits:tunit: + - name: i_iDebiasedPSF_flag + "@id": "#Object.i_iDebiasedPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on i-band. + fits:tunit: + - name: i_iPSF_flag + "@id": "#Object.i_iPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on i-band. + fits:tunit: + - name: i_iRound_flag + "@id": "#Object.i_iRound_flag" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_i_flag + "@id": "#Object.i_i_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on i-band. + fits:tunit: + - name: i_inputCount + "@id": "#Object.i_inputCount" + datatype: int + description: Number of images contributing at center, not including anyclipping. Forced on i-band. + fits:tunit: + - name: i_inputCount_flag + "@id": "#Object.i_inputCount_flag" + datatype: boolean + description: Set for any fatal failure. Forced on i-band. + fits:tunit: + - name: i_inputCount_flag_noInputs + "@id": "#Object.i_inputCount_flag_noInputs" + datatype: boolean + description: No coadd inputs available. Forced on i-band. + fits:tunit: + - name: i_ixx + "@id": "#Object.i_ixx" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_ixxDebiasedPSF + "@id": "#Object.i_ixxDebiasedPSF" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_ixxPSF + "@id": "#Object.i_ixxPSF" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_ixxRound + "@id": "#Object.i_ixxRound" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_ixy + "@id": "#Object.i_ixy" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_ixyDebiasedPSF + "@id": "#Object.i_ixyDebiasedPSF" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_ixyPSF + "@id": "#Object.i_ixyPSF" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_ixyRound + "@id": "#Object.i_ixyRound" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_iyy + "@id": "#Object.i_iyy" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_iyyDebiasedPSF + "@id": "#Object.i_iyyDebiasedPSF" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_iyyPSF + "@id": "#Object.i_iyyPSF" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_iyyRound + "@id": "#Object.i_iyyRound" + datatype: double + description: HSM moments. Measured on i-band. + fits:tunit: pixel**2 + - name: i_hsm_moments_30 + "@id": "#Object.i_hsm_moments_30" + datatype: double + description: HSM higher order moments 30. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_30 + "@id": "#Object.i_hsm_momentsPsf_30" + datatype: double + description: HSM higher order PSF moments 30. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_21 + "@id": "#Object.i_hsm_moments_21" + datatype: double + description: HSM higher order moments 21. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_21 + "@id": "#Object.i_hsm_momentsPsf_21" + datatype: double + description: HSM higher order PSF moments 21. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_12 + "@id": "#Object.i_hsm_moments_12" + datatype: double + description: HSM higher order moments 12. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_12 + "@id": "#Object.i_hsm_momentsPsf_12" + datatype: double + description: HSM higher order PSF moments 12. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_03 + "@id": "#Object.i_hsm_moments_03" + datatype: double + description: HSM higher order moments 03. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_03 + "@id": "#Object.i_hsm_momentsPsf_03" + datatype: double + description: HSM higher order PSF moments 03. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_40 + "@id": "#Object.i_hsm_moments_40" + datatype: double + description: HSM higher order moments 40. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_40 + "@id": "#Object.i_hsm_momentsPsf_40" + datatype: double + description: HSM higher order PSF moments 40. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_31 + "@id": "#Object.i_hsm_moments_31" + datatype: double + description: HSM higher order moments 31. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_31 + "@id": "#Object.i_hsm_momentsPsf_31" + datatype: double + description: HSM higher order PSF moments 31. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_22 + "@id": "#Object.i_hsm_moments_22" + datatype: double + description: HSM higher order moments 22. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_22 + "@id": "#Object.i_hsm_momentsPsf_22" + datatype: double + description: HSM higher order PSF moments 22. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_13 + "@id": "#Object.i_hsm_moments_13" + datatype: double + description: HSM higher order moments 13. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_13 + "@id": "#Object.i_hsm_momentsPsf_13" + datatype: double + description: HSM higher order PSF moments 13. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_04 + "@id": "#Object.i_hsm_moments_04" + datatype: double + description: HSM higher order moments 04. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_04 + "@id": "#Object.i_hsm_momentsPsf_04" + datatype: double + description: HSM higher order PSF moments 04. Measured on i-band. + fits:tunit: + - name: i_hsm_moments_flag + "@id": "#Object.i_hsm_moments_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with i_i_flag. Measured on i-band. + fits:tunit: + - name: i_hsm_momentsPsf_flag + "@id": "#Object.i_hsm_momentsPsf_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with i_iPSF_flag. Measured on i-band. + fits:tunit: + - name: i_kronFlux + "@id": "#Object.i_kronFlux" + datatype: double + description: Flux from Kron Flux algorithm. Measured on i-band. + fits:tunit: nJy + - name: i_kronFluxErr + "@id": "#Object.i_kronFluxErr" + datatype: double + description: Flux uncertainty from Kron Flux algorithm. Measured on i-band. + fits:tunit: nJy + - name: i_kronFlux_flag + "@id": "#Object.i_kronFlux_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_bad_radius + "@id": "#Object.i_kronFlux_flag_bad_radius" + datatype: boolean + description: Bad Kron radius. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_bad_shape + "@id": "#Object.i_kronFlux_flag_bad_shape" + datatype: boolean + description: Shape for measuring Kron radius is bad; used PSF shape. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_bad_shape_no_psf + "@id": "#Object.i_kronFlux_flag_bad_shape_no_psf" + datatype: boolean + description: Bad shape and no PSF. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_edge + "@id": "#Object.i_kronFlux_flag_edge" + datatype: boolean + description: Bad measurement due to image edge. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_no_fallback_radius + "@id": "#Object.i_kronFlux_flag_no_fallback_radius" + datatype: boolean + description: No minimum radius and no PSF provided. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_no_minimum_radius + "@id": "#Object.i_kronFlux_flag_no_minimum_radius" + datatype: boolean + description: Minimum radius could not enforced, no minimum value or PSF. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_small_radius + "@id": "#Object.i_kronFlux_flag_small_radius" + datatype: boolean + description: Measured Kron radius was smaller than that of the PSF. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_used_minimum_radius + "@id": "#Object.i_kronFlux_flag_used_minimum_radius" + datatype: boolean + description: Used the minimum radius for the Kron aperture. Measured on i-band. + fits:tunit: + - name: i_kronFlux_flag_used_psf_radius + "@id": "#Object.i_kronFlux_flag_used_psf_radius" + datatype: boolean + description: Used the PSF Kron radius for the Kron aperture. Measured on i-band. + fits:tunit: + - name: i_kronRad + "@id": "#Object.i_kronRad" + datatype: float + description: Kron radius (sqrt(a*b)). Measured on i-band. + fits:tunit: + - name: i_pixelFlags_bad + "@id": "#Object.i_pixelFlags_bad" + datatype: boolean + description: Bad pixel in the Source footprint. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_clipped + "@id": "#Object.i_pixelFlags_clipped" + datatype: boolean + description: Source footprint includes CLIPPED pixels. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_clippedCenter + "@id": "#Object.i_pixelFlags_clippedCenter" + datatype: boolean + description: Source center is close to CLIPPED pixels. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_cr + "@id": "#Object.i_pixelFlags_cr" + datatype: boolean + description: Cosmic ray in the Source footprint. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_crCenter + "@id": "#Object.i_pixelFlags_crCenter" + datatype: boolean + description: Cosmic ray in the Source center. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_edge + "@id": "#Object.i_pixelFlags_edge" + datatype: boolean + description: Source is outside usable exposure region (masked EDGE or NO_DATA). Measured on i-band. + fits:tunit: + - name: i_pixelFlags_inexact_psf + "@id": "#Object.i_pixelFlags_inexact_psf" + datatype: boolean + description: Source footprint includes INEXACT_PSF pixels. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_inexact_psfCenter + "@id": "#Object.i_pixelFlags_inexact_psfCenter" + datatype: boolean + description: Source center is close to INEXACT_PSF pixels. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_interpolated + "@id": "#Object.i_pixelFlags_interpolated" + datatype: boolean + description: Interpolated pixel in the Source footprint. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_interpolatedCenter + "@id": "#Object.i_pixelFlags_interpolatedCenter" + datatype: boolean + description: Interpolated pixel in the Source center. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_offimage + "@id": "#Object.i_pixelFlags_offimage" + datatype: boolean + description: Source center is off image. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_saturated + "@id": "#Object.i_pixelFlags_saturated" + datatype: boolean + description: Saturated pixel in the Source footprint. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_saturatedCenter + "@id": "#Object.i_pixelFlags_saturatedCenter" + datatype: boolean + description: Saturated pixel in the Source center. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_sensor_edge + "@id": "#Object.i_pixelFlags_sensor_edge" + datatype: boolean + description: Source footprint includes SENSOR_EDGE pixels. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_sensor_edgeCenter + "@id": "#Object.i_pixelFlags_sensor_edgeCenter" + datatype: boolean + description: Source center is close to SENSOR_EDGE pixels. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_suspect + "@id": "#Object.i_pixelFlags_suspect" + datatype: boolean + description: Sources footprint includes suspect pixels. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_suspectCenter + "@id": "#Object.i_pixelFlags_suspectCenter" + datatype: boolean + description: Sources center is close to suspect pixels. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_streak + "@id": "#Object.i_pixelFlags_streak" + datatype: boolean + description: Streak in the Source footprint. Measured on i-band. + fits:tunit: + - name: i_pixelFlags_streakCenter + "@id": "#Object.i_pixelFlags_streakCenter" + datatype: boolean + description: Streak in the Source center. Measured on i-band. + fits:tunit: + - name: i_invalidPsfFlag + "@id": "#Object.i_invalidPsfFlag" + datatype: boolean + description: This object has an invalid PSF (usually no inputs). Measured on i-band. + fits:tunit: + - name: i_psfFlux + "@id": "#Object.i_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Forced on i-band. + fits:tunit: nJy + - name: i_psfFluxErr + "@id": "#Object.i_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Forced on i-band. + fits:tunit: nJy + - name: i_psfFlux_area + "@id": "#Object.i_psfFlux_area" + datatype: float + description: Effective area of PSF. Forced on i-band. + fits:tunit: pixel + - name: i_psfFlux_flag + "@id": "#Object.i_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Forced on i-band. + fits:tunit: + - name: i_psfFlux_flag_apCorr + "@id": "#Object.i_psfFlux_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct base_PsfFlux. Forced on i-band. + fits:tunit: + - name: i_psfFlux_flag_edge + "@id": "#Object.i_psfFlux_flag_edge" + datatype: boolean + description: Object was too close to the edge of the image to use the full PSF model. Forced on i-band. + fits:tunit: + - name: i_psfFlux_flag_noGoodPixels + "@id": "#Object.i_psfFlux_flag_noGoodPixels" + datatype: boolean + description: Not enough non-rejected pixels in data to attempt the fit. Forced on i-band. + fits:tunit: + - name: i_ra + "@id": "#Object.i_ra" + datatype: double + description: Position in right ascension, measured on i-band. + fits:tunit: deg + - name: i_raErr + "@id": "#Object.i_raErr" + datatype: float + description: Error in right ascension, measured on i-band. + fits:tunit: deg + - name: i_ra_dec_Cov + "@id": "#Object.i_ra_dec_Cov" + datatype: float + description: Covariance between right ascension and declination, measured on i-band. + fits:tunit: deg**2 + - name: i_deblend_dataCoverage + "@id": "#Object.i_deblend_dataCoverage" + datatype: float + description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the i-band. + fits:tunit: + - name: i_deblend_blendedness + "@id": "#Object.i_deblend_blendedness" + datatype: float + description: Blendedness in the deconvolved scarlet space + fits:tunit: + - name: i_deblend_fluxOverlap + "@id": "#Object.i_deblend_fluxOverlap" + datatype: float + description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. + fits:tunit: + - name: i_deblend_fluxOverlapFraction + "@id": "#Object.i_deblend_fluxOverlapFraction" + datatype: float + description: Fraction of flux from neighbors / source flux in the deconvolved footprint. + fits:tunit: + - name: i_deblend_zeroFlux + "@id": "#Object.i_deblend_zeroFlux" + datatype: boolean + description: True when there was no flux attributed to this object after flux redistribution in the deblender. + fits:tunit: + - name: r_ap03Flux + "@id": "#Object.r_ap03Flux" + datatype: double + description: Flux within 3.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap03FluxErr + "@id": "#Object.r_ap03FluxErr" + datatype: double + description: Flux uncertainty within 3.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap03Flux_flag + "@id": "#Object.r_ap03Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_ap06Flux + "@id": "#Object.r_ap06Flux" + datatype: double + description: Flux within 6.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap06FluxErr + "@id": "#Object.r_ap06FluxErr" + datatype: double + description: Flux uncertainty within 6.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap06Flux_flag + "@id": "#Object.r_ap06Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_ap09Flux + "@id": "#Object.r_ap09Flux" + datatype: double + description: Flux within 9.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap09FluxErr + "@id": "#Object.r_ap09FluxErr" + datatype: double + description: Flux uncertainty within 9.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap09Flux_flag + "@id": "#Object.r_ap09Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_ap12Flux + "@id": "#Object.r_ap12Flux" + datatype: double + description: Flux within 12.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap12FluxErr + "@id": "#Object.r_ap12FluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap12Flux_flag + "@id": "#Object.r_ap12Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_ap17Flux + "@id": "#Object.r_ap17Flux" + datatype: double + description: Flux within 17.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap17FluxErr + "@id": "#Object.r_ap17FluxErr" + datatype: double + description: Flux uncertainty within 17.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap17Flux_flag + "@id": "#Object.r_ap17Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_ap25Flux + "@id": "#Object.r_ap25Flux" + datatype: double + description: Flux within 25.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap25FluxErr + "@id": "#Object.r_ap25FluxErr" + datatype: double + description: Flux uncertainty within 25.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap25Flux_flag + "@id": "#Object.r_ap25Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_ap35Flux + "@id": "#Object.r_ap35Flux" + datatype: double + description: Flux within 35.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap35FluxErr + "@id": "#Object.r_ap35FluxErr" + datatype: double + description: Flux uncertainty within 35.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap35Flux_flag + "@id": "#Object.r_ap35Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_ap50Flux + "@id": "#Object.r_ap50Flux" + datatype: double + description: Flux within 50.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap50FluxErr + "@id": "#Object.r_ap50FluxErr" + datatype: double + description: Flux uncertainty within 50.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap50Flux_flag + "@id": "#Object.r_ap50Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_ap70Flux + "@id": "#Object.r_ap70Flux" + datatype: double + description: Flux within 70.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap70FluxErr + "@id": "#Object.r_ap70FluxErr" + datatype: double + description: Flux uncertainty within 70.0-pixel aperture. Forced on r-band. + fits:tunit: nJy + - name: r_ap70Flux_flag + "@id": "#Object.r_ap70Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_apFlux_flag + "@id": "#Object.r_apFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on r-band. + fits:tunit: + - name: r_apFlux_flag_apertureTruncated + "@id": "#Object.r_apFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on r-band. + fits:tunit: + - name: r_apFlux_flag_sincCoeffsTruncated + "@id": "#Object.r_apFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on r-band. + fits:tunit: + - name: r_bdChi2 + "@id": "#Object.r_bdChi2" + datatype: double + description: -ln(likelihood) (chi^2) in cmodel fit. Measured on r-band. + fits:tunit: + - name: r_bdE1 + "@id": "#Object.r_bdE1" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on r-band. + fits:tunit: pixel**2 + - name: r_bdE2 + "@id": "#Object.r_bdE2" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on r-band. + fits:tunit: pixel**2 + - name: r_bdFluxB + "@id": "#Object.r_bdFluxB" + datatype: double + description: Flux from the de Vaucouleur fit. Measured on r-band. + fits:tunit: nJy + - name: r_bdFluxBErr + "@id": "#Object.r_bdFluxBErr" + datatype: double + description: Flux uncertainty from the de Vaucouleur fit. Measured on r-band. + fits:tunit: nJy + - name: r_bdFluxD + "@id": "#Object.r_bdFluxD" + datatype: double + description: Flux from the exponential fit. Measured on r-band. + fits:tunit: nJy + - name: r_bdFluxDErr + "@id": "#Object.r_bdFluxDErr" + datatype: double + description: Flux uncertainty from the exponential fit. Measured on r-band. + fits:tunit: nJy + - name: r_bdReB + "@id": "#Object.r_bdReB" + datatype: double + description: Half-light ellipse of the de Vaucouleur fit. Measured on r-band. + fits:tunit: pixel**2 + - name: r_bdReD + "@id": "#Object.r_bdReD" + datatype: double + description: Half-light ellipse of the exponential fit. Measured on r-band. + fits:tunit: pixel**2 + - name: r_blendedness + "@id": "#Object.r_blendedness" + datatype: double + description: Measure of how much the flux is affected by neighbors, (1 - child_flux/parent_flux). Operates on the absolute value of the pixels to try to obtain a de-noised value. See section 4.9.11 of Bosch et al. 2018, PASJ, 70, S5 for details. Measured on r-band. + fits:tunit: + - name: r_blendedness_flag + "@id": "#Object.r_blendedness_flag" + datatype: boolean + description: General Failure Flag. Measured on r-band. + fits:tunit: + - name: r_cModelFlux + "@id": "#Object.r_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Forced on r-band. + fits:tunit: nJy + - name: r_cModelFluxErr + "@id": "#Object.r_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Forced on r-band. + fits:tunit: nJy + - name: r_cModelFlux_inner + "@id": "#Object.r_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Forced on r-band. + fits:tunit: nJy + - name: r_cModel_flag + "@id": "#Object.r_cModel_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Forced on r-band. + fits:tunit: + - name: r_cModel_flag_apCorr + "@id": "#Object.r_cModel_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct modelfit_CModel. Forced on r-band. + fits:tunit: + - name: r_calibFlux + "@id": "#Object.r_calibFlux" + datatype: double + description: Flux within 12.0-pixel aperture. Measured on r-band. + fits:tunit: nJy + - name: r_calibFluxErr + "@id": "#Object.r_calibFluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Measured on r-band. + fits:tunit: nJy + - name: r_calibFlux_flag + "@id": "#Object.r_calibFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on r-band. + fits:tunit: + - name: r_calibFlux_flag_apertureTruncated + "@id": "#Object.r_calibFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on r-band. + fits:tunit: + - name: r_calibFlux_flag_sincCoeffsTruncated + "@id": "#Object.r_calibFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on r-band. + fits:tunit: + - name: r_calib_astrometry_used + "@id": "#Object.r_calib_astrometry_used" + datatype: boolean + description: Propagated from sources. Measured on r-band. + fits:tunit: + - name: r_calib_photometry_reserved + "@id": "#Object.r_calib_photometry_reserved" + datatype: boolean + description: Propagated from sources. Measured on r-band. + fits:tunit: + - name: r_calib_photometry_used + "@id": "#Object.r_calib_photometry_used" + datatype: boolean + description: Propagated from sources. Measured on r-band. + fits:tunit: + - name: r_calib_psf_candidate + "@id": "#Object.r_calib_psf_candidate" + datatype: boolean + description: Propagated from sources. Measured on r-band. + fits:tunit: + - name: r_calib_psf_reserved + "@id": "#Object.r_calib_psf_reserved" + datatype: boolean + description: Propagated from sources. Measured on r-band. + fits:tunit: + - name: r_calib_psf_used + "@id": "#Object.r_calib_psf_used" + datatype: boolean + description: Propagated from sources. Measured on r-band. + fits:tunit: + - name: r_centroid_flag + "@id": "#Object.r_centroid_flag" + datatype: boolean + description: General Failure Flag. Measured on r-band. + fits:tunit: + - name: r_centroid_x + "@id": "#Object.r_centroid_x" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on r-band. + fits:tunit: pixel + - name: r_centroid_xErr + "@id": "#Object.r_centroid_xErr" + datatype: float + description: 1-sigma uncertainty on x position. Measured on r-band. + fits:tunit: pixel + - name: r_centroid_y + "@id": "#Object.r_centroid_y" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on r-band. + fits:tunit: pixel + - name: r_centroid_yErr + "@id": "#Object.r_centroid_yErr" + datatype: float + description: 1-sigma uncertainty on y position. Measured on r-band. + fits:tunit: pixel + - name: r_dec + "@id": "#Object.r_dec" + datatype: double + description: Position in declination, measured on r-band. + fits:tunit: deg + - name: r_decErr + "@id": "#Object.r_decErr" + datatype: float + description: Error in declination, measured on r-band. + fits:tunit: deg + - name: r_decl + "@id": "#Object.r_decl" + datatype: double + description: Deprecated duplicate of r_dec. + fits:tunit: deg + ivoa:ucd: pos.eq.dec + - name: r_extendedness + "@id": "#Object.r_extendedness" + datatype: double + description: Set to 1 for extended sources, 0 for point sources. Measured on r-band. + fits:tunit: + - name: r_extendedness_flag + "@id": "#Object.r_extendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on r-band. + fits:tunit: + - name: r_sizeExtendedness + "@id": "#Object.r_sizeExtendedness" + datatype: double + description: Moments-based measure of an object to be a galaxy. Measured on r-band. + fits:tunit: + - name: r_sizeExtendedness_flag + "@id": "#Object.r_sizeExtendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on r-band. + fits:tunit: + - name: r_free_cModelFlux + "@id": "#Object.r_free_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Measured on r-band. + fits:tunit: nJy + - name: r_free_cModelFluxErr + "@id": "#Object.r_free_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Measured on r-band. + fits:tunit: nJy + - name: r_free_cModelFlux_flag + "@id": "#Object.r_free_cModelFlux_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Measured on r-band. + fits:tunit: + - name: r_free_cModelFlux_inner + "@id": "#Object.r_free_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Measured on r-band. + fits:tunit: nJy + - name: r_free_psfFlux + "@id": "#Object.r_free_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Measured on r-band. + fits:tunit: nJy + - name: r_free_psfFluxErr + "@id": "#Object.r_free_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Measured on r-band. + fits:tunit: nJy + - name: r_free_psfFlux_flag + "@id": "#Object.r_free_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on r-band. + fits:tunit: + - name: r_fwhm + "@id": "#Object.r_fwhm" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_gaap0p7FluxErr + "@id": "#Object.r_gaap0p7FluxErr" + datatype: double + description: GAaP Flux uncertainty with 0.7 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap1p0FluxErr + "@id": "#Object.r_gaap1p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.0 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap1p5FluxErr + "@id": "#Object.r_gaap1p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.5 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap2p5FluxErr + "@id": "#Object.r_gaap2p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 2.5 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap3p0FluxErr + "@id": "#Object.r_gaap3p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 3.0 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaapOptimalFluxErr + "@id": "#Object.r_gaapOptimalFluxErr" + datatype: double + description: GAaP Flux uncertainty with optimal aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaapPsfFluxErr + "@id": "#Object.r_gaapPsfFluxErr" + datatype: double + description: GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaapPsfFlux + "@id": "#Object.r_gaapPsfFlux" + datatype: double + description: GAaP Flux with PSF aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaapOptimalFlux + "@id": "#Object.r_gaapOptimalFlux" + datatype: double + description: GAaP Flux with optimal aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaapOptimalFlux_flag_bigPsf + "@id": "#Object.r_gaapOptimalFlux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on r-band. + fits:tunit: + - name: r_gaap0p7Flux + "@id": "#Object.r_gaap0p7Flux" + datatype: double + description: GAaP Flux with 0.7 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap0p7Flux_flag_bigPsf + "@id": "#Object.r_gaap0p7Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on r-band. + fits:tunit: + - name: r_gaap1p0Flux + "@id": "#Object.r_gaap1p0Flux" + datatype: double + description: GAaP Flux with 1.0 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap1p0Flux_flag_bigPsf + "@id": "#Object.r_gaap1p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on r-band. + fits:tunit: + - name: r_gaap1p5Flux + "@id": "#Object.r_gaap1p5Flux" + datatype: double + description: GAaP Flux with 1.5 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap1p5Flux_flag_bigPsf + "@id": "#Object.r_gaap1p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on r-band. + fits:tunit: + - name: r_gaap2p5Flux + "@id": "#Object.r_gaap2p5Flux" + datatype: double + description: GAaP Flux with 2.5 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap2p5Flux_flag_bigPsf + "@id": "#Object.r_gaap2p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on r-band. + fits:tunit: + - name: r_gaap3p0Flux + "@id": "#Object.r_gaap3p0Flux" + datatype: double + description: GAaP Flux with 3.0 aperture after multiplying the seeing by 1.15. Forced on r-band. + fits:tunit: nJy + - name: r_gaap3p0Flux_flag_bigPsf + "@id": "#Object.r_gaap3p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on r-band. + fits:tunit: + - name: r_gaapFlux_flag + "@id": "#Object.r_gaapFlux_flag" + datatype: boolean + description: Set for any fatal failure. Forced on r-band. + fits:tunit: + - name: r_gaapFlux_flag_edge + "@id": "#Object.r_gaapFlux_flag_edge" + datatype: boolean + description: Source is too close to the edge. Forced on r-band. + fits:tunit: + - name: r_gaapFlux_flag_gaussianization + "@id": "#Object.r_gaapFlux_flag_gaussianization" + datatype: boolean + description: PSF Gaussianization failed when trying to scale by this factor. Forced on r-band. + fits:tunit: + - name: r_hsmShapeRegauss_e1 + "@id": "#Object.r_hsmShapeRegauss_e1" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on r-band. + fits:tunit: + - name: r_hsmShapeRegauss_e2 + "@id": "#Object.r_hsmShapeRegauss_e2" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on r-band. + fits:tunit: + - name: r_hsmShapeRegauss_flag + "@id": "#Object.r_hsmShapeRegauss_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on r-band. + fits:tunit: + - name: r_hsmShapeRegauss_sigma + "@id": "#Object.r_hsmShapeRegauss_sigma" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on r-band. + fits:tunit: + - name: r_iDebiasedPSF_flag + "@id": "#Object.r_iDebiasedPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on r-band. + fits:tunit: + - name: r_iPSF_flag + "@id": "#Object.r_iPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on r-band. + fits:tunit: + - name: r_iRound_flag + "@id": "#Object.r_iRound_flag" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_i_flag + "@id": "#Object.r_i_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on r-band. + fits:tunit: + - name: r_inputCount + "@id": "#Object.r_inputCount" + datatype: int + description: Number of images contributing at center, not including anyclipping. Forced on r-band. + fits:tunit: + - name: r_inputCount_flag + "@id": "#Object.r_inputCount_flag" + datatype: boolean + description: Set for any fatal failure. Forced on r-band. + fits:tunit: + - name: r_inputCount_flag_noInputs + "@id": "#Object.r_inputCount_flag_noInputs" + datatype: boolean + description: No coadd inputs available. Forced on r-band. + fits:tunit: + - name: r_ixx + "@id": "#Object.r_ixx" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_ixxDebiasedPSF + "@id": "#Object.r_ixxDebiasedPSF" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_ixxPSF + "@id": "#Object.r_ixxPSF" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_ixxRound + "@id": "#Object.r_ixxRound" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_ixy + "@id": "#Object.r_ixy" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_ixyDebiasedPSF + "@id": "#Object.r_ixyDebiasedPSF" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_ixyPSF + "@id": "#Object.r_ixyPSF" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_ixyRound + "@id": "#Object.r_ixyRound" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_iyy + "@id": "#Object.r_iyy" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_iyyDebiasedPSF + "@id": "#Object.r_iyyDebiasedPSF" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_iyyPSF + "@id": "#Object.r_iyyPSF" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_iyyRound + "@id": "#Object.r_iyyRound" + datatype: double + description: HSM moments. Measured on r-band. + fits:tunit: pixel**2 + - name: r_hsm_moments_30 + "@id": "#Object.r_hsm_moments_30" + datatype: double + description: HSM higher order moments 30. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_30 + "@id": "#Object.r_hsm_momentsPsf_30" + datatype: double + description: HSM higher order PSF moments 30. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_21 + "@id": "#Object.r_hsm_moments_21" + datatype: double + description: HSM higher order moments 21. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_21 + "@id": "#Object.r_hsm_momentsPsf_21" + datatype: double + description: HSM higher order PSF moments 21. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_12 + "@id": "#Object.r_hsm_moments_12" + datatype: double + description: HSM higher order moments 12. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_12 + "@id": "#Object.r_hsm_momentsPsf_12" + datatype: double + description: HSM higher order PSF moments 12. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_03 + "@id": "#Object.r_hsm_moments_03" + datatype: double + description: HSM higher order moments 03. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_03 + "@id": "#Object.r_hsm_momentsPsf_03" + datatype: double + description: HSM higher order PSF moments 03. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_40 + "@id": "#Object.r_hsm_moments_40" + datatype: double + description: HSM higher order moments 40. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_40 + "@id": "#Object.r_hsm_momentsPsf_40" + datatype: double + description: HSM higher order PSF moments 40. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_31 + "@id": "#Object.r_hsm_moments_31" + datatype: double + description: HSM higher order moments 31. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_31 + "@id": "#Object.r_hsm_momentsPsf_31" + datatype: double + description: HSM higher order PSF moments 31. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_22 + "@id": "#Object.r_hsm_moments_22" + datatype: double + description: HSM higher order moments 22. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_22 + "@id": "#Object.r_hsm_momentsPsf_22" + datatype: double + description: HSM higher order PSF moments 22. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_13 + "@id": "#Object.r_hsm_moments_13" + datatype: double + description: HSM higher order moments 13. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_13 + "@id": "#Object.r_hsm_momentsPsf_13" + datatype: double + description: HSM higher order PSF moments 13. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_04 + "@id": "#Object.r_hsm_moments_04" + datatype: double + description: HSM higher order moments 04. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_04 + "@id": "#Object.r_hsm_momentsPsf_04" + datatype: double + description: HSM higher order PSF moments 04. Measured on r-band. + fits:tunit: + - name: r_hsm_moments_flag + "@id": "#Object.r_hsm_moments_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with r_i_flag. Measured on r-band. + fits:tunit: + - name: r_hsm_momentsPsf_flag + "@id": "#Object.r_hsm_momentsPsf_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with r_iPSF_flag. Measured on r-band. + fits:tunit: + - name: r_kronFlux + "@id": "#Object.r_kronFlux" + datatype: double + description: Flux from Kron Flux algorithm. Measured on r-band. + fits:tunit: nJy + - name: r_kronFluxErr + "@id": "#Object.r_kronFluxErr" + datatype: double + description: Flux uncertainty from Kron Flux algorithm. Measured on r-band. + fits:tunit: nJy + - name: r_kronFlux_flag + "@id": "#Object.r_kronFlux_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_bad_radius + "@id": "#Object.r_kronFlux_flag_bad_radius" + datatype: boolean + description: Bad Kron radius. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_bad_shape + "@id": "#Object.r_kronFlux_flag_bad_shape" + datatype: boolean + description: Shape for measuring Kron radius is bad; used PSF shape. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_bad_shape_no_psf + "@id": "#Object.r_kronFlux_flag_bad_shape_no_psf" + datatype: boolean + description: Bad shape and no PSF. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_edge + "@id": "#Object.r_kronFlux_flag_edge" + datatype: boolean + description: Bad measurement due to image edge. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_no_fallback_radius + "@id": "#Object.r_kronFlux_flag_no_fallback_radius" + datatype: boolean + description: No minimum radius and no PSF provided. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_no_minimum_radius + "@id": "#Object.r_kronFlux_flag_no_minimum_radius" + datatype: boolean + description: Minimum radius could not enforced, no minimum value or PSF. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_small_radius + "@id": "#Object.r_kronFlux_flag_small_radius" + datatype: boolean + description: Measured Kron radius was smaller than that of the PSF. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_used_minimum_radius + "@id": "#Object.r_kronFlux_flag_used_minimum_radius" + datatype: boolean + description: Used the minimum radius for the Kron aperture. Measured on r-band. + fits:tunit: + - name: r_kronFlux_flag_used_psf_radius + "@id": "#Object.r_kronFlux_flag_used_psf_radius" + datatype: boolean + description: Used the PSF Kron radius for the Kron aperture. Measured on r-band. + fits:tunit: + - name: r_kronRad + "@id": "#Object.r_kronRad" + datatype: float + description: Kron radius (sqrt(a*b)). Measured on r-band. + fits:tunit: + - name: r_pixelFlags_bad + "@id": "#Object.r_pixelFlags_bad" + datatype: boolean + description: Bad pixel in the Source footprint. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_clipped + "@id": "#Object.r_pixelFlags_clipped" + datatype: boolean + description: Source footprint includes CLIPPED pixels. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_clippedCenter + "@id": "#Object.r_pixelFlags_clippedCenter" + datatype: boolean + description: Source center is close to CLIPPED pixels. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_cr + "@id": "#Object.r_pixelFlags_cr" + datatype: boolean + description: Cosmic ray in the Source footprint. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_crCenter + "@id": "#Object.r_pixelFlags_crCenter" + datatype: boolean + description: Cosmic ray in the Source center. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_edge + "@id": "#Object.r_pixelFlags_edge" + datatype: boolean + description: Source is outside usable exposure region (masked EDGE or NO_DATA). Measured on r-band. + fits:tunit: + - name: r_pixelFlags_inexact_psf + "@id": "#Object.r_pixelFlags_inexact_psf" + datatype: boolean + description: Source footprint includes INEXACT_PSF pixels. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_inexact_psfCenter + "@id": "#Object.r_pixelFlags_inexact_psfCenter" + datatype: boolean + description: Source center is close to INEXACT_PSF pixels. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_interpolated + "@id": "#Object.r_pixelFlags_interpolated" + datatype: boolean + description: Interpolated pixel in the Source footprint. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_interpolatedCenter + "@id": "#Object.r_pixelFlags_interpolatedCenter" + datatype: boolean + description: Interpolated pixel in the Source center. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_offimage + "@id": "#Object.r_pixelFlags_offimage" + datatype: boolean + description: Source center is off image. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_saturated + "@id": "#Object.r_pixelFlags_saturated" + datatype: boolean + description: Saturated pixel in the Source footprint. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_saturatedCenter + "@id": "#Object.r_pixelFlags_saturatedCenter" + datatype: boolean + description: Saturated pixel in the Source center. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_sensor_edge + "@id": "#Object.r_pixelFlags_sensor_edge" + datatype: boolean + description: Source footprint includes SENSOR_EDGE pixels. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_sensor_edgeCenter + "@id": "#Object.r_pixelFlags_sensor_edgeCenter" + datatype: boolean + description: Source center is close to SENSOR_EDGE pixels. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_suspect + "@id": "#Object.r_pixelFlags_suspect" + datatype: boolean + description: Sources footprint includes suspect pixels. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_suspectCenter + "@id": "#Object.r_pixelFlags_suspectCenter" + datatype: boolean + description: Sources center is close to suspect pixels. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_streak + "@id": "#Object.r_pixelFlags_streak" + datatype: boolean + description: Streak in the Source footprint. Measured on r-band. + fits:tunit: + - name: r_pixelFlags_streakCenter + "@id": "#Object.r_pixelFlags_streakCenter" + datatype: boolean + description: Streak in the Source center. Measured on r-band. + fits:tunit: + - name: r_invalidPsfFlag + "@id": "#Object.r_invalidPsfFlag" + datatype: boolean + description: This object has an invalid PSF (usually no inputs). Measured on r-band. + fits:tunit: + - name: r_psfFlux + "@id": "#Object.r_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Forced on r-band. + fits:tunit: nJy + - name: r_psfFluxErr + "@id": "#Object.r_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Forced on r-band. + fits:tunit: nJy + - name: r_psfFlux_area + "@id": "#Object.r_psfFlux_area" + datatype: float + description: Effective area of PSF. Forced on r-band. + fits:tunit: pixel + - name: r_psfFlux_flag + "@id": "#Object.r_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Forced on r-band. + fits:tunit: + - name: r_psfFlux_flag_apCorr + "@id": "#Object.r_psfFlux_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct base_PsfFlux. Forced on r-band. + fits:tunit: + - name: r_psfFlux_flag_edge + "@id": "#Object.r_psfFlux_flag_edge" + datatype: boolean + description: Object was too close to the edge of the image to use the full PSF model. Forced on r-band. + fits:tunit: + - name: r_psfFlux_flag_noGoodPixels + "@id": "#Object.r_psfFlux_flag_noGoodPixels" + datatype: boolean + description: Not enough non-rejected pixels in data to attempt the fit. Forced on r-band. + fits:tunit: + - name: r_ra + "@id": "#Object.r_ra" + datatype: double + description: Position in right ascension, measured on r-band. + fits:tunit: deg + - name: r_raErr + "@id": "#Object.r_raErr" + datatype: float + description: Error in right ascension, measured on r-band. + fits:tunit: deg + - name: r_ra_dec_Cov + "@id": "#Object.r_ra_dec_Cov" + datatype: float + description: Covariance between right ascension and declination, measured on r-band. + fits:tunit: deg**2 + - name: r_deblend_dataCoverage + "@id": "#Object.r_deblend_dataCoverage" + datatype: float + description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the r-band. + fits:tunit: + - name: r_deblend_blendedness + "@id": "#Object.r_deblend_blendedness" + datatype: float + description: Blendedness in the deconvolved scarlet space + fits:tunit: + - name: r_deblend_fluxOverlap + "@id": "#Object.r_deblend_fluxOverlap" + datatype: float + description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. + fits:tunit: + - name: r_deblend_fluxOverlapFraction + "@id": "#Object.r_deblend_fluxOverlapFraction" + datatype: float + description: Fraction of flux from neighbors / source flux in the deconvolved footprint. + fits:tunit: + - name: r_deblend_zeroFlux + "@id": "#Object.r_deblend_zeroFlux" + datatype: boolean + description: True when there was no flux attributed to this object after flux redistribution in the deblender. + fits:tunit: + - name: y_ap03Flux + "@id": "#Object.y_ap03Flux" + datatype: double + description: Flux within 3.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap03FluxErr + "@id": "#Object.y_ap03FluxErr" + datatype: double + description: Flux uncertainty within 3.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap03Flux_flag + "@id": "#Object.y_ap03Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_ap06Flux + "@id": "#Object.y_ap06Flux" + datatype: double + description: Flux within 6.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap06FluxErr + "@id": "#Object.y_ap06FluxErr" + datatype: double + description: Flux uncertainty within 6.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap06Flux_flag + "@id": "#Object.y_ap06Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_ap09Flux + "@id": "#Object.y_ap09Flux" + datatype: double + description: Flux within 9.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap09FluxErr + "@id": "#Object.y_ap09FluxErr" + datatype: double + description: Flux uncertainty within 9.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap09Flux_flag + "@id": "#Object.y_ap09Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_ap12Flux + "@id": "#Object.y_ap12Flux" + datatype: double + description: Flux within 12.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap12FluxErr + "@id": "#Object.y_ap12FluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap12Flux_flag + "@id": "#Object.y_ap12Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_ap17Flux + "@id": "#Object.y_ap17Flux" + datatype: double + description: Flux within 17.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap17FluxErr + "@id": "#Object.y_ap17FluxErr" + datatype: double + description: Flux uncertainty within 17.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap17Flux_flag + "@id": "#Object.y_ap17Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_ap25Flux + "@id": "#Object.y_ap25Flux" + datatype: double + description: Flux within 25.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap25FluxErr + "@id": "#Object.y_ap25FluxErr" + datatype: double + description: Flux uncertainty within 25.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap25Flux_flag + "@id": "#Object.y_ap25Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_ap35Flux + "@id": "#Object.y_ap35Flux" + datatype: double + description: Flux within 35.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap35FluxErr + "@id": "#Object.y_ap35FluxErr" + datatype: double + description: Flux uncertainty within 35.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap35Flux_flag + "@id": "#Object.y_ap35Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_ap50Flux + "@id": "#Object.y_ap50Flux" + datatype: double + description: Flux within 50.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap50FluxErr + "@id": "#Object.y_ap50FluxErr" + datatype: double + description: Flux uncertainty within 50.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap50Flux_flag + "@id": "#Object.y_ap50Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_ap70Flux + "@id": "#Object.y_ap70Flux" + datatype: double + description: Flux within 70.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap70FluxErr + "@id": "#Object.y_ap70FluxErr" + datatype: double + description: Flux uncertainty within 70.0-pixel aperture. Forced on y-band. + fits:tunit: nJy + - name: y_ap70Flux_flag + "@id": "#Object.y_ap70Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_apFlux_flag + "@id": "#Object.y_apFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on y-band. + fits:tunit: + - name: y_apFlux_flag_apertureTruncated + "@id": "#Object.y_apFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on y-band. + fits:tunit: + - name: y_apFlux_flag_sincCoeffsTruncated + "@id": "#Object.y_apFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on y-band. + fits:tunit: + - name: y_bdChi2 + "@id": "#Object.y_bdChi2" + datatype: double + description: -ln(likelihood) (chi^2) in cmodel fit. Measured on y-band. + fits:tunit: + - name: y_bdE1 + "@id": "#Object.y_bdE1" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on y-band. + fits:tunit: pixel**2 + - name: y_bdE2 + "@id": "#Object.y_bdE2" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on y-band. + fits:tunit: pixel**2 + - name: y_bdFluxB + "@id": "#Object.y_bdFluxB" + datatype: double + description: Flux from the de Vaucouleur fit. Measured on y-band. + fits:tunit: nJy + - name: y_bdFluxBErr + "@id": "#Object.y_bdFluxBErr" + datatype: double + description: Flux uncertainty from the de Vaucouleur fit. Measured on y-band. + fits:tunit: nJy + - name: y_bdFluxD + "@id": "#Object.y_bdFluxD" + datatype: double + description: Flux from the exponential fit. Measured on y-band. + fits:tunit: nJy + - name: y_bdFluxDErr + "@id": "#Object.y_bdFluxDErr" + datatype: double + description: Flux uncertainty from the exponential fit. Measured on y-band. + fits:tunit: nJy + - name: y_bdReB + "@id": "#Object.y_bdReB" + datatype: double + description: Half-light ellipse of the de Vaucouleur fit. Measured on y-band. + fits:tunit: pixel**2 + - name: y_bdReD + "@id": "#Object.y_bdReD" + datatype: double + description: Half-light ellipse of the exponential fit. Measured on y-band. + fits:tunit: pixel**2 + - name: y_blendedness + "@id": "#Object.y_blendedness" + datatype: double + description: Measure of how much the flux is affected by neighbors, (1 - child_flux/parent_flux). Operates on the absolute value of the pixels to try to obtain a de-noised value. See section 4.9.11 of Bosch et al. 2018, PASJ, 70, S5 for details. Measured on y-band. + fits:tunit: + - name: y_blendedness_flag + "@id": "#Object.y_blendedness_flag" + datatype: boolean + description: General Failure Flag. Measured on y-band. + fits:tunit: + - name: y_cModelFlux + "@id": "#Object.y_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Forced on y-band. + fits:tunit: nJy + - name: y_cModelFluxErr + "@id": "#Object.y_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Forced on y-band. + fits:tunit: nJy + - name: y_cModelFlux_inner + "@id": "#Object.y_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Forced on y-band. + fits:tunit: nJy + - name: y_cModel_flag + "@id": "#Object.y_cModel_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Forced on y-band. + fits:tunit: + - name: y_cModel_flag_apCorr + "@id": "#Object.y_cModel_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct modelfit_CModel. Forced on y-band. + fits:tunit: + - name: y_calibFlux + "@id": "#Object.y_calibFlux" + datatype: double + description: Flux within 12.0-pixel aperture. Measured on y-band. + fits:tunit: nJy + - name: y_calibFluxErr + "@id": "#Object.y_calibFluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Measured on y-band. + fits:tunit: nJy + - name: y_calibFlux_flag + "@id": "#Object.y_calibFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on y-band. + fits:tunit: + - name: y_calibFlux_flag_apertureTruncated + "@id": "#Object.y_calibFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on y-band. + fits:tunit: + - name: y_calibFlux_flag_sincCoeffsTruncated + "@id": "#Object.y_calibFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on y-band. + fits:tunit: + - name: y_calib_astrometry_used + "@id": "#Object.y_calib_astrometry_used" + datatype: boolean + description: Propagated from sources. Measured on y-band. + fits:tunit: + - name: y_calib_photometry_reserved + "@id": "#Object.y_calib_photometry_reserved" + datatype: boolean + description: Propagated from sources. Measured on y-band. + fits:tunit: + - name: y_calib_photometry_used + "@id": "#Object.y_calib_photometry_used" + datatype: boolean + description: Propagated from sources. Measured on y-band. + fits:tunit: + - name: y_calib_psf_candidate + "@id": "#Object.y_calib_psf_candidate" + datatype: boolean + description: Propagated from sources. Measured on y-band. + fits:tunit: + - name: y_calib_psf_reserved + "@id": "#Object.y_calib_psf_reserved" + datatype: boolean + description: Propagated from sources. Measured on y-band. + fits:tunit: + - name: y_calib_psf_used + "@id": "#Object.y_calib_psf_used" + datatype: boolean + description: Propagated from sources. Measured on y-band. + fits:tunit: + - name: y_centroid_flag + "@id": "#Object.y_centroid_flag" + datatype: boolean + description: General Failure Flag. Measured on y-band. + fits:tunit: + - name: y_centroid_x + "@id": "#Object.y_centroid_x" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on y-band. + fits:tunit: pixel + - name: y_centroid_xErr + "@id": "#Object.y_centroid_xErr" + datatype: float + description: 1-sigma uncertainty on x position. Measured on y-band. + fits:tunit: pixel + - name: y_centroid_y + "@id": "#Object.y_centroid_y" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on y-band. + fits:tunit: pixel + - name: y_centroid_yErr + "@id": "#Object.y_centroid_yErr" + datatype: float + description: 1-sigma uncertainty on y position. Measured on y-band. + fits:tunit: pixel + - name: y_dec + "@id": "#Object.y_dec" + datatype: double + description: Position in declination, measured on y-band. + fits:tunit: deg + - name: y_decErr + "@id": "#Object.y_decErr" + datatype: float + description: Error in declination, measured on y-band. + fits:tunit: deg + - name: y_decl + "@id": "#Object.y_decl" + datatype: double + description: Deprecated duplicate of y_dec. + fits:tunit: deg + ivoa:ucd: pos.eq.dec + - name: y_extendedness + "@id": "#Object.y_extendedness" + datatype: double + description: Set to 1 for extended sources, 0 for point sources. Measured on y-band. + fits:tunit: + - name: y_extendedness_flag + "@id": "#Object.y_extendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on y-band. + fits:tunit: + - name: y_sizeExtendedness + "@id": "#Object.y_sizeExtendedness" + datatype: double + description: Moments-based measure of an object to be a galaxy. Measured on y-band. + fits:tunit: + - name: y_sizeExtendedness_flag + "@id": "#Object.y_sizeExtendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on y-band. + fits:tunit: + - name: y_free_cModelFlux + "@id": "#Object.y_free_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Measured on y-band. + fits:tunit: nJy + - name: y_free_cModelFluxErr + "@id": "#Object.y_free_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Measured on y-band. + fits:tunit: nJy + - name: y_free_cModelFlux_flag + "@id": "#Object.y_free_cModelFlux_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Measured on y-band. + fits:tunit: + - name: y_free_cModelFlux_inner + "@id": "#Object.y_free_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Measured on y-band. + fits:tunit: nJy + - name: y_free_psfFlux + "@id": "#Object.y_free_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Measured on y-band. + fits:tunit: nJy + - name: y_free_psfFluxErr + "@id": "#Object.y_free_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Measured on y-band. + fits:tunit: nJy + - name: y_free_psfFlux_flag + "@id": "#Object.y_free_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on y-band. + fits:tunit: + - name: y_fwhm + "@id": "#Object.y_fwhm" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_gaap0p7FluxErr + "@id": "#Object.y_gaap0p7FluxErr" + datatype: double + description: GAaP Flux uncertainty with 0.7 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap1p0FluxErr + "@id": "#Object.y_gaap1p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.0 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap1p5FluxErr + "@id": "#Object.y_gaap1p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.5 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap2p5FluxErr + "@id": "#Object.y_gaap2p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 2.5 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap3p0FluxErr + "@id": "#Object.y_gaap3p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 3.0 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaapOptimalFluxErr + "@id": "#Object.y_gaapOptimalFluxErr" + datatype: double + description: GAaP Flux uncertainty with optimal aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaapPsfFluxErr + "@id": "#Object.y_gaapPsfFluxErr" + datatype: double + description: GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaapPsfFlux + "@id": "#Object.y_gaapPsfFlux" + datatype: double + description: GAaP Flux with PSF aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaapOptimalFlux + "@id": "#Object.y_gaapOptimalFlux" + datatype: double + description: GAaP Flux with optimal aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaapOptimalFlux_flag_bigPsf + "@id": "#Object.y_gaapOptimalFlux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on y-band. + fits:tunit: + - name: y_gaap0p7Flux + "@id": "#Object.y_gaap0p7Flux" + datatype: double + description: GAaP Flux with 0.7 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap0p7Flux_flag_bigPsf + "@id": "#Object.y_gaap0p7Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on y-band. + fits:tunit: + - name: y_gaap1p0Flux + "@id": "#Object.y_gaap1p0Flux" + datatype: double + description: GAaP Flux with 1.0 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap1p0Flux_flag_bigPsf + "@id": "#Object.y_gaap1p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on y-band. + fits:tunit: + - name: y_gaap1p5Flux + "@id": "#Object.y_gaap1p5Flux" + datatype: double + description: GAaP Flux with 1.5 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap1p5Flux_flag_bigPsf + "@id": "#Object.y_gaap1p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on y-band. + fits:tunit: + - name: y_gaap2p5Flux + "@id": "#Object.y_gaap2p5Flux" + datatype: double + description: GAaP Flux with 2.5 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap2p5Flux_flag_bigPsf + "@id": "#Object.y_gaap2p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on y-band. + fits:tunit: + - name: y_gaap3p0Flux + "@id": "#Object.y_gaap3p0Flux" + datatype: double + description: GAaP Flux with 3.0 aperture after multiplying the seeing by 1.15. Forced on y-band. + fits:tunit: nJy + - name: y_gaap3p0Flux_flag_bigPsf + "@id": "#Object.y_gaap3p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on y-band. + fits:tunit: + - name: y_gaapFlux_flag + "@id": "#Object.y_gaapFlux_flag" + datatype: boolean + description: Set for any fatal failure. Forced on y-band. + fits:tunit: + - name: y_gaapFlux_flag_edge + "@id": "#Object.y_gaapFlux_flag_edge" + datatype: boolean + description: Source is too close to the edge. Forced on y-band. + fits:tunit: + - name: y_gaapFlux_flag_gaussianization + "@id": "#Object.y_gaapFlux_flag_gaussianization" + datatype: boolean + description: PSF Gaussianization failed when trying to scale by this factor. Forced on y-band. + fits:tunit: + - name: y_hsmShapeRegauss_e1 + "@id": "#Object.y_hsmShapeRegauss_e1" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on y-band. + fits:tunit: + - name: y_hsmShapeRegauss_e2 + "@id": "#Object.y_hsmShapeRegauss_e2" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on y-band. + fits:tunit: + - name: y_hsmShapeRegauss_flag + "@id": "#Object.y_hsmShapeRegauss_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on y-band. + fits:tunit: + - name: y_hsmShapeRegauss_sigma + "@id": "#Object.y_hsmShapeRegauss_sigma" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on y-band. + fits:tunit: + - name: y_iDebiasedPSF_flag + "@id": "#Object.y_iDebiasedPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on y-band. + fits:tunit: + - name: y_iPSF_flag + "@id": "#Object.y_iPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on y-band. + fits:tunit: + - name: y_iRound_flag + "@id": "#Object.y_iRound_flag" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_i_flag + "@id": "#Object.y_i_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on y-band. + fits:tunit: + - name: y_inputCount + "@id": "#Object.y_inputCount" + datatype: int + description: Number of images contributing at center, not including anyclipping. Forced on y-band. + fits:tunit: + - name: y_inputCount_flag + "@id": "#Object.y_inputCount_flag" + datatype: boolean + description: Set for any fatal failure. Forced on y-band. + fits:tunit: + - name: y_inputCount_flag_noInputs + "@id": "#Object.y_inputCount_flag_noInputs" + datatype: boolean + description: No coadd inputs available. Forced on y-band. + fits:tunit: + - name: y_ixx + "@id": "#Object.y_ixx" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_ixxDebiasedPSF + "@id": "#Object.y_ixxDebiasedPSF" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_ixxPSF + "@id": "#Object.y_ixxPSF" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_ixxRound + "@id": "#Object.y_ixxRound" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_ixy + "@id": "#Object.y_ixy" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_ixyDebiasedPSF + "@id": "#Object.y_ixyDebiasedPSF" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_ixyPSF + "@id": "#Object.y_ixyPSF" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_ixyRound + "@id": "#Object.y_ixyRound" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_iyy + "@id": "#Object.y_iyy" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_iyyDebiasedPSF + "@id": "#Object.y_iyyDebiasedPSF" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_iyyPSF + "@id": "#Object.y_iyyPSF" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_iyyRound + "@id": "#Object.y_iyyRound" + datatype: double + description: HSM moments. Measured on y-band. + fits:tunit: pixel**2 + - name: y_hsm_moments_30 + "@id": "#Object.y_hsm_moments_30" + datatype: double + description: HSM higher order moments 30. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_30 + "@id": "#Object.y_hsm_momentsPsf_30" + datatype: double + description: HSM higher order PSF moments 30. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_21 + "@id": "#Object.y_hsm_moments_21" + datatype: double + description: HSM higher order moments 21. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_21 + "@id": "#Object.y_hsm_momentsPsf_21" + datatype: double + description: HSM higher order PSF moments 21. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_12 + "@id": "#Object.y_hsm_moments_12" + datatype: double + description: HSM higher order moments 12. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_12 + "@id": "#Object.y_hsm_momentsPsf_12" + datatype: double + description: HSM higher order PSF moments 12. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_03 + "@id": "#Object.y_hsm_moments_03" + datatype: double + description: HSM higher order moments 03. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_03 + "@id": "#Object.y_hsm_momentsPsf_03" + datatype: double + description: HSM higher order PSF moments 03. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_40 + "@id": "#Object.y_hsm_moments_40" + datatype: double + description: HSM higher order moments 40. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_40 + "@id": "#Object.y_hsm_momentsPsf_40" + datatype: double + description: HSM higher order PSF moments 40. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_31 + "@id": "#Object.y_hsm_moments_31" + datatype: double + description: HSM higher order moments 31. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_31 + "@id": "#Object.y_hsm_momentsPsf_31" + datatype: double + description: HSM higher order PSF moments 31. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_22 + "@id": "#Object.y_hsm_moments_22" + datatype: double + description: HSM higher order moments 22. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_22 + "@id": "#Object.y_hsm_momentsPsf_22" + datatype: double + description: HSM higher order PSF moments 22. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_13 + "@id": "#Object.y_hsm_moments_13" + datatype: double + description: HSM higher order moments 13. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_13 + "@id": "#Object.y_hsm_momentsPsf_13" + datatype: double + description: HSM higher order PSF moments 13. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_04 + "@id": "#Object.y_hsm_moments_04" + datatype: double + description: HSM higher order moments 04. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_04 + "@id": "#Object.y_hsm_momentsPsf_04" + datatype: double + description: HSM higher order PSF moments 04. Measured on y-band. + fits:tunit: + - name: y_hsm_moments_flag + "@id": "#Object.y_hsm_moments_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with y_i_flag. Measured on y-band. + fits:tunit: + - name: y_hsm_momentsPsf_flag + "@id": "#Object.y_hsm_momentsPsf_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with y_iPSF_flag. Measured on y-band. + fits:tunit: + - name: y_kronFlux + "@id": "#Object.y_kronFlux" + datatype: double + description: Flux from Kron Flux algorithm. Measured on y-band. + fits:tunit: nJy + - name: y_kronFluxErr + "@id": "#Object.y_kronFluxErr" + datatype: double + description: Flux uncertainty from Kron Flux algorithm. Measured on y-band. + fits:tunit: nJy + - name: y_kronFlux_flag + "@id": "#Object.y_kronFlux_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_bad_radius + "@id": "#Object.y_kronFlux_flag_bad_radius" + datatype: boolean + description: Bad Kron radius. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_bad_shape + "@id": "#Object.y_kronFlux_flag_bad_shape" + datatype: boolean + description: Shape for measuring Kron radius is bad; used PSF shape. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_bad_shape_no_psf + "@id": "#Object.y_kronFlux_flag_bad_shape_no_psf" + datatype: boolean + description: Bad shape and no PSF. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_edge + "@id": "#Object.y_kronFlux_flag_edge" + datatype: boolean + description: Bad measurement due to image edge. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_no_fallback_radius + "@id": "#Object.y_kronFlux_flag_no_fallback_radius" + datatype: boolean + description: No minimum radius and no PSF provided. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_no_minimum_radius + "@id": "#Object.y_kronFlux_flag_no_minimum_radius" + datatype: boolean + description: Minimum radius could not enforced, no minimum value or PSF. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_small_radius + "@id": "#Object.y_kronFlux_flag_small_radius" + datatype: boolean + description: Measured Kron radius was smaller than that of the PSF. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_used_minimum_radius + "@id": "#Object.y_kronFlux_flag_used_minimum_radius" + datatype: boolean + description: Used the minimum radius for the Kron aperture. Measured on y-band. + fits:tunit: + - name: y_kronFlux_flag_used_psf_radius + "@id": "#Object.y_kronFlux_flag_used_psf_radius" + datatype: boolean + description: Used the PSF Kron radius for the Kron aperture. Measured on y-band. + fits:tunit: + - name: y_kronRad + "@id": "#Object.y_kronRad" + datatype: float + description: Kron radius (sqrt(a*b)). Measured on y-band. + fits:tunit: + - name: y_pixelFlags_bad + "@id": "#Object.y_pixelFlags_bad" + datatype: boolean + description: Bad pixel in the Source footprint. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_clipped + "@id": "#Object.y_pixelFlags_clipped" + datatype: boolean + description: Source footprint includes CLIPPED pixels. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_clippedCenter + "@id": "#Object.y_pixelFlags_clippedCenter" + datatype: boolean + description: Source center is close to CLIPPED pixels. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_cr + "@id": "#Object.y_pixelFlags_cr" + datatype: boolean + description: Cosmic ray in the Source footprint. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_crCenter + "@id": "#Object.y_pixelFlags_crCenter" + datatype: boolean + description: Cosmic ray in the Source center. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_edge + "@id": "#Object.y_pixelFlags_edge" + datatype: boolean + description: Source is outside usable exposure region (masked EDGE or NO_DATA). Measured on y-band. + fits:tunit: + - name: y_pixelFlags_inexact_psf + "@id": "#Object.y_pixelFlags_inexact_psf" + datatype: boolean + description: Source footprint includes INEXACT_PSF pixels. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_inexact_psfCenter + "@id": "#Object.y_pixelFlags_inexact_psfCenter" + datatype: boolean + description: Source center is close to INEXACT_PSF pixels. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_interpolated + "@id": "#Object.y_pixelFlags_interpolated" + datatype: boolean + description: Interpolated pixel in the Source footprint. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_interpolatedCenter + "@id": "#Object.y_pixelFlags_interpolatedCenter" + datatype: boolean + description: Interpolated pixel in the Source center. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_offimage + "@id": "#Object.y_pixelFlags_offimage" + datatype: boolean + description: Source center is off image. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_saturated + "@id": "#Object.y_pixelFlags_saturated" + datatype: boolean + description: Saturated pixel in the Source footprint. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_saturatedCenter + "@id": "#Object.y_pixelFlags_saturatedCenter" + datatype: boolean + description: Saturated pixel in the Source center. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_sensor_edge + "@id": "#Object.y_pixelFlags_sensor_edge" + datatype: boolean + description: Source footprint includes SENSOR_EDGE pixels. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_sensor_edgeCenter + "@id": "#Object.y_pixelFlags_sensor_edgeCenter" + datatype: boolean + description: Source center is close to SENSOR_EDGE pixels. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_suspect + "@id": "#Object.y_pixelFlags_suspect" + datatype: boolean + description: Sources footprint includes suspect pixels. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_suspectCenter + "@id": "#Object.y_pixelFlags_suspectCenter" + datatype: boolean + description: Sources center is close to suspect pixels. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_streak + "@id": "#Object.y_pixelFlags_streak" + datatype: boolean + description: Streak in the Source footprint. Measured on y-band. + fits:tunit: + - name: y_pixelFlags_streakCenter + "@id": "#Object.y_pixelFlags_streakCenter" + datatype: boolean + description: Streak in the Source center. Measured on y-band. + fits:tunit: + - name: y_invalidPsfFlag + "@id": "#Object.y_invalidPsfFlag" + datatype: boolean + description: This object has an invalid PSF (usually no inputs). Measured on y-band. + fits:tunit: + - name: y_psfFlux + "@id": "#Object.y_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Forced on y-band. + fits:tunit: nJy + - name: y_psfFluxErr + "@id": "#Object.y_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Forced on y-band. + fits:tunit: nJy + - name: y_psfFlux_area + "@id": "#Object.y_psfFlux_area" + datatype: float + description: Effective area of PSF. Forced on y-band. + fits:tunit: pixel + - name: y_psfFlux_flag + "@id": "#Object.y_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Forced on y-band. + fits:tunit: + - name: y_psfFlux_flag_apCorr + "@id": "#Object.y_psfFlux_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct base_PsfFlux. Forced on y-band. + fits:tunit: + - name: y_psfFlux_flag_edge + "@id": "#Object.y_psfFlux_flag_edge" + datatype: boolean + description: Object was too close to the edge of the image to use the full PSF model. Forced on y-band. + fits:tunit: + - name: y_psfFlux_flag_noGoodPixels + "@id": "#Object.y_psfFlux_flag_noGoodPixels" + datatype: boolean + description: Not enough non-rejected pixels in data to attempt the fit. Forced on y-band. + fits:tunit: + - name: y_ra + "@id": "#Object.y_ra" + datatype: double + description: Position in right ascension, measured on y-band. + fits:tunit: deg + - name: y_raErr + "@id": "#Object.y_raErr" + datatype: float + description: Error in right ascension, measured on y-band. + fits:tunit: deg + - name: y_ra_dec_Cov + "@id": "#Object.y_ra_dec_Cov" + datatype: float + description: Covariance between right ascension and declination, measured on y-band. + fits:tunit: deg**2 + - name: y_deblend_dataCoverage + "@id": "#Object.y_deblend_dataCoverage" + datatype: float + description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the y-band. + fits:tunit: + - name: y_deblend_blendedness + "@id": "#Object.y_deblend_blendedness" + datatype: float + description: Blendedness in the deconvolved scarlet space + fits:tunit: + - name: y_deblend_fluxOverlap + "@id": "#Object.y_deblend_fluxOverlap" + datatype: float + description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. + fits:tunit: + - name: y_deblend_fluxOverlapFraction + "@id": "#Object.y_deblend_fluxOverlapFraction" + datatype: float + description: Fraction of flux from neighbors / source flux in the deconvolved footprint. + fits:tunit: + - name: y_deblend_zeroFlux + "@id": "#Object.y_deblend_zeroFlux" + datatype: boolean + description: True when there was no flux attributed to this object after flux redistribution in the deblender. + fits:tunit: + - name: z_ap03Flux + "@id": "#Object.z_ap03Flux" + datatype: double + description: Flux within 3.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap03FluxErr + "@id": "#Object.z_ap03FluxErr" + datatype: double + description: Flux uncertainty within 3.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap03Flux_flag + "@id": "#Object.z_ap03Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_ap06Flux + "@id": "#Object.z_ap06Flux" + datatype: double + description: Flux within 6.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap06FluxErr + "@id": "#Object.z_ap06FluxErr" + datatype: double + description: Flux uncertainty within 6.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap06Flux_flag + "@id": "#Object.z_ap06Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_ap09Flux + "@id": "#Object.z_ap09Flux" + datatype: double + description: Flux within 9.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap09FluxErr + "@id": "#Object.z_ap09FluxErr" + datatype: double + description: Flux uncertainty within 9.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap09Flux_flag + "@id": "#Object.z_ap09Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_ap12Flux + "@id": "#Object.z_ap12Flux" + datatype: double + description: Flux within 12.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap12FluxErr + "@id": "#Object.z_ap12FluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap12Flux_flag + "@id": "#Object.z_ap12Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_ap17Flux + "@id": "#Object.z_ap17Flux" + datatype: double + description: Flux within 17.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap17FluxErr + "@id": "#Object.z_ap17FluxErr" + datatype: double + description: Flux uncertainty within 17.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap17Flux_flag + "@id": "#Object.z_ap17Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_ap25Flux + "@id": "#Object.z_ap25Flux" + datatype: double + description: Flux within 25.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap25FluxErr + "@id": "#Object.z_ap25FluxErr" + datatype: double + description: Flux uncertainty within 25.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap25Flux_flag + "@id": "#Object.z_ap25Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_ap35Flux + "@id": "#Object.z_ap35Flux" + datatype: double + description: Flux within 35.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap35FluxErr + "@id": "#Object.z_ap35FluxErr" + datatype: double + description: Flux uncertainty within 35.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap35Flux_flag + "@id": "#Object.z_ap35Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_ap50Flux + "@id": "#Object.z_ap50Flux" + datatype: double + description: Flux within 50.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap50FluxErr + "@id": "#Object.z_ap50FluxErr" + datatype: double + description: Flux uncertainty within 50.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap50Flux_flag + "@id": "#Object.z_ap50Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_ap70Flux + "@id": "#Object.z_ap70Flux" + datatype: double + description: Flux within 70.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap70FluxErr + "@id": "#Object.z_ap70FluxErr" + datatype: double + description: Flux uncertainty within 70.0-pixel aperture. Forced on z-band. + fits:tunit: nJy + - name: z_ap70Flux_flag + "@id": "#Object.z_ap70Flux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_apFlux_flag + "@id": "#Object.z_apFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on z-band. + fits:tunit: + - name: z_apFlux_flag_apertureTruncated + "@id": "#Object.z_apFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on z-band. + fits:tunit: + - name: z_apFlux_flag_sincCoeffsTruncated + "@id": "#Object.z_apFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on z-band. + fits:tunit: + - name: z_bdChi2 + "@id": "#Object.z_bdChi2" + datatype: double + description: -ln(likelihood) (chi^2) in cmodel fit. Measured on z-band. + fits:tunit: + - name: z_bdE1 + "@id": "#Object.z_bdE1" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on z-band. + fits:tunit: pixel**2 + - name: z_bdE2 + "@id": "#Object.z_bdE2" + datatype: double + description: FracDev-weighted average of exp.ellipse and dev.ellipse. Measured on z-band. + fits:tunit: pixel**2 + - name: z_bdFluxB + "@id": "#Object.z_bdFluxB" + datatype: double + description: Flux from the de Vaucouleur fit. Measured on z-band. + fits:tunit: nJy + - name: z_bdFluxBErr + "@id": "#Object.z_bdFluxBErr" + datatype: double + description: Flux uncertainty from the de Vaucouleur fit. Measured on z-band. + fits:tunit: nJy + - name: z_bdFluxD + "@id": "#Object.z_bdFluxD" + datatype: double + description: Flux from the exponential fit. Measured on z-band. + fits:tunit: nJy + - name: z_bdFluxDErr + "@id": "#Object.z_bdFluxDErr" + datatype: double + description: Flux uncertainty from the exponential fit. Measured on z-band. + fits:tunit: nJy + - name: z_bdReB + "@id": "#Object.z_bdReB" + datatype: double + description: Half-light ellipse of the de Vaucouleur fit. Measured on z-band. + fits:tunit: pixel**2 + - name: z_bdReD + "@id": "#Object.z_bdReD" + datatype: double + description: Half-light ellipse of the exponential fit. Measured on z-band. + fits:tunit: pixel**2 + - name: z_blendedness + "@id": "#Object.z_blendedness" + datatype: double + description: Measure of how much the flux is affected by neighbors, (1 - child_flux/parent_flux). Operates on the absolute value of the pixels to try to obtain a de-noised value. See section 4.9.11 of Bosch et al. 2018, PASJ, 70, S5 for details. Measured on z-band. + fits:tunit: + - name: z_blendedness_flag + "@id": "#Object.z_blendedness_flag" + datatype: boolean + description: General Failure Flag. Measured on z-band. + fits:tunit: + - name: z_cModelFlux + "@id": "#Object.z_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Forced on z-band. + fits:tunit: nJy + - name: z_cModelFluxErr + "@id": "#Object.z_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Forced on z-band. + fits:tunit: nJy + - name: z_cModelFlux_inner + "@id": "#Object.z_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Forced on z-band. + fits:tunit: nJy + - name: z_cModel_flag + "@id": "#Object.z_cModel_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Forced on z-band. + fits:tunit: + - name: z_cModel_flag_apCorr + "@id": "#Object.z_cModel_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct modelfit_CModel. Forced on z-band. + fits:tunit: + - name: z_calibFlux + "@id": "#Object.z_calibFlux" + datatype: double + description: Flux within 12.0-pixel aperture. Measured on z-band. + fits:tunit: nJy + - name: z_calibFluxErr + "@id": "#Object.z_calibFluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture. Measured on z-band. + fits:tunit: nJy + - name: z_calibFlux_flag + "@id": "#Object.z_calibFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on z-band. + fits:tunit: + - name: z_calibFlux_flag_apertureTruncated + "@id": "#Object.z_calibFlux_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image. Measured on z-band. + fits:tunit: + - name: z_calibFlux_flag_sincCoeffsTruncated + "@id": "#Object.z_calibFlux_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image. Measured on z-band. + fits:tunit: + - name: z_calib_astrometry_used + "@id": "#Object.z_calib_astrometry_used" + datatype: boolean + description: Propagated from sources. Measured on z-band. + fits:tunit: + - name: z_calib_photometry_reserved + "@id": "#Object.z_calib_photometry_reserved" + datatype: boolean + description: Propagated from sources. Measured on z-band. + fits:tunit: + - name: z_calib_photometry_used + "@id": "#Object.z_calib_photometry_used" + datatype: boolean + description: Propagated from sources. Measured on z-band. + fits:tunit: + - name: z_calib_psf_candidate + "@id": "#Object.z_calib_psf_candidate" + datatype: boolean + description: Propagated from sources. Measured on z-band. + fits:tunit: + - name: z_calib_psf_reserved + "@id": "#Object.z_calib_psf_reserved" + datatype: boolean + description: Propagated from sources. Measured on z-band. + fits:tunit: + - name: z_calib_psf_used + "@id": "#Object.z_calib_psf_used" + datatype: boolean + description: Propagated from sources. Measured on z-band. + fits:tunit: + - name: z_centroid_flag + "@id": "#Object.z_centroid_flag" + datatype: boolean + description: General Failure Flag. Measured on z-band. + fits:tunit: + - name: z_centroid_x + "@id": "#Object.z_centroid_x" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on z-band. + fits:tunit: pixel + - name: z_centroid_xErr + "@id": "#Object.z_centroid_xErr" + datatype: float + description: 1-sigma uncertainty on x position. Measured on z-band. + fits:tunit: pixel + - name: z_centroid_y + "@id": "#Object.z_centroid_y" + datatype: double + description: Centroid from Sdss Centroid algorithm. Measured on z-band. + fits:tunit: pixel + - name: z_centroid_yErr + "@id": "#Object.z_centroid_yErr" + datatype: float + description: 1-sigma uncertainty on y position. Measured on z-band. + fits:tunit: pixel + - name: z_dec + "@id": "#Object.z_dec" + datatype: double + description: Position in declination, measured on z-band. + fits:tunit: deg + - name: z_decErr + "@id": "#Object.z_decErr" + datatype: float + description: Error in declination, measured on z-band. + fits:tunit: deg + - name: z_decl + "@id": "#Object.z_decl" + datatype: double + description: Deprecated duplicate of z_dec. + fits:tunit: deg + ivoa:ucd: pos.eq.dec + - name: z_extendedness + "@id": "#Object.z_extendedness" + datatype: double + description: Set to 1 for extended sources, 0 for point sources. Measured on z-band. + fits:tunit: + - name: z_extendedness_flag + "@id": "#Object.z_extendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on z-band. + fits:tunit: + - name: z_sizeExtendedness + "@id": "#Object.z_sizeExtendedness" + datatype: double + description: Moments-based measure of an object to be a galaxy. Measured on z-band. + fits:tunit: + - name: z_sizeExtendedness_flag + "@id": "#Object.z_sizeExtendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. Measured on z-band. + fits:tunit: + - name: z_free_cModelFlux + "@id": "#Object.z_free_cModelFlux" + datatype: double + description: Flux from the final cmodel fit. Measured on z-band. + fits:tunit: nJy + - name: z_free_cModelFluxErr + "@id": "#Object.z_free_cModelFluxErr" + datatype: double + description: Flux uncertainty from the final cmodel fit. Measured on z-band. + fits:tunit: nJy + - name: z_free_cModelFlux_flag + "@id": "#Object.z_free_cModelFlux_flag" + datatype: boolean + description: Flag set if the final cmodel fit (or any previous fit) failed. Measured on z-band. + fits:tunit: + - name: z_free_cModelFlux_inner + "@id": "#Object.z_free_cModelFlux_inner" + datatype: double + description: Flux within the fit region, with no extrapolation. Measured on z-band. + fits:tunit: nJy + - name: z_free_psfFlux + "@id": "#Object.z_free_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Measured on z-band. + fits:tunit: nJy + - name: z_free_psfFluxErr + "@id": "#Object.z_free_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Measured on z-band. + fits:tunit: nJy + - name: z_free_psfFlux_flag + "@id": "#Object.z_free_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Measured on z-band. + fits:tunit: + - name: z_fwhm + "@id": "#Object.z_fwhm" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_gaap0p7FluxErr + "@id": "#Object.z_gaap0p7FluxErr" + datatype: double + description: GAaP Flux uncertainty with 0.7 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap1p0FluxErr + "@id": "#Object.z_gaap1p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.0 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap1p5FluxErr + "@id": "#Object.z_gaap1p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 1.5 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap2p5FluxErr + "@id": "#Object.z_gaap2p5FluxErr" + datatype: double + description: GAaP Flux uncertainty with 2.5 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap3p0FluxErr + "@id": "#Object.z_gaap3p0FluxErr" + datatype: double + description: GAaP Flux uncertainty with 3.0 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaapOptimalFluxErr + "@id": "#Object.z_gaapOptimalFluxErr" + datatype: double + description: GAaP Flux uncertainty with optimal aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaapPsfFluxErr + "@id": "#Object.z_gaapPsfFluxErr" + datatype: double + description: GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaapPsfFlux + "@id": "#Object.z_gaapPsfFlux" + datatype: double + description: GAaP Flux with PSF aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaapOptimalFlux + "@id": "#Object.z_gaapOptimalFlux" + datatype: double + description: GAaP Flux with optimal aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaapOptimalFlux_flag_bigPsf + "@id": "#Object.z_gaapOptimalFlux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on z-band. + fits:tunit: + - name: z_gaap0p7Flux + "@id": "#Object.z_gaap0p7Flux" + datatype: double + description: GAaP Flux with 0.7 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap0p7Flux_flag_bigPsf + "@id": "#Object.z_gaap0p7Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on z-band. + fits:tunit: + - name: z_gaap1p0Flux + "@id": "#Object.z_gaap1p0Flux" + datatype: double + description: GAaP Flux with 1.0 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap1p0Flux_flag_bigPsf + "@id": "#Object.z_gaap1p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on z-band. + fits:tunit: + - name: z_gaap1p5Flux + "@id": "#Object.z_gaap1p5Flux" + datatype: double + description: GAaP Flux with 1.5 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap1p5Flux_flag_bigPsf + "@id": "#Object.z_gaap1p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on z-band. + fits:tunit: + - name: z_gaap2p5Flux + "@id": "#Object.z_gaap2p5Flux" + datatype: double + description: GAaP Flux with 2.5 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap2p5Flux_flag_bigPsf + "@id": "#Object.z_gaap2p5Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on z-band. + fits:tunit: + - name: z_gaap3p0Flux + "@id": "#Object.z_gaap3p0Flux" + datatype: double + description: GAaP Flux with 3.0 aperture after multiplying the seeing by 1.15. Forced on z-band. + fits:tunit: nJy + - name: z_gaap3p0Flux_flag_bigPsf + "@id": "#Object.z_gaap3p0Flux_flag_bigPsf" + datatype: boolean + description: The Gaussianized PSF is bigger than the aperture. Forced on z-band. + fits:tunit: + - name: z_gaapFlux_flag + "@id": "#Object.z_gaapFlux_flag" + datatype: boolean + description: Set for any fatal failure. Forced on z-band. + fits:tunit: + - name: z_gaapFlux_flag_edge + "@id": "#Object.z_gaapFlux_flag_edge" + datatype: boolean + description: Source is too close to the edge. Forced on z-band. + fits:tunit: + - name: z_gaapFlux_flag_gaussianization + "@id": "#Object.z_gaapFlux_flag_gaussianization" + datatype: boolean + description: PSF Gaussianization failed when trying to scale by this factor. Forced on z-band. + fits:tunit: + - name: z_hsmShapeRegauss_e1 + "@id": "#Object.z_hsmShapeRegauss_e1" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on z-band. + fits:tunit: + - name: z_hsmShapeRegauss_e2 + "@id": "#Object.z_hsmShapeRegauss_e2" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on z-band. + fits:tunit: + - name: z_hsmShapeRegauss_flag + "@id": "#Object.z_hsmShapeRegauss_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on z-band. + fits:tunit: + - name: z_hsmShapeRegauss_sigma + "@id": "#Object.z_hsmShapeRegauss_sigma" + datatype: double + description: PSF-corrected shear using Hirata & Seljak (2003) regaussianization. Measured on z-band. + fits:tunit: + - name: z_iDebiasedPSF_flag + "@id": "#Object.z_iDebiasedPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on z-band. + fits:tunit: + - name: z_iPSF_flag + "@id": "#Object.z_iPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on z-band. + fits:tunit: + - name: z_iRound_flag + "@id": "#Object.z_iRound_flag" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_i_flag + "@id": "#Object.z_i_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on z-band. + fits:tunit: + - name: z_inputCount + "@id": "#Object.z_inputCount" + datatype: int + description: Number of images contributing at center, not including anyclipping. Forced on z-band. + fits:tunit: + - name: z_inputCount_flag + "@id": "#Object.z_inputCount_flag" + datatype: boolean + description: Set for any fatal failure. Forced on z-band. + fits:tunit: + - name: z_inputCount_flag_noInputs + "@id": "#Object.z_inputCount_flag_noInputs" + datatype: boolean + description: No coadd inputs available. Forced on z-band. + fits:tunit: + - name: z_ixx + "@id": "#Object.z_ixx" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_ixxDebiasedPSF + "@id": "#Object.z_ixxDebiasedPSF" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_ixxPSF + "@id": "#Object.z_ixxPSF" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_ixxRound + "@id": "#Object.z_ixxRound" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_ixy + "@id": "#Object.z_ixy" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_ixyDebiasedPSF + "@id": "#Object.z_ixyDebiasedPSF" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_ixyPSF + "@id": "#Object.z_ixyPSF" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_ixyRound + "@id": "#Object.z_ixyRound" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_iyy + "@id": "#Object.z_iyy" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_iyyDebiasedPSF + "@id": "#Object.z_iyyDebiasedPSF" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_iyyPSF + "@id": "#Object.z_iyyPSF" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_iyyRound + "@id": "#Object.z_iyyRound" + datatype: double + description: HSM moments. Measured on z-band. + fits:tunit: pixel**2 + - name: z_hsm_moments_30 + "@id": "#Object.z_hsm_moments_30" + datatype: double + description: HSM higher order moments 30. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_30 + "@id": "#Object.z_hsm_momentsPsf_30" + datatype: double + description: HSM higher order PSF moments 30. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_21 + "@id": "#Object.z_hsm_moments_21" + datatype: double + description: HSM higher order moments 21. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_21 + "@id": "#Object.z_hsm_momentsPsf_21" + datatype: double + description: HSM higher order PSF moments 21. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_12 + "@id": "#Object.z_hsm_moments_12" + datatype: double + description: HSM higher order moments 12. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_12 + "@id": "#Object.z_hsm_momentsPsf_12" + datatype: double + description: HSM higher order PSF moments 12. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_03 + "@id": "#Object.z_hsm_moments_03" + datatype: double + description: HSM higher order moments 03. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_03 + "@id": "#Object.z_hsm_momentsPsf_03" + datatype: double + description: HSM higher order PSF moments 03. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_40 + "@id": "#Object.z_hsm_moments_40" + datatype: double + description: HSM higher order moments 40. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_40 + "@id": "#Object.z_hsm_momentsPsf_40" + datatype: double + description: HSM higher order PSF moments 40. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_31 + "@id": "#Object.z_hsm_moments_31" + datatype: double + description: HSM higher order moments 31. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_31 + "@id": "#Object.z_hsm_momentsPsf_31" + datatype: double + description: HSM higher order PSF moments 31. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_22 + "@id": "#Object.z_hsm_moments_22" + datatype: double + description: HSM higher order moments 22. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_22 + "@id": "#Object.z_hsm_momentsPsf_22" + datatype: double + description: HSM higher order PSF moments 22. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_13 + "@id": "#Object.z_hsm_moments_13" + datatype: double + description: HSM higher order moments 13. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_13 + "@id": "#Object.z_hsm_momentsPsf_13" + datatype: double + description: HSM higher order PSF moments 13. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_04 + "@id": "#Object.z_hsm_moments_04" + datatype: double + description: HSM higher order moments 04. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_04 + "@id": "#Object.z_hsm_momentsPsf_04" + datatype: double + description: HSM higher order PSF moments 04. Measured on z-band. + fits:tunit: + - name: z_hsm_moments_flag + "@id": "#Object.z_hsm_moments_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with z_i_flag. Measured on z-band. + fits:tunit: + - name: z_hsm_momentsPsf_flag + "@id": "#Object.z_hsm_momentsPsf_flag" + datatype: boolean + description: General failure flag, to be used in conjunction with z_iPSF_flag. Measured on z-band. + fits:tunit: + - name: z_kronFlux + "@id": "#Object.z_kronFlux" + datatype: double + description: Flux from Kron Flux algorithm. Measured on z-band. + fits:tunit: nJy + - name: z_kronFluxErr + "@id": "#Object.z_kronFluxErr" + datatype: double + description: Flux uncertainty from Kron Flux algorithm. Measured on z-band. + fits:tunit: nJy + - name: z_kronFlux_flag + "@id": "#Object.z_kronFlux_flag" + datatype: boolean + description: General failure flag, set if anything went wrong. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_bad_radius + "@id": "#Object.z_kronFlux_flag_bad_radius" + datatype: boolean + description: Bad Kron radius. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_bad_shape + "@id": "#Object.z_kronFlux_flag_bad_shape" + datatype: boolean + description: Shape for measuring Kron radius is bad; used PSF shape. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_bad_shape_no_psf + "@id": "#Object.z_kronFlux_flag_bad_shape_no_psf" + datatype: boolean + description: Bad shape and no PSF. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_edge + "@id": "#Object.z_kronFlux_flag_edge" + datatype: boolean + description: Bad measurement due to image edge. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_no_fallback_radius + "@id": "#Object.z_kronFlux_flag_no_fallback_radius" + datatype: boolean + description: No minimum radius and no PSF provided. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_no_minimum_radius + "@id": "#Object.z_kronFlux_flag_no_minimum_radius" + datatype: boolean + description: Minimum radius could not enforced, no minimum value or PSF. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_small_radius + "@id": "#Object.z_kronFlux_flag_small_radius" + datatype: boolean + description: Measured Kron radius was smaller than that of the PSF. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_used_minimum_radius + "@id": "#Object.z_kronFlux_flag_used_minimum_radius" + datatype: boolean + description: Used the minimum radius for the Kron aperture. Measured on z-band. + fits:tunit: + - name: z_kronFlux_flag_used_psf_radius + "@id": "#Object.z_kronFlux_flag_used_psf_radius" + datatype: boolean + description: Used the PSF Kron radius for the Kron aperture. Measured on z-band. + fits:tunit: + - name: z_kronRad + "@id": "#Object.z_kronRad" + datatype: float + description: Kron radius (sqrt(a*b)). Measured on z-band. + fits:tunit: + - name: z_pixelFlags_bad + "@id": "#Object.z_pixelFlags_bad" + datatype: boolean + description: Bad pixel in the Source footprint. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_clipped + "@id": "#Object.z_pixelFlags_clipped" + datatype: boolean + description: Source footprint includes CLIPPED pixels. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_clippedCenter + "@id": "#Object.z_pixelFlags_clippedCenter" + datatype: boolean + description: Source center is close to CLIPPED pixels. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_cr + "@id": "#Object.z_pixelFlags_cr" + datatype: boolean + description: Cosmic ray in the Source footprint. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_crCenter + "@id": "#Object.z_pixelFlags_crCenter" + datatype: boolean + description: Cosmic ray in the Source center. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_edge + "@id": "#Object.z_pixelFlags_edge" + datatype: boolean + description: Source is outside usable exposure region (masked EDGE or NO_DATA). Measured on z-band. + fits:tunit: + - name: z_pixelFlags_inexact_psf + "@id": "#Object.z_pixelFlags_inexact_psf" + datatype: boolean + description: Source footprint includes INEXACT_PSF pixels. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_inexact_psfCenter + "@id": "#Object.z_pixelFlags_inexact_psfCenter" + datatype: boolean + description: Source center is close to INEXACT_PSF pixels. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_interpolated + "@id": "#Object.z_pixelFlags_interpolated" + datatype: boolean + description: Interpolated pixel in the Source footprint. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_interpolatedCenter + "@id": "#Object.z_pixelFlags_interpolatedCenter" + datatype: boolean + description: Interpolated pixel in the Source center. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_offimage + "@id": "#Object.z_pixelFlags_offimage" + datatype: boolean + description: Source center is off image. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_saturated + "@id": "#Object.z_pixelFlags_saturated" + datatype: boolean + description: Saturated pixel in the Source footprint. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_saturatedCenter + "@id": "#Object.z_pixelFlags_saturatedCenter" + datatype: boolean + description: Saturated pixel in the Source center. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_sensor_edge + "@id": "#Object.z_pixelFlags_sensor_edge" + datatype: boolean + description: Source footprint includes SENSOR_EDGE pixels. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_sensor_edgeCenter + "@id": "#Object.z_pixelFlags_sensor_edgeCenter" + datatype: boolean + description: Source center is close to SENSOR_EDGE pixels. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_suspect + "@id": "#Object.z_pixelFlags_suspect" + datatype: boolean + description: Sources footprint includes suspect pixels. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_suspectCenter + "@id": "#Object.z_pixelFlags_suspectCenter" + datatype: boolean + description: Sources center is close to suspect pixels. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_streak + "@id": "#Object.z_pixelFlags_streak" + datatype: boolean + description: Streak in the Source footprint. Measured on z-band. + fits:tunit: + - name: z_pixelFlags_streakCenter + "@id": "#Object.z_pixelFlags_streakCenter" + datatype: boolean + description: Streak in the Source center. Measured on z-band. + fits:tunit: + - name: z_invalidPsfFlag + "@id": "#Object.z_invalidPsfFlag" + datatype: boolean + description: This object has an invalid PSF (usually no inputs). Measured on z-band. + fits:tunit: + - name: z_psfFlux + "@id": "#Object.z_psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of PSF model. Forced on z-band. + fits:tunit: nJy + - name: z_psfFluxErr + "@id": "#Object.z_psfFluxErr" + datatype: double + description: Flux uncertainty derived from linear least-squares fit of PSF model. Forced on z-band. + fits:tunit: nJy + - name: z_psfFlux_area + "@id": "#Object.z_psfFlux_area" + datatype: float + description: Effective area of PSF. Forced on z-band. + fits:tunit: pixel + - name: z_psfFlux_flag + "@id": "#Object.z_psfFlux_flag" + datatype: boolean + description: General Failure Flag. Forced on z-band. + fits:tunit: + - name: z_psfFlux_flag_apCorr + "@id": "#Object.z_psfFlux_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct base_PsfFlux. Forced on z-band. + fits:tunit: + - name: z_psfFlux_flag_edge + "@id": "#Object.z_psfFlux_flag_edge" + datatype: boolean + description: Object was too close to the edge of the image to use the full PSF model. Forced on z-band. + fits:tunit: + - name: z_psfFlux_flag_noGoodPixels + "@id": "#Object.z_psfFlux_flag_noGoodPixels" + datatype: boolean + description: Not enough non-rejected pixels in data to attempt the fit. Forced on z-band. + fits:tunit: + - name: z_ra + "@id": "#Object.z_ra" + datatype: double + description: Position in right ascension, measured on z-band. + fits:tunit: deg + - name: z_raErr + "@id": "#Object.z_raErr" + datatype: float + description: Error in right ascension, measured on z-band. + fits:tunit: deg + - name: z_ra_dec_Cov + "@id": "#Object.z_ra_dec_Cov" + datatype: float + description: Covariance between right ascension and declination, measured on z-band. + fits:tunit: deg**2 + - name: z_deblend_dataCoverage + "@id": "#Object.z_deblend_dataCoverage" + datatype: float + description: Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the z-band. + fits:tunit: + - name: z_deblend_blendedness + "@id": "#Object.z_deblend_blendedness" + datatype: float + description: Blendedness in the deconvolved scarlet space + fits:tunit: + - name: z_deblend_fluxOverlap + "@id": "#Object.z_deblend_fluxOverlap" + datatype: float + description: The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. + fits:tunit: + - name: z_deblend_fluxOverlapFraction + "@id": "#Object.z_deblend_fluxOverlapFraction" + datatype: float + description: Fraction of flux from neighbors / source flux in the deconvolved footprint. + fits:tunit: + - name: z_deblend_zeroFlux + "@id": "#Object.z_deblend_zeroFlux" + datatype: boolean + description: True when there was no flux attributed to this object after flux redistribution in the deblender. + fits:tunit: + +- 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. Unique Source ID. Primary Key. + ivoa:ucd: meta.id;src + - name: coord_ra + "@id": "#Source.coord_ra" + datatype: double + description: Fiducial ICRS Right Ascension of centroid used for database indexing + fits:tunit: deg + - name: coord_dec + "@id": "#Source.coord_dec" + datatype: double + description: Fiducial ICRS Declination of centroid used for database indexing + fits:tunit: deg + - name: visit + "@id": "#Source.visit" + datatype: long + nullable: false + description: Id of the visit where this source was measured. + ivoa:ucd: meta.id;obs.image + - name: detector + "@id": "#Source.detector" + datatype: short + nullable: false + description: Id of the detector where this source was measured. + Datatype short instead of byte because of DB concerns about unsigned bytes. + ivoa:ucd: meta.id;obs.image + - name: parentSourceId + "@id": "#Source.parentSourceId" + datatype: long + description: Unique ID of parent source + fits:tunit: + - name: x + "@id": "#Source.x" + datatype: double + description: Centroid from Sdss Centroid algorithm + fits:tunit: pixel + - name: y + "@id": "#Source.y" + datatype: double + description: Centroid from Sdss Centroid algorithm + fits:tunit: pixel + - name: xErr + "@id": "#Source.xErr" + datatype: float + description: 1-sigma uncertainty on x position + fits:tunit: pixel + - name: yErr + "@id": "#Source.yErr" + datatype: float + description: 1-sigma uncertainty on y position + fits:tunit: pixel + - name: ra + "@id": "#Source.ra" + datatype: double + description: Position in right ascension. + fits:tunit: deg + - name: dec + "@id": "#Source.dec" + datatype: double + description: Position in declination. + fits:tunit: deg + - name: decl + "@id": "#Source.decl" + datatype: double + description: Deprecated duplicate of dec. + fits:tunit: deg + - name: raErr + "@id": "#Source.raErr" + datatype: float + description: Error in right ascension. + fits:tunit: deg + - name: decErr + "@id": "#Source.decErr" + datatype: float + description: Error in declination. + fits:tunit: deg + - name: ra_dec_Cov + "@id": "#Source.ra_dec_Cov" + datatype: float + description: Covariance between right ascension and declination. + fits:tunit: deg**2 + - name: calibFlux + "@id": "#Source.calibFlux" + datatype: double + description: Flux within 12.0-pixel aperture + fits:tunit: nJy + - name: calibFluxErr + "@id": "#Source.calibFluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture + fits:tunit: nJy + - name: ap03Flux + "@id": "#Source.ap03Flux" + datatype: double + description: Flux within 3.0-pixel aperture + fits:tunit: nJy + - name: ap03FluxErr + "@id": "#Source.ap03FluxErr" + datatype: double + description: Flux uncertainty within 3.0-pixel aperture + fits:tunit: nJy + - name: ap03Flux_flag + "@id": "#Source.ap03Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: ap06Flux + "@id": "#Source.ap06Flux" + datatype: double + description: Flux within 6.0-pixel aperture + fits:tunit: nJy + - name: ap06FluxErr + "@id": "#Source.ap06FluxErr" + datatype: double + description: Flux uncertainty within 6.0-pixel aperture + fits:tunit: nJy + - name: ap06Flux_flag + "@id": "#Source.ap06Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: ap09Flux + "@id": "#Source.ap09Flux" + datatype: double + description: Flux within 9.0-pixel aperture + fits:tunit: nJy + - name: ap09FluxErr + "@id": "#Source.ap09FluxErr" + datatype: double + description: Flux uncertainty within 9.0-pixel aperture + fits:tunit: nJy + - name: ap09Flux_flag + "@id": "#Source.ap09Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: ap12Flux + "@id": "#Source.ap12Flux" + datatype: double + description: Flux within 12.0-pixel aperture + fits:tunit: nJy + - name: ap12FluxErr + "@id": "#Source.ap12FluxErr" + datatype: double + description: Flux uncertainty within 12.0-pixel aperture + fits:tunit: nJy + - name: ap12Flux_flag + "@id": "#Source.ap12Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: ap17Flux + "@id": "#Source.ap17Flux" + datatype: double + description: Flux within 17.0-pixel aperture + fits:tunit: nJy + - name: ap17FluxErr + "@id": "#Source.ap17FluxErr" + datatype: double + description: Flux uncertainty within 17.0-pixel aperture + fits:tunit: nJy + - name: ap17Flux_flag + "@id": "#Source.ap17Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: ap25Flux + "@id": "#Source.ap25Flux" + datatype: double + description: Flux within 25.0-pixel aperture + fits:tunit: nJy + - name: ap25FluxErr + "@id": "#Source.ap25FluxErr" + datatype: double + description: Flux uncertainty within 25.0-pixel aperture + fits:tunit: nJy + - name: ap25Flux_flag + "@id": "#Source.ap25Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: ap35Flux + "@id": "#Source.ap35Flux" + datatype: double + description: Flux within 35.0-pixel aperture + fits:tunit: nJy + - name: ap35FluxErr + "@id": "#Source.ap35FluxErr" + datatype: double + description: Flux uncertainty within 35.0-pixel aperture + fits:tunit: nJy + - name: ap35Flux_flag + "@id": "#Source.ap35Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: ap50Flux + "@id": "#Source.ap50Flux" + datatype: double + description: Flux within 50.0-pixel aperture + fits:tunit: nJy + - name: ap50FluxErr + "@id": "#Source.ap50FluxErr" + datatype: double + description: Flux uncertainty within 50.0-pixel aperture + fits:tunit: nJy + - name: ap50Flux_flag + "@id": "#Source.ap50Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: ap70Flux + "@id": "#Source.ap70Flux" + datatype: double + description: Flux within 70.0-pixel aperture + fits:tunit: nJy + - name: ap70FluxErr + "@id": "#Source.ap70FluxErr" + datatype: double + description: Flux uncertainty within 70.0-pixel aperture + fits:tunit: nJy + - name: ap70Flux_flag + "@id": "#Source.ap70Flux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: sky + "@id": "#Source.sky" + datatype: double + description: Background in annulus around source + fits:tunit: nJy + - name: skyErr + "@id": "#Source.skyErr" + datatype: double + description: Background in annulus around source + fits:tunit: nJy + - name: psfFlux + "@id": "#Source.psfFlux" + datatype: double + description: Flux derived from linear least-squares fit of psf model forced on the calexp + fits:tunit: nJy + - name: psfFluxErr + "@id": "#Source.psfFluxErr" + datatype: double + description: Uncertainty on the flux derived from linear least-squares fit of psf model forced on the calexp + fits:tunit: nJy + - name: ixx + "@id": "#Source.ixx" + datatype: double + description: HSM moments + fits:tunit: pixel**2 + - name: iyy + "@id": "#Source.iyy" + datatype: double + description: HSM moments + fits:tunit: pixel**2 + - name: ixy + "@id": "#Source.ixy" + datatype: double + description: HSM moments + fits:tunit: pixel**2 + - name: ixxPSF + "@id": "#Source.ixxPSF" + datatype: double + description: HSM moments + fits:tunit: pixel**2 + - name: iyyPSF + "@id": "#Source.iyyPSF" + datatype: double + description: HSM moments + fits:tunit: pixel**2 + - name: ixyPSF + "@id": "#Source.ixyPSF" + datatype: double + description: HSM moments + fits:tunit: pixel**2 + - name: ixxDebiasedPSF + "@id": "#Source.ixxDebiasedPSF" + datatype: double + description: HSM moments + fits:tunit: + - name: iyyDebiasedPSF + "@id": "#Source.iyyDebiasedPSF" + datatype: double + description: HSM moments + fits:tunit: + - name: ixyDebiasedPSF + "@id": "#Source.ixyDebiasedPSF" + datatype: double + description: HSM moments + fits:tunit: + - name: gaussianFlux + "@id": "#Source.gaussianFlux" + datatype: double + description: Flux from Gaussian Flux algorithm + fits:tunit: nJy + - name: gaussianFluxErr + "@id": "#Source.gaussianFluxErr" + datatype: double + description: Flux uncertainty from Gaussian Flux algorithm + fits:tunit: nJy + - name: extendedness + "@id": "#Source.extendedness" + datatype: double + description: Set to 1 for extended sources, 0 for point sources. + fits:tunit: + - name: sizeExtendedness + "@id": "#Source.sizeExtendedness" + datatype: double + description: Moments-based measure of a source to be a galaxy. + fits:tunit: + - name: localPhotoCalib + "@id": "#Source.localPhotoCalib" + datatype: double + description: Local approximation of the PhotoCalib calibration factor at the location of the src. + fits:tunit: + - name: localPhotoCalib_flag + "@id": "#Source.localPhotoCalib_flag" + datatype: boolean + description: Set for any fatal failure + fits:tunit: + - name: localPhotoCalibErr + "@id": "#Source.localPhotoCalibErr" + datatype: double + description: Error on the local approximation of the PhotoCalib calibration factor at the location of the src. + fits:tunit: + - name: localWcs_flag + "@id": "#Source.localWcs_flag" + datatype: boolean + description: Set for any fatal failure + fits:tunit: + - name: localWcs_CDMatrix_2_1 + "@id": "#Source.localWcs_CDMatrix_2_1" + datatype: double + description: (2, 1) element of the CDMatrix for the linear approximation of the WCS at the src location. Gives units in radians. + fits:tunit: + - name: localWcs_CDMatrix_1_1 + "@id": "#Source.localWcs_CDMatrix_1_1" + datatype: double + description: (1, 1) element of the CDMatrix for the linear approximation of the WCS at the src location. Gives units in radians. + fits:tunit: + - name: localWcs_CDMatrix_1_2 + "@id": "#Source.localWcs_CDMatrix_1_2" + datatype: double + description: (1, 2) element of the CDMatrix for the linear approximation of the WCS at the src location. Gives units in radians. + fits:tunit: + - name: localWcs_CDMatrix_2_2 + "@id": "#Source.localWcs_CDMatrix_2_2" + datatype: double + description: (2, 2) element of the CDMatrix for the linear approximation of the WCS at the src location. Gives units in radians. + fits:tunit: + - name: blendedness_abs + "@id": "#Source.blendedness_abs" + datatype: double + description: Measure of how much the flux is affected by neighbors, (1 - child_flux/parent_flux). Operates on the absolute value of the pixels to try to obtain a de-noised value. See section 4.9.11 of Bosch et al. 2018, PASJ, 70, S5 for details. + fits:tunit: + - name: blendedness_flag + "@id": "#Source.blendedness_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: blendedness_flag_noCentroid + "@id": "#Source.blendedness_flag_noCentroid" + datatype: boolean + description: Object has no centroid + fits:tunit: + - name: blendedness_flag_noShape + "@id": "#Source.blendedness_flag_noShape" + datatype: boolean + description: Object has no shape + fits:tunit: + - name: apFlux_12_0_flag + "@id": "#Source.apFlux_12_0_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: apFlux_12_0_flag_apertureTruncated + "@id": "#Source.apFlux_12_0_flag_apertureTruncated" + datatype: boolean + description: Aperture did not fit within measurement image + fits:tunit: + - name: apFlux_12_0_flag_sincCoeffsTruncated + "@id": "#Source.apFlux_12_0_flag_sincCoeffsTruncated" + datatype: boolean + description: Full sinc coefficient image did not fit within measurement image + fits:tunit: + - name: apFlux_12_0_instFlux + "@id": "#Source.apFlux_12_0_instFlux" + datatype: double + description: Flux within 12.0-pixel aperture + fits:tunit: count + - name: apFlux_12_0_instFluxErr + "@id": "#Source.apFlux_12_0_instFluxErr" + datatype: double + description: 1-sigma flux uncertainty + fits:tunit: count + - name: apFlux_17_0_flag + "@id": "#Source.apFlux_17_0_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: apFlux_17_0_instFlux + "@id": "#Source.apFlux_17_0_instFlux" + datatype: double + description: Flux within 17.0-pixel aperture + fits:tunit: count + - name: apFlux_17_0_instFluxErr + "@id": "#Source.apFlux_17_0_instFluxErr" + datatype: double + description: 1-sigma flux uncertainty + fits:tunit: count + - name: apFlux_35_0_flag + "@id": "#Source.apFlux_35_0_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: apFlux_35_0_instFlux + "@id": "#Source.apFlux_35_0_instFlux" + datatype: double + description: Flux within 35.0-pixel aperture + fits:tunit: count + - name: apFlux_35_0_instFluxErr + "@id": "#Source.apFlux_35_0_instFluxErr" + datatype: double + description: 1-sigma flux uncertainty + fits:tunit: count + - name: apFlux_50_0_flag + "@id": "#Source.apFlux_50_0_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: apFlux_50_0_instFlux + "@id": "#Source.apFlux_50_0_instFlux" + datatype: double + description: Flux within 50.0-pixel aperture + fits:tunit: count + - name: apFlux_50_0_instFluxErr + "@id": "#Source.apFlux_50_0_instFluxErr" + datatype: double + description: 1-sigma flux uncertainty + fits:tunit: count + - name: extendedness_flag + "@id": "#Source.extendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. + fits:tunit: + - name: sizeExtendedness_flag + "@id": "#Source.sizeExtendedness_flag" + datatype: boolean + description: Set to 1 for any fatal failure. + fits:tunit: + - name: footprintArea_value + "@id": "#Source.footprintArea_value" + datatype: int + description: Number of pixels in the sources detection footprint. + fits:tunit: pixel + - name: jacobian_flag + "@id": "#Source.jacobian_flag" + datatype: boolean + description: Set to 1 for any fatal failure + fits:tunit: + - name: jacobian_value + "@id": "#Source.jacobian_value" + datatype: double + description: Jacobian correction + fits:tunit: + - name: localBackground_instFlux + "@id": "#Source.localBackground_instFlux" + datatype: double + description: Background in annulus around source + fits:tunit: count + - name: localBackground_instFluxErr + "@id": "#Source.localBackground_instFluxErr" + datatype: double + description: 1-sigma flux uncertainty + fits:tunit: count + - name: localBackground_flag + "@id": "#Source.localBackground_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: localBackground_flag_noGoodPixels + "@id": "#Source.localBackground_flag_noGoodPixels" + datatype: boolean + description: No good pixels in the annulus + fits:tunit: + - name: localBackground_flag_noPsf + "@id": "#Source.localBackground_flag_noPsf" + datatype: boolean + description: No PSF provided + fits:tunit: + - name: pixelFlags_bad + "@id": "#Source.pixelFlags_bad" + datatype: boolean + description: Bad pixel in the Source footprint + fits:tunit: + - name: pixelFlags_cr + "@id": "#Source.pixelFlags_cr" + datatype: boolean + description: Cosmic ray in the Source footprint + fits:tunit: + - name: pixelFlags_crCenter + "@id": "#Source.pixelFlags_crCenter" + datatype: boolean + description: Cosmic ray in the Source center + fits:tunit: + - name: pixelFlags_edge + "@id": "#Source.pixelFlags_edge" + datatype: boolean + description: Source is outside usable exposure region (masked EDGE or NO_DATA) + fits:tunit: + - name: pixelFlags_interpolated + "@id": "#Source.pixelFlags_interpolated" + datatype: boolean + description: Interpolated pixel in the Source footprint + fits:tunit: + - name: pixelFlags_interpolatedCenter + "@id": "#Source.pixelFlags_interpolatedCenter" + datatype: boolean + description: Interpolated pixel in the Source center + fits:tunit: + - name: pixelFlags_offimage + "@id": "#Source.pixelFlags_offimage" + datatype: boolean + description: Source center is off image + fits:tunit: + - name: pixelFlags_saturated + "@id": "#Source.pixelFlags_saturated" + datatype: boolean + description: Saturated pixel in the Source footprint + fits:tunit: + - name: pixelFlags_saturatedCenter + "@id": "#Source.pixelFlags_saturatedCenter" + datatype: boolean + description: Saturated pixel in the Source center + fits:tunit: + - name: pixelFlags_suspect + "@id": "#Source.pixelFlags_suspect" + datatype: boolean + description: Sources footprint includes suspect pixels + fits:tunit: + - name: pixelFlags_suspectCenter + "@id": "#Source.pixelFlags_suspectCenter" + datatype: boolean + description: Sources center is close to suspect pixels + fits:tunit: + - name: pixelFlags_streak + "@id": "#Source.pixelFlags_streak" + datatype: boolean + description: Streak in the Source footprint. + fits:tunit: + - name: pixelFlags_streakCenter + "@id": "#Source.pixelFlags_streakCenter" + datatype: boolean + description: Streak in the Source center. + fits:tunit: + - name: invalidPsfFlag + "@id": "#Source.invalidPsfFlag" + datatype: boolean + description: Source has an invalid psf. + fits:tunit: + - name: psfFlux_apCorr + "@id": "#Source.psfFlux_apCorr" + datatype: double + description: Aperture correction applied to base_PsfFlux + fits:tunit: + - name: psfFlux_apCorrErr + "@id": "#Source.psfFlux_apCorrErr" + datatype: double + description: Standard deviation of aperture correction applied to base_PsfFlux + fits:tunit: + - name: psfFlux_area + "@id": "#Source.psfFlux_area" + datatype: float + description: Effective area of PSF + fits:tunit: pixel + - name: psfFlux_flag + "@id": "#Source.psfFlux_flag" + datatype: boolean + description: Failure to derive linear least-squares fit of psf model forced on the calexp + fits:tunit: + - name: psfFlux_flag_apCorr + "@id": "#Source.psfFlux_flag_apCorr" + datatype: boolean + description: Set if unable to aperture correct base_PsfFlux + fits:tunit: + - name: psfFlux_flag_edge + "@id": "#Source.psfFlux_flag_edge" + datatype: boolean + description: Object was too close to the edge of the image to use the full PSF model + fits:tunit: + - name: psfFlux_flag_noGoodPixels + "@id": "#Source.psfFlux_flag_noGoodPixels" + datatype: boolean + description: Not enough non-rejected pixels in data to attempt the fit + fits:tunit: + - name: gaussianFlux_flag + "@id": "#Source.gaussianFlux_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: centroid_flag + "@id": "#Source.centroid_flag" + datatype: boolean + description: General Failure Flag + fits:tunit: + - name: centroid_flag_almostNoSecondDerivative + "@id": "#Source.centroid_flag_almostNoSecondDerivative" + datatype: boolean + description: Almost vanishing second derivative + fits:tunit: + - name: centroid_flag_badError + "@id": "#Source.centroid_flag_badError" + datatype: boolean + description: Error on x and/or y position is NaN + fits:tunit: + - name: centroid_flag_edge + "@id": "#Source.centroid_flag_edge" + datatype: boolean + description: Object too close to edge + fits:tunit: + - name: centroid_flag_noSecondDerivative + "@id": "#Source.centroid_flag_noSecondDerivative" + datatype: boolean + description: Vanishing second derivative + fits:tunit: + - name: centroid_flag_notAtMaximum + "@id": "#Source.centroid_flag_notAtMaximum" + datatype: boolean + description: Object is not at a maximum + fits:tunit: + - name: centroid_flag_resetToPeak + "@id": "#Source.centroid_flag_resetToPeak" + datatype: boolean + description: Set if CentroidChecker reset the centroid + fits:tunit: + - name: variance_flag + "@id": "#Source.variance_flag" + datatype: boolean + description: Set for any fatal failure + fits:tunit: + - name: variance_flag_emptyFootprint + "@id": "#Source.variance_flag_emptyFootprint" + datatype: boolean + description: Set to True when the footprint has no usable pixels + fits:tunit: + - name: variance_value + "@id": "#Source.variance_value" + datatype: double + description: Variance at object position + fits:tunit: + - name: calib_astrometry_used + "@id": "#Source.calib_astrometry_used" + datatype: boolean + description: Set if source was used in astrometric calibration + fits:tunit: + - name: calib_detected + "@id": "#Source.calib_detected" + datatype: boolean + description: Source was detected as an icSource + fits:tunit: + - name: calib_photometry_reserved + "@id": "#Source.calib_photometry_reserved" + datatype: boolean + description: Set if source was reserved from photometric calibration + fits:tunit: + - name: calib_photometry_used + "@id": "#Source.calib_photometry_used" + datatype: boolean + description: Set if source was used in photometric calibration + fits:tunit: + - name: calib_psf_candidate + "@id": "#Source.calib_psf_candidate" + datatype: boolean + description: Flag set if the source was a candidate for PSF determination, as determined by the star selector. + fits:tunit: + - name: calib_psf_reserved + "@id": "#Source.calib_psf_reserved" + datatype: boolean + description: Set if source was reserved from PSF determination + fits:tunit: + - name: calib_psf_used + "@id": "#Source.calib_psf_used" + datatype: boolean + description: Flag set if the source was actually used for PSF determination, as determined by the + fits:tunit: + - name: deblend_deblendedAsPsf + "@id": "#Source.deblend_deblendedAsPsf" + datatype: boolean + description: Deblender thought this source looked like a PSF + fits:tunit: + - name: deblend_hasStrayFlux + "@id": "#Source.deblend_hasStrayFlux" + datatype: boolean + description: This source was assigned some stray flux + fits:tunit: + - name: deblend_masked + "@id": "#Source.deblend_masked" + datatype: boolean + description: Parent footprint was predominantly masked + fits:tunit: + - name: deblend_nChild + "@id": "#Source.deblend_nChild" + datatype: int + description: Number of children this object has (defaults to 0) + fits:tunit: + - name: deblend_parentTooBig + "@id": "#Source.deblend_parentTooBig" + datatype: boolean + description: Parent footprint covered too many pixels + fits:tunit: + - name: deblend_patchedTemplate + "@id": "#Source.deblend_patchedTemplate" + datatype: boolean + description: This source was near an image edge and the deblender used patched edge-handling. + fits:tunit: + - name: deblend_rampedTemplate + "@id": "#Source.deblend_rampedTemplate" + datatype: boolean + description: This source was near an image edge and the deblender used ramp edge-handling. + fits:tunit: + - name: deblend_skipped + "@id": "#Source.deblend_skipped" + datatype: boolean + description: Deblender skipped this source + fits:tunit: + - name: deblend_tooManyPeaks + "@id": "#Source.deblend_tooManyPeaks" + datatype: boolean + description: Source had too many peaks; only the brightest were included + fits:tunit: + - name: hsmPsfMoments_flag + "@id": "#Source.hsmPsfMoments_flag" + datatype: boolean + description: General failure flag, set if anything went wrong + fits:tunit: + - name: hsmPsfMoments_flag_no_pixels + "@id": "#Source.hsmPsfMoments_flag_no_pixels" + datatype: boolean + description: No pixels to measure + fits:tunit: + - name: hsmPsfMoments_flag_not_contained + "@id": "#Source.hsmPsfMoments_flag_not_contained" + datatype: boolean + description: Center not contained in footprint bounding box + fits:tunit: + - name: hsmPsfMoments_flag_parent_source + "@id": "#Source.hsmPsfMoments_flag_parent_source" + datatype: boolean + description: Parent source, ignored + fits:tunit: + - name: iDebiasedPSF_flag + "@id": "#Source.iDebiasedPSF_flag" + datatype: boolean + description: General failure flag, set if anything went wrong + fits:tunit: + - name: iDebiasedPSF_flag_no_pixels + "@id": "#Source.iDebiasedPSF_flag_no_pixels" + datatype: boolean + description: No pixels to measure + fits:tunit: + - name: iDebiasedPSF_flag_not_contained + "@id": "#Source.iDebiasedPSF_flag_not_contained" + datatype: boolean + description: Center not contained in footprint bounding box + fits:tunit: + - name: iDebiasedPSF_flag_parent_source + "@id": "#Source.iDebiasedPSF_flag_parent_source" + datatype: boolean + description: Parent source, ignored + fits:tunit: + - name: iDebiasedPSF_flag_galsim + "@id": "#Source.iDebiasedPSF_flag_galsim" + datatype: boolean + description: GalSim failure + fits:tunit: + - name: iDebiasedPSF_flag_edge + "@id": "#Source.iDebiasedPSF_flag_edge" + datatype: boolean + description: Variance undefined outside image edge + fits:tunit: + - name: hsmShapeRegauss_flag + "@id": "#Source.hsmShapeRegauss_flag" + datatype: boolean + description: General failure flag, set if anything went wrong + fits:tunit: + - name: hsmShapeRegauss_flag_galsim + "@id": "#Source.hsmShapeRegauss_flag_galsim" + datatype: boolean + description: GalSim failure + fits:tunit: + - name: hsmShapeRegauss_flag_no_pixels + "@id": "#Source.hsmShapeRegauss_flag_no_pixels" + datatype: boolean + description: No pixels to measure + fits:tunit: + - name: hsmShapeRegauss_flag_not_contained + "@id": "#Source.hsmShapeRegauss_flag_not_contained" + datatype: boolean + description: Center not contained in footprint bounding box + fits:tunit: + - name: hsmShapeRegauss_flag_parent_source + "@id": "#Source.hsmShapeRegauss_flag_parent_source" + datatype: boolean + description: Parent source, ignored + fits:tunit: + - name: sky_source + "@id": "#Source.sky_source" + datatype: boolean + description: Sky objects. + fits:tunit: + - name: detect_isPrimary + "@id": "#Source.detect_isPrimary" + datatype: boolean + description: True if Object seed has no children and is in the inner region of a coadd patch and is in the inner region of a coadd tract and is not a sky object + fits:tunit: + - name: band + "@id": "#Source.band" + datatype: char + length: 1 + description: Name of the band used to take the exposure where this source was measured. Abstract filter that is not associated with a particular instrument + fits:tunit: + - name: physical_filter + "@id": "#Source.physical_filter" + datatype: char + description: ID of physical filter, the filter associated with a particular instrument. + length: 5 + fits:tunit: +- name: Visit + '@id': '#Visit' + description: Defines a single Visit. + columns: + - name: visit + '@id': '#Visit.visit' + datatype: long + description: Unique identifier. + ivoa:ucd: meta.id;obs.image + - name: physical_filter + '@id': '#Visit.physical_filter' + datatype: char + length: 32 + description: ID of physical filter, the filter associated with a particular instrument. + votable:arraysize: "*" + fits:tunit: + - name: band + '@id': '#Visit.band' + datatype: char + length: 1 + description: Name of the band used to take the visit where this source was measured. + Abstract filter that is not associated with a particular instrument. + votable:arraysize: "*" + fits:tunit: + - name: ra + '@id': '#Visit.ra' + datatype: double + description: RA of focal plane center. + fits:tunit: deg + - name: dec + '@id': '#Visit.dec' + datatype: double + description: Declination of focal plane center + fits:tunit: deg + - name: decl + '@id': '#Visit.decl' + datatype: double + description: Deprecated duplicate of dec. + fits:tunit: deg + - name: skyRotation + '@id': '#Visit.skyRotation' + datatype: double + description: Sky rotation angle. + fits:tunit: deg + - name: azimuth + '@id': '#Visit.azimuth' + datatype: double + description: Azimuth of focal plane center at the middle of the visit. + fits:tunit: deg + - name: altitude + '@id': '#Visit.altitude' + datatype: double + description: Altitude of focal plane center at the middle of the visit. + fits:tunit: deg + - name: zenithDistance + '@id': '#Visit.zenithDistance' + datatype: double + description: Zenith distance at the middle of the visit. + fits:tunit: deg + - name: airmass + '@id': '#Visit.airmass' + datatype: double + description: Airmass of the observed line of sight. + fits:tunit: + - name: expTime + '@id': '#Visit.expTime' + datatype: double + description: Spatially-averaged duration of visit, accurate to 10ms. + fits:tunit: s + - name: midpoint + '@id': '#Visit.midpoint' + datatype: timestamp + mysql:datatype: DATETIME(6) + description: Midpoint time of the visit at the fiducial center of the focal plane array. + TAI, accurate to 10ms. + fits:tunit: + - name: midpointMjdTai + '@id': '#Visit.midpointMjdTai' + datatype: double + description: Midpoint time of the visit at the fiducial center of the focal plane array, + expressed as Modified Julian Date, International Atomic Time, accurate to 10ms. + fits:tunit: d + - name: obsStart + '@id': '#Visit.obsStart' + datatype: timestamp + mysql:datatype: DATETIME(6) + description: Start time of the visit at the fiducial center of the focal plane array, + TAI, accurate to 10ms. + - name: obsStartMjdTai + '@id': '#Visit.obsStartMjdTai' + datatype: double + description: Start of the visit, expressed as Modified + Julian Date, International Atomic Time, accurate to 10ms. +- name: CcdVisit + '@id': '#CcdVisit' + description: Defines a single detector of a visit + columns: + - name: ccdVisitId + '@id': '#CcdVisit.ccdVisitId' + datatype: long + description: Primary key (unique identifier). + - name: visitId + '@id': '#CcdVisit.visitId' + datatype: long + description: Reference to the corresponding entry in the Visit table. + - name: physical_filter + '@id': '#CcdVisit.physical_filter' + datatype: char + length: 32 + description: ID of physical filter, the filter associated with a particular instrument. + votable:arraysize: "*" + fits:tunit: + - name: band + '@id': '#CcdVisit.band' + datatype: char + length: 1 + description: Name of the band used to take the visit where this source was measured. + Abstract filter that is not associated with a particular instrument. + votable:arraysize: "*" + fits:tunit: + - name: ra + '@id': '#CcdVisit.ra' + datatype: double + description: RA of Ccd center. + fits:tunit: deg + - name: dec + '@id': '#CcdVisit.dec' + datatype: double + description: Declination of Ccd center. + fits:tunit: deg + - name: decl + '@id': '#CcdVisit.decl' + datatype: double + description: Deprecated duplicate of dec. + fits:tunit: deg + - name: zenithDistance + '@id': '#CcdVisit.zenithDistance' + datatype: float + description: Zenith distance at observation mid-point. + fits:tunit: deg + - name: zeroPoint + '@id': '#CcdVisit.zeroPoint' + datatype: float + description: Zero-point for the Ccd, estimated at Ccd center. + fits:tunit: mag + - name: psfSigma + '@id': '#CcdVisit.psfSigma' + datatype: float + description: PSF model second-moments determinant radius (center of chip) + fits:tunit: pixel + - name: skyBg + '@id': '#CcdVisit.skyBg' + datatype: float + description: Average sky background. + fits:tunit: adu + - name: skyNoise + '@id': '#CcdVisit.skyNoise' + datatype: float + description: RMS noise of the sky background. + fits:tunit: adu + - name: detector + '@id': '#CcdVisit.detector' + datatype: long + description: Detector ID. A detector associated with a particular instrument (not an observation of that detector) + - name: seeing + '@id': '#CcdVisit.seeing' + datatype: double + description: Mean measured FWHM of the PSF. + fits:tunit: arcsec + - name: skyRotation + '@id': '#CcdVisit.skyRotation' + datatype: double + description: Sky rotation angle. + fits:tunit: deg + - name: midpoint + '@id': '#CcdVisit.midpoint' + datatype: timestamp + mysql:datatype: DATETIME(6) + description: Midpoint of this visit. TAI, accurate to 10ms. + - name: midpointMjdTai + '@id': '#CcdVisit.midpointMjdTai' + datatype: double + description: Midpoint of this visit, expressed as Modified Julian Date, + International Atomic Time, accurate to 10ms. + fits:tunit: d + - name: expTime + '@id': '#CcdVisit.expTime' + datatype: double + description: Spatially-averaged duration of visit, accurate to 10ms. + fits:tunit: s + - name: obsStart + '@id': '#CcdVisit.obsStart' + datatype: timestamp + mysql:datatype: DATETIME(6) + description: Start of the visit, TAI, accurate to 10ms. + - name: obsStartMjdTai + '@id': '#CcdVisit.obsStartMjdTai' + datatype: double + description: Start of the visit, expressed as Modified + Julian Date, International Atomic Time, accurate to 10ms. + - name: darkTime + '@id': '#CcdVisit.darkTime' + datatype: double + description: Average dark current accumulation time, accurate to 10ms. + fits:tunit: s + - name: xSize + '@id': '#CcdVisit.xSize' + datatype: long + description: Number of columns in the image. + fits:tunit: pixel + - name: ySize + '@id': '#CcdVisit.ySize' + datatype: long + description: Number of rows in the image. + fits:tunit: pixel + - name: llcra + '@id': '#CcdVisit.llcra' + datatype: double + description: RA of lower left corner. + fits:tunit: deg + - name: llcdec + '@id': '#CcdVisit.llcdec' + datatype: double + description: Declination of lower left corner. + fits:tunit: deg + - name: ulcra + '@id': '#CcdVisit.ulcra' + datatype: double + description: RA of upper left corner. + fits:tunit: deg + - name: ulcdec + '@id': '#CcdVisit.ulcdec' + datatype: double + description: Declination of upper left corner. + fits:tunit: deg + - name: urcra + '@id': '#CcdVisit.urcra' + datatype: double + description: RA of upper right corner. + fits:tunit: deg + - name: urcdec + '@id': '#CcdVisit.urcdec' + datatype: double + description: Declination of upper right corner. + fits:tunit: deg + - name: lrcra + '@id': '#CcdVisit.lrcra' + datatype: double + description: RA of lower right corner. + fits:tunit: deg + - name: lrcdec + '@id': '#CcdVisit.lrcdec' + datatype: double + description: Declination of lower right corner. + fits:tunit: deg + - name: astromOffsetMean + '@id': '#CcdVisit.astromOffsetMean' + datatype: double + description: Mean offset of astrometric calibration matches (arcsec) + fits:tunit: arcsec + - name: astromOffsetStd + '@id': '#CcdVisit.astromOffsetStd' + datatype: double + description: Standard deviation of offsets of astrometric calibration matches (arcsec) + fits:tunit: arcsec + - name: nPsfStar + '@id': '#CcdVisit.nPsfStar' + datatype: int + description: Number of stars used for PSF model + fits:tunit: + - name: psfStarDeltaE1Median + '@id': '#CcdVisit.psfStarDeltaE1Median' + datatype: double + description: Median E1 residual (starE1 - psfE1) for psf stars + fits:tunit: + - name: psfStarDeltaE2Median + '@id': '#CcdVisit.psfStarDeltaE2Median' + datatype: double + description: Median E2 residual (starE2 - psfE2) for psf stars + fits:tunit: + - name: psfStarDeltaE1Scatter + '@id': '#CcdVisit.psfStarDeltaE1Scatter' + datatype: double + description: Scatter (via MAD) of E1 residual (starE1 - psfE1) for psf stars + fits:tunit: + - name: psfStarDeltaE2Scatter + '@id': '#CcdVisit.psfStarDeltaE2Scatter' + datatype: double + description: Scatter (via MAD) of E2 residual (starE2 - psfE2) for psf stars + fits:tunit: + - name: psfStarDeltaSizeMedian + '@id': '#CcdVisit.psfStarDeltaSizeMedian' + datatype: double + description: Median size residual (starSize - psfSize) for psf stars (pixel) + fits:tunit: pixel + - name: psfStarDeltaSizeScatter + '@id': '#CcdVisit.psfStarDeltaSizeScatter' + datatype: double + description: Scatter (via MAD) of size residual (starSize - psfSize) for stars (pixel) + fits:tunit: pixel + - name: psfStarScaledDeltaSizeScatter + '@id': '#CcdVisit.psfStarScaledDeltaSizeScatter' + datatype: double + description: Scatter (via MAD) of size residual scaled by median size squared + fits:tunit: + - name: psfTraceRadiusDelta + '@id': '#CcdVisit.psfTraceRadiusDelta' + datatype: double + description: Delta (max - min) of model psf trace radius values evaluated on a grid of unmasked pixels (pixel) + fits:tunit: pixel + - name: psfApFluxDelta + '@id': '#CcdVisit.psfApFluxDelta' + datatype: double + description: Delta (max - min) of model psf aperture flux (with aperture radius of max(2, 3*psfSigma)) values evaluated on a grid of unmasked pixels + fits:tunit: + - name: psfApCorrSigmaScaledDelta + '@id': '#CcdVisit.psfApCorrSigmaScaledDelta' + datatype: double + description: Delta (max - min) of psf flux aperture correction factors scaled (divided) by the psfSigma evaluated on a grid of unmasked pixels + fits:tunit: + - name: maxDistToNearestPsf + '@id': '#CcdVisit.maxDistToNearestPsf' + datatype: double + description: Maximum distance of an unmasked pixel to its nearest model psf star (pixel) + fits:tunit: pixel