LSSTCam ImSim


Parent

Descriptions of the parent objects in the deblending hierarchy.

Indexes
Columns Description Reference Name
objectId Unique index on objectId column idx_Parent_objectId
Column Name Data Type Unit Description UCD Order Principal
objectId long Unique id. Unique ObjectID meta.id;src 10 1
parentObjectId long Unique ID of parent source. Reference band. 20 1
merge_peak_sky boolean True when the parent object is a sky object 30
deblend_nChild int Number of children this object has (defaults to 0) 40
deblend_nPeaks int Number of peaks this parent footprint has (even if the deblender failed or skipped this blend) 50
deblend_failed boolean Deblender failed to deblend this source 60
deblend_skipped boolean Deblender skipped this source 70
deblend_skipped_isolatedParent boolean Deblender skipped this footprint because there was only a single peak 80
deblend_skipped_parentTooBig boolean Deblender skipped this source because the parent footprint was too large. 90
deblend_skipped_tooManyPeaks boolean Deblender skipped this source because there were too many peaks in the Footprint. 100
deblend_skipped_masked boolean Deblender skipped this source because there were too many masked pixels. 110
deblend_skipped_isPseudo boolean Deblender skipped this source because it was marked as a pseudo source like a sky object. 120
deblend_incompleteData boolean One or more bands were not deblended due to an inability to model the PSF. 130
deblend_iterations int Number of iterations during deblending 140
deblend_chi2 float Chi^2 of the source after deblending. 150

DiaObject

The DiaObject table contains descriptions of the astronomical objects detected on one or more difference images.

Column Name Data Type Unit Description UCD Order Principal
diaObjectId long Unique identifier of this DiaObject. meta.id;src 10
ra double deg Right Ascension coordinate of the position of the DiaObject. pos.eq.ra;meta.main 20
dec double deg Declination coordinate of the position of the DiaObject. pos.eq.dec;meta.main 30
u_psfFluxMean double nJy Weighted mean point-source model magnitude for u filter. phot.count 40
u_psfFluxMeanErr double nJy Standard error of u_psfFluxMean. stat.error 50
u_psfFluxSigma double nJy Standard deviation of the distribution of u_psfFlux. stat.stdev 60
u_psfFluxNdata int The number of u-band data points. 70
g_psfFluxMean double nJy Weighted mean point-source model magnitude for g filter. phot.count 80
g_psfFluxMeanErr double nJy Standard error of g_psfFluxMean. stat.error 90
g_psfFluxSigma double nJy Standard deviation of the distribution of g_psfFlux. stat.stdev 100
g_psfFluxNdata int The number of g-band data points. 110
r_psfFluxMean double nJy Weighted mean point-source model magnitude for r filter. phot.count 120
r_psfFluxMeanErr double nJy Standard error of r_psfFluxMean. stat.error 130
r_psfFluxSigma double nJy Standard deviation of the distribution of r_psfFlux. stat.stdev 140
r_psfFluxNdata int The number of r-band data points. 150
i_psfFluxMean double nJy Weighted mean point-source model magnitude for i filter. phot.count 160
i_psfFluxMeanErr double nJy Standard error of i_psfFluxMean. stat.error 170
i_psfFluxSigma double nJy Standard deviation of the distribution of i_psfFlux. stat.stdev 180
i_psfFluxNdata int The number of i-band data points. 190
z_psfFluxMean double nJy Weighted mean point-source model magnitude for z filter. phot.count 200
z_psfFluxMeanErr double nJy Standard error of z_psfFluxMean. stat.error 210
z_psfFluxSigma double nJy Standard deviation of the distribution of z_psfFlux. stat.stdev 220
z_psfFluxNdata int The number of z-band data points. 230
y_psfFluxMean double nJy Weighted mean point-source model magnitude for y filter. phot.count 240
y_psfFluxMeanErr double nJy Standard error of y_psfFluxMean. stat.error 250
y_psfFluxSigma double nJy Standard deviation of the distribution of y_psfFlux. stat.stdev 260
y_psfFluxNdata int The number of y-band data points. 270
u_scienceFluxMean double nJy Weighted mean forced photometry flux for u filter. phot.count 280
u_scienceFluxMeanErr double nJy Standard error of u_scienceFluxMean. stat.error 290
g_scienceFluxMean double nJy Weighted mean forced photometry flux for g filter. phot.count 300
g_scienceFluxMeanErr double nJy Standard error of g_scienceFluxMean. stat.error 310
r_scienceFluxMean double nJy Weighted mean forced photometry flux for r filter. phot.count 320
r_scienceFluxMeanErr double nJy Standard error of r_scienceFluxMean. stat.error 330
i_scienceFluxMean double nJy Weighted mean forced photometry flux for i filter. phot.count 340
i_scienceFluxMeanErr double nJy Standard error of i_scienceFluxMean. stat.error 350
z_scienceFluxMean double nJy Weighted mean forced photometry flux for z filter. phot.count 360
z_scienceFluxMeanErr double nJy Standard error of z_scienceFluxMean. stat.error 370
y_scienceFluxMean double nJy Weighted mean forced photometry flux for y filter. phot.count 380
y_scienceFluxMeanErr double nJy Standard error of y_scienceFluxMean. stat.error 390
u_psfFluxMin double nJy Minimum observed u band fluxes. 400
u_psfFluxMax double nJy Maximum observed u band fluxes. 410
u_psfFluxMaxSlope double nJy/d Maximum slope between u band flux obsevations max(delta_flux/delta_time). 420
u_psfFluxErrMean float nJy Mean of the u band flux errors. 430
g_psfFluxMin double nJy Minimum observed g band fluxes. 440
g_psfFluxMax double nJy Maximum observed g band fluxes. 450
g_psfFluxMaxSlope double nJy/d Maximum slope between g band flux obsevations max(delta_flux/delta_time). 460
g_psfFluxErrMean float nJy Mean of the g band flux errors. 470
r_psfFluxMin double nJy Minimum observed r band fluxes. 480
r_psfFluxMax double nJy Maximum observed r band fluxes. 490
r_psfFluxMaxSlope double nJy/d Maximum slope between r band flux obsevations max(delta_flux/delta_time). 500
r_psfFluxErrMean float nJy Mean of the r band flux errors. 510
i_psfFluxMin double nJy Minimum observed i band fluxes. 520
i_psfFluxMax double nJy Maximum observed i band fluxes. 530
i_psfFluxMaxSlope double nJy/d Maximum slope between i band flux obsevations max(delta_flux/delta_time). 540
i_psfFluxErrMean float nJy Mean of the i band flux errors. 550
z_psfFluxMin double nJy Minimum observed z band fluxes. 560
z_psfFluxMax double nJy Maximum observed z band fluxes. 570
z_psfFluxMaxSlope double nJy/d Maximum slope between z band flux obsevations max(delta_flux/delta_time). 580
z_psfFluxErrMean float nJy Mean of the z band flux errors. 590
y_psfFluxMin double nJy Minimum observed y band fluxes. 600
y_psfFluxMax double nJy Maximum observed y band fluxes. 610
y_psfFluxMaxSlope double nJy/d Maximum slope between y band flux obsevations max(delta_flux/delta_time). 620
y_psfFluxErrMean float nJy Mean of the y band flux errors. 630
nDiaSources long Total number of DiaSources associated with this DiaObject. 640

DiaSource

Table to store 'difference image sources', sources detected at SNR >=5 on difference images.

Column Name Data Type Unit Description UCD Order Principal
diaSourceId long Unique identifier of this DiaSource. meta.id;obs.image 10
visit long Id of the visit where this diaSource was measured. meta.id;obs.image 20
detector short Id of the detector where this diaSource was measured. meta.id;obs.image 30
diaObjectId long Id of the diaObject this source was associated with, if any. If not, it is set to 0 meta.id;src 40
ssObjectId long Id of the ssObject this source was associated with, if any. If not, it is set to 0 meta.id;src 50
parentDiaSourceId long Id of the parent diaSource this diaSource has been deblended from, if any. meta.id;src 60
midpointMjdTai double d Effective mid-visit time for this diaSource, expressed as Modified Julian Date, International Atomic Time. time.epoch 70
exposureTime float s Effective exposure time for this diaSource. time.interval 80
coord_dec double deg Fiducial ICRS Declination of centroid used for database indexing. pos.eq.dec 90
coord_ra double deg Fiducial ICRS Right Ascension of centroid used for database indexing. pos.eq.ra 100
ra double deg Right ascension coordinate of the center of this diaSource. pos.eq.ra;meta.main 110
dec double deg Declination coordinate of the center of this diaSource. pos.eq.dec;meta.main 120
raErr float deg Angular error in right ascension (∂RA*cos(Dec)). stat.error;pos.eq.ra 130
decErr float deg Error in declination. stat.error;pos.eq.dec 140
ra_dec_Cov float deg**2 Covariance between right ascension (RA*cos(Dec)) and declination. stat.covariance;pos.eq.ra;pos.eq.dec 150
x double pixel Unweighted first moment centroid, overall centroid. pos.cartesian.x 160
xErr float pixel 1-sigma uncertainty on x position. stat.error;pos.cartesian.x 170
y double pixel Unweighted first moment centroid, overall centroid. pos.cartesian.y 180
yErr float pixel 1-sigma uncertainty on y position. stat.error;pos.cartesian.y 190
centroid_flag boolean General centroid algorithm failure flag; set if anything went wrong when fitting the centroid. Another centroid flag field should also be set to provide more information. 200
apFlux float nJy Flux in a 12 pixel radius aperture on the difference image. phot.count 210
apFluxErr float nJy Estimated uncertainty of apFlux. stat.error;phot.count 220
apFlux_flag boolean General aperture flux algorithm failure flag; set if anything went wrong when measuring aperture fluxes. Another apFlux flag field should also be set to provide more information. 230
apFlux_flag_apertureTruncated boolean Aperture did not fit within measurement image. 240
isNegative boolean Source was detected as significantly negative. 250
snr double The signal-to-noise ratio at which this source was detected in the difference image. Ratio of apFlux/apFluxErr. stat.snr 260
psfFlux float nJy Flux for Point Source model. Note this actually measures the flux difference between the template and the visit image. phot.count 270
psfFluxErr float nJy Uncertainty of psfFlux. 280
psfChi2 float Chi^2 statistic of the point source model fit. stat.fit.chi2 290
psfNdata int pixel The number of data points (pixels) used to fit the point source model. 300
psfFlux_flag boolean Failure to derive linear least-squares fit of psf model. Another psfFlux flag field should also be set to provide more information. 310
psfFlux_flag_edge boolean Object was too close to the edge of the image to use the full PSF model. 320
psfFlux_flag_noGoodPixels boolean Not enough non-rejected pixels in data to attempt the fit. 330
trailFlux float nJy Flux for a trailed source model. Note this actually measures the flux difference between the template and the visit image. 340
trailFluxErr float nJy Uncertainty of trailFlux. 350
trailRa double deg Right ascension coordinate of centroid for trailed source model. pos.eq.ra 360
trailDec double deg Declination coordinate of centroid for trailed source model. pos.eq.dec 370
trailLength double arcsec Maximum likelihood fit of trail length. 380
trailAngle double deg Maximum likelihood fit of the angle between the meridian through the centroid and the trail direction (bearing). 390
trail_flag_edge boolean This flag is set if a trailed source extends onto or past edge pixels. 400
dipoleMeanFlux double nJy Maximum likelihood value for the mean absolute flux of the two lobes for a dipole model. 410
dipoleMeanFluxErr double nJy Uncertainty of dipoleMeanFlux. stat.error 420
dipoleFluxDiff double nJy Maximum likelihood value for the difference of absolute fluxes of the two lobes for a dipole model. 430
dipoleFluxDiffErr double nJy Uncertainty of dipoleFluxDiff. stat.error 440
dipoleLength double arcsec Maximum likelihood value for the lobe separation in dipole model. pos.angDistance 450
dipoleAngle double deg Maximum likelihood fit of the angle between the meridian through the centroid and the dipole direction (bearing, from negative to positive lobe). pos.posAng 460
dipoleChi2 double Chi^2 statistic of the model fit. stat.fit.chi2 470
dipoleNdata long The number of data points (pixels) used to fit the model. 480
scienceFlux float nJy Forced photometry flux for a point source model measured on the visit image centered at DiaSource position. phot.count 490
scienceFluxErr float nJy Estimated uncertainty of scienceFlux. stat.error;phot.count 500
forced_PsfFlux_flag boolean Forced PSF photometry on science image failed. Another forced_PsfFlux flag field should also be set to provide more information. 510
forced_PsfFlux_flag_edge boolean Forced PSF flux on science image was too close to the edge of the image to use the full PSF model. 520
forced_PsfFlux_flag_noGoodPixels boolean Forced PSF flux not enough non-rejected pixels in data to attempt the fit. 530
templateFlux float nJy Forced photometry flux for a point source model measured on the template image centered at the DiaSource position. phot.count 540
templateFluxErr float nJy Uncertainty of templateFlux. stat.error;phot.count 550
ixx double nJy.arcsec**2 Adaptive second moment of the source intensity. 560
iyy double nJy.arcsec**2 Adaptive second moment of the source intensity. 570
ixy double nJy.arcsec**2 Adaptive second moment of the source intensity. 580
ixxPSF double nJy.arcsec**2 Adaptive second moment for the PSF. 590
iyyPSF double nJy.arcsec**2 Adaptive second moment for the PSF. 600
ixyPSF double nJy.arcsec**2 Adaptive second moment for the PSF. 610
shape_flag boolean General source shape algorithm failure flag; set if anything went wrong when measuring the shape. Another shape flag field should also be set to provide more information. 620
shape_flag_no_pixels boolean No pixels to measure shape. 630
shape_flag_not_contained boolean Center not contained in footprint bounding box. 640
shape_flag_parent_source boolean This source is a parent source; we should only be measuring on deblended children in difference imaging. 650
extendedness double A measure of extendedness, computed by comparing an object's moment-based trace radius to the PSF moments. extendedness = 1 implies a high degree of confidence that the source is extended. extendedness = 0 implies a high degree of confidence that the source is point-like. 660
reliability float Probability (0-1) that the diaSource is astrophysical, derived from a machine learning model. 670
reliabilityVersion string Version of the reliability model. 680
band char Filter band this source was observed with. 690
isDipole boolean Source well fit by a dipole. 700
dipoleFitAttempted boolean Attempted to fit a dipole model to this source. 710
timeProcessedMjdTai double Time when the image was processed and this DiaSource record was generated, expressed as Modified Julian Date, International Atomic Time. time.epoch 720
bboxSize long pixel Size of the square bounding box that fully contains the detection footprint. 730
pixelFlags boolean General pixel flags failure; set if anything went wrong when setting pixels flags from this footprint's mask. This implies that some pixelFlags for this source may be incorrectly set to False. 740
pixelFlags_bad boolean Bad pixel in the DiaSource footprint. 750
pixelFlags_cr boolean Cosmic ray in the DiaSource footprint. 760
pixelFlags_crCenter boolean Cosmic ray in the 3x3 region around the centroid. 770
pixelFlags_edge boolean Some of the source footprint is outside usable exposure region (masked EDGE or centroid off image). 780
pixelFlags_nodata boolean NO_DATA pixel in the source footprint. 790
pixelFlags_nodataCenter boolean NO_DATA pixel in the 3x3 region around the centroid. 800
pixelFlags_interpolated boolean Interpolated pixel in the DiaSource footprint. 810
pixelFlags_interpolatedCenter boolean Interpolated pixel in the 3x3 region around the centroid. 820
pixelFlags_offimage boolean DiaSource center is off image. 830
pixelFlags_saturated boolean Saturated pixel in the DiaSource footprint. 840
pixelFlags_saturatedCenter boolean Saturated pixel in the 3x3 region around the centroid. 850
pixelFlags_suspect boolean DiaSource's footprint includes suspect pixels. 860
pixelFlags_suspectCenter boolean Suspect pixel in the 3x3 region around the centroid. 870
pixelFlags_streak boolean Streak in the DiaSource footprint. 880
pixelFlags_streakCenter boolean Streak in the 3x3 region around the centroid. 890
pixelFlags_injected boolean Injection in the DiaSource footprint. 900
pixelFlags_injectedCenter boolean Injection in the 3x3 region around the centroid. 910
pixelFlags_injected_template boolean Template injection in the DiaSource footprint. 920
pixelFlags_injected_templateCenter boolean Template injection in the 3x3 region around the centroid. 930
glint_trail boolean This flag is set if the source is part of a glint trail. 940

ForcedSource

The forced source table contains forced-photometry source measurement on an individual Exposure based on a Multifit shape model derived from a deep detection.

Column Name Data Type Unit Description UCD Order Principal
detect_isPatchInner boolean True if Object seed is in the inner region of a coadd patch
detect_isPrimary boolean 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
detect_isTractInner boolean True if Object seed is in the inner region of a coadd tract
objectId long Unique Object ID. Primary Key of the Object Table 10 1
parentObjectId long Unique ObjectId of the parent of the ObjectId in context of the deblender. 20
visit long Id of the visit where this source was measured. meta.id;obs.image 30 1
detector short Id of the detector where this source was measured. meta.id;obs.image 40 1
coord_ra double deg Fiducial ICRS Right Ascension of centroid used for database indexing pos.eq.ra;meta.main 50
coord_dec double deg Fiducial ICRS Declination of centroid used for database indexing pos.eq.dec;meta.main 60
tract long Skymap tract ID 70
patch long Skymap patch ID 80
band char Abstract filter that is not associated with a particular instrument 90 1
pixelFlags_bad boolean Bad pixel in the Source footprint 100
pixelFlags_crCenter boolean Cosmic ray in the Source center 110
pixelFlags_cr boolean Cosmic ray in the Source footprint 120
pixelFlags_edge boolean Source is on the edge of an exposure region (masked EDGE) 130
pixelFlags_interpolatedCenter boolean Interpolated pixel in the Source center 140
pixelFlags_interpolated boolean Interpolated pixel in the Source footprint 150
pixelFlags_nodata boolean Source is outside usable exposure region (masked NO_DATA) 160
pixelFlags_saturatedCenter boolean Saturated pixel in the Source center 170
pixelFlags_saturated boolean Saturated pixel in the Source footprint 180
pixelFlags_suspectCenter boolean Sources center is close to suspect pixels 190
pixelFlags_suspect boolean Sources footprint includes suspect pixels 200
invalidPsfFlag boolean Source has an invalid PSF. 210
psfDiffFluxErr float nJy Uncertainty on the flux derived from linear least-squares fit of psf model forced on the image difference 220 1
psfDiffFlux_flag boolean Failure to derive linear least-squares fit of psf model forced on the image difference 230
psfDiffFlux float nJy Flux derived from linear least-squares fit of psf model forced on the image difference 240 1
psfFluxErr float nJy Uncertainty on the flux derived from linear least-squares fit of psf model forced on the calexp 250 1
psfFlux_flag boolean Failure to derive linear least-squares fit of psf model forced on the calexp 260
diff_PixelFlags_nodataCenter boolean Source center is outside usable region on image difference (masked NO_DATA) 270
psfFlux float nJy Flux derived from linear least-squares fit of psf model forced on the calexp 280 1

ForcedSourceOnDiaObject

This is dia_object_forced_source in the Butler repo.

Column Name Data Type Unit Description UCD Order Principal
band char Abstract filter that is not associated with a particular instrument 10 1
visit long Id of the visit where this forced source was measured. meta.id;obs.image 20 1
detector short Id of the detector where this forced source was measured. meta.id;obs.image 30 1
coord_dec double deg Fiducial ICRS Declination of centroid used for database indexing pos.eq.dec;meta.main 40
coord_ra double deg Fiducial ICRS Right Ascension of centroid used for database indexing pos.eq.ra;meta.main 50
diaObjectId long Id of the DiaObject that this DiaForcedSource was associated with. 60 1
parentObjectId long Unique ObjectId of the parent of the ObjectId in context of the deblender. 70
patch long Skymap patch ID 80
pixelFlags_bad boolean Bad pixel in the Source footprint 90
pixelFlags_cr boolean Cosmic ray in the Source footprint 100
pixelFlags_crCenter boolean Cosmic ray in the Source center 110
pixelFlags_edge boolean Source is on the edge of an exposure region (masked EDGE) 120
pixelFlags_interpolated boolean Interpolated pixel in the Source footprint 130
pixelFlags_interpolatedCenter boolean Interpolated pixel in the Source center 140
pixelFlags_nodata boolean Source is outside usable exposure region (masked NO_DATA) 150
pixelFlags_saturated boolean Saturated pixel in the Source footprint 160
pixelFlags_saturatedCenter boolean Saturated pixel in the Source center 170
pixelFlags_suspect boolean Sources footprint includes suspect pixels 180
pixelFlags_suspectCenter boolean Sources center is close to suspect pixels 190
invalidPsfFlag boolean Forced source has an invalid PSF. 200
psfDiffFlux float nJy Flux derived from linear least-squares fit of psf model forced on the image difference 210 1
psfDiffFluxErr float nJy Uncertainty on the flux derived from linear least-squares fit of psf model forced on the image difference 220 1
psfDiffFlux_flag boolean Failure to derive linear least-squares fit of psf model forced on the image difference 230
diff_PixelFlags_nodataCenter boolean Source center is outside usable region on image difference (masked NO_DATA) 240
psfFlux float nJy Flux derived from linear least-squares fit of psf model forced on the calexp 250 1
psfFluxErr float nJy Uncertainty on the flux derived from linear least-squares fit of psf model forced on the calexp 260 1
psfFlux_flag boolean Failure to derive linear least-squares fit of psf model forced on the calexp 270
tract long Skymap tract ID 280

MatchesObject

Match information for objectTable_tract sources

Column Name Data Type Unit Description UCD Order Principal
index long Incrementing (implicit) row index
match_candidate boolean True for sources that were selected for matching
match_row long Index of matched truth_summary table row, if any
match_id char id of matched truth_summary source, if any
match_truth_type long Type of matched truth_summary source, if any (1/2/3 = galaxy/star/SN)
objectId long objectId of object

MatchesTruth

Match information for truth_summary sources.

Column Name Data Type Unit Description UCD Order Principal
index long Incrementing (implicit) row index
match_candidate boolean True for sources that were selected for matching
match_row long Index of matched objectTable_tract table row, if any
match_count int Number of candidate object matches within match radius
match_chi2 double The chi-squared value of the (best) match
match_n_chi2_finite int The number of finite columns used to compute the match chi2
id char id for truth_summary source.
truth_type long Truth object type (1/2/3 = galaxy/star/SN)
match_objectId long objectId of matched objectTable_tract object, if any

Object

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.

Column Name Data Type Unit Description UCD Order Principal
objectId long Unique id. Unique ObjectID meta.id;src 10 1
coord_dec double deg Fiducial ICRS Declination of centroid used for database indexing pos.eq.dec;meta.main 20 1
coord_decErr float deg Error in fiducial ICRS Declination of centroid stat.error;pos.eq.dec;meta.main 30
coord_ra double deg Fiducial ICRS Right Ascension of centroid used for database indexing pos.eq.ra;meta.main 40 1
coord_raErr float deg Angular error in fiducial ICRS Right Ascension (∂RA*cos(Dec)) of centroid stat.error;pos.eq.ra;meta.main 50
coord_ra_dec_Cov float deg**2 Covariance between fiducial ICRS Right Ascension (RA*cos(Dec)) and Declination of centroid stat.covariance;pos.eq.ra;pos.eq.dec;meta.main 60
coord_flag boolean General Failure Flag. Reference band. 70
deblend_parentNChild int Number of children in deblended from the parent footprint. 80 1
deblend_parentNPeaks int Number of peaks the parent footprint has (even if the deblender failed or skipped this blend) 90
deblend_peak_center_x int pixel x-coordinate of the peak after source detection 100
deblend_peak_center_y int pixel y-coordinate of the peak after source detection 110
deblend_chi2 float Chi^2 of the source after deblending. 120
deblend_blendId long Unique ID of the deconvolved parent source that this source was deblended from. 130
deblend_blendNChild int Number of children in the deconvolved parent source that this source was deblended from. 140
detect_fromBlend boolean This source is deblended from a parent with more than one child. 150 1
detect_isDeblendedModelSource boolean 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 160
detect_isIsolated boolean This source is not a part of a blend. 170 1
detect_isPrimary boolean 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) 180
detect_isDeblendedSource boolean 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 190
detect_isPatchInner boolean True if source is in the inner region of a coadd patch 200
detect_isTractInner boolean True if source is in the inner region of a coadd tract 210
merge_peak_sky boolean Peak detected in filter sky 220
sky_object boolean No source was detected here. This object exists to characterize properties of the sky background 230
ebv float mag E(B-V) at coord_ra/coord_dec per Schlegel, Finkbeiner & Davis (1998) 240
footprintArea int pixel Number of pixels in the sources detection footprint. Reference band. 250
parentObjectId long Unique ID of parent source. Reference band. 260 1
patch long Skymap patch ID 270 1
refBand char Reference band - parameters measured on coadds of this band were used for multi-band forced photometry 280 1
refExtendedness float Flux-ratio measure of whether an object is point-like (0) or extended (1). Reference band. 290 1
refSizeExtendedness float Moments-based comparison of source size to the local PSF to estimate whether an object is point-like (0) or extended (1). Measured in the reference band; values range from 0 to 1. 300 1
shape_flag boolean General failure flag, set if anything went wrong. Reference band. 310
shape_xx float pixel**2 Gaussian-weighted adaptive moments. Reference band. 320 1
shape_xy float pixel**2 Gaussian-weighted adaptive moments. Reference band. 330 1
shape_yy float pixel**2 Gaussian-weighted adaptive moments. Reference band. 340 1
tract long Skymap tract ID 350 1
g_ap03Flux float nJy Flux within 3.0-pixel radius aperture. Forced on g-band. 360
g_ap03FluxErr float nJy Flux uncertainty within 3.0-pixel radius aperture. Forced on g-band. 370
g_ap03Flux_flag boolean Flag set for any failure with the 3.0-pixel radius aperture flux. Forced on g-band. 380
g_ap06Flux float nJy Flux within 6.0-pixel radius aperture. Forced on g-band. 390
g_ap06FluxErr float nJy Flux uncertainty within 6.0-pixel radius aperture. Forced on g-band. 400
g_ap06Flux_flag boolean Flag set for any failure with the 6.0-pixel radius aperture flux. Forced on g-band. 410
g_ap09Flux float nJy Flux within 9.0-pixel radius aperture. Forced on g-band. 420
g_ap09FluxErr float nJy Flux uncertainty within 9.0-pixel radius aperture. Forced on g-band. 430
g_ap09Flux_flag boolean Flag set for any failure with the 9.0-pixel radius aperture flux. Forced on g-band. 440
g_ap12Flux float nJy Flux within 12.0-pixel radius aperture. Forced on g-band. 450
g_ap12FluxErr float nJy Flux uncertainty within 12.0-pixel radius aperture. Forced on g-band. 460
g_ap12Flux_flag boolean Flag set for any failure with the 12.0-pixel radius aperture flux. Forced on g-band. 470
g_ap17Flux float nJy Flux within 17.0-pixel radius aperture. Forced on g-band. 480
g_ap17FluxErr float nJy Flux uncertainty within 17.0-pixel radius aperture. Forced on g-band. 490
g_ap17Flux_flag boolean Flag set for any failure with the 17.0-pixel radius aperture flux. Forced on g-band. 500
g_ap25Flux float nJy Flux within 25.0-pixel radius aperture. Forced on g-band. 510
g_ap25FluxErr float nJy Flux uncertainty within 25.0-pixel radius aperture. Forced on g-band. 520
g_ap25Flux_flag boolean Flag set for any failure with the 25.0-pixel radius aperture flux. Forced on g-band. 530
g_ap35Flux float nJy Flux within 35.0-pixel radius aperture. Forced on g-band. 540
g_ap35FluxErr float nJy Flux uncertainty within 35.0-pixel radius aperture. Forced on g-band. 550
g_ap35Flux_flag boolean Flag set for any failure with the 35.0-pixel radius aperture flux. Forced on g-band. 560
g_ap50Flux float nJy Flux within 50.0-pixel radius aperture. Forced on g-band. 570
g_ap50FluxErr float nJy Flux uncertainty within 50.0-pixel radius aperture. Forced on g-band. 580
g_ap50Flux_flag boolean Flag set for any failure with the 50.0-pixel radius aperture flux. Forced on g-band. 590
g_ap70Flux float nJy Flux within 70.0-pixel radius aperture. Forced on g-band. 600
g_ap70FluxErr float nJy Flux uncertainty within 70.0-pixel radius aperture. Forced on g-band. 610
g_ap70Flux_flag boolean Flag set for any failure with the 70.0-pixel radius aperture flux. Forced on g-band. 620
g_apFlux_flag boolean Duplicate of g_ap12Flux_flag. 630
g_apFlux_flag_apertureTruncated boolean Duplicate of g_ap12Flux_flag_apertureTruncated. 640
g_apFlux_flag_sincCoeffsTruncated boolean Duplicate of g_ap12Flux_flag_sincCoeffsTruncated. Measured on g-band. 650
g_cModel_chi2 float -ln(likelihood) (chi^2) in CModel fit. Measured on g-band. 660
g_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on g-band. 670
g_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on g-band. 680
g_cModel_expFlux float nJy Flux from the exponential fit. Measured on g-band. 690
g_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on g-band. 700
g_cModel_dev_reff_major float arcsec Half-light ellipse of the de Vaucouleurs fit (major axis). Measured on g-band. 710
g_cModel_dev_reff_minor float arcsec Half-light ellipse of the de Vaucouleurs fit (minor axis). Measured on g-band. 720
g_cModel_dev_theta float Position angle of the de Vaucouleurs fit ellipse. Measured on g-band. 730
g_cModel_exp_reff_major float arcsec Half-light ellipse of the exponential fit (major axis). Measured on g-band. 740
g_cModel_exp_reff_minor float arcsec Half-light ellipse of the exponential fit (minor axis). Measured on g-band. 750
g_cModel_exp_theta float Position angle of the exponential fit ellipse. Measured on g-band. 760
g_blendedness float 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. 770
g_blendedness_flag boolean Flag set for any failure in the blendedness algorithm. Measured on g-band. 780
g_cModelFlux float nJy Flux from the final CModel fit. Forced on g-band. 790
g_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Forced on g-band. 800
g_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Forced on g-band. 810
g_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Forced on g-band. 820
g_cModel_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Forced on g-band. 830
g_cModel_flag_apCorr boolean Flag set if unable to aperture-correct the CModel flux. Forced on g-band. 840
g_calib_astrometry_used boolean Propagated from sources. Measured on g-band. 850
g_calib_photometry_used boolean Propagated from sources. Measured on g-band. 860
g_calib_psf_candidate boolean Propagated from sources. Measured on g-band. 870
g_calib_psf_reserved boolean Propagated from sources. Measured on g-band. 880
g_calib_psf_used boolean Propagated from sources. Measured on g-band. 890
g_centroid_flag boolean Flag set for any failure in the centroid algorithm. Measured on g-band. 900
g_dec double deg Position in declination, measured on g-band. pos.eq.dec 910
g_decErr float deg Error in declination, measured on g-band. stat.error;pos.eq.dec 920
g_extendedness float PSF to cModel flux-ratio measure of whether an object is point-like (0) or extended (1). Measured on g-band; values are either 0 or 1. 930
g_extendedness_flag boolean Flag set for any failure in the flux-ratio extendedness. Measured on g-band. 940
g_sizeExtendedness float Moments-based comparison of source size to the local PSF to estimate whether an object is point-like (0) or extended (1). Measured on g-band; values range from 0 to 1. 950
g_sizeExtendedness_flag boolean Flag set for any failure in the moments-based extendedness. Measured on g-band. 960
g_model_extendedness float Sersic model flux- and size-based estimate of whether the object is extended (resolved) or not, from 0 (compact) to 1 (extended). Uses g-band fluxes; values range from 0 to 1. 970
griz_model_extendedness float Sersic model flux- and size-based estimate of whether the object is extended (resolved) or not, from 0 (compact) to 1 (extended). Uses griz-band fluxes; values range from 0 to 1. 980
g_free_cModelFlux float nJy Flux from the final CModel fit. Measured on g-band. 990
g_free_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Measured on g-band. 1000
g_free_cModelFlux_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Measured on g-band. 1010
g_free_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Measured on g-band. 1020
g_free_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Measured on g-band. 1030
g_free_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on g-band. 1040
g_free_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on g-band. 1050
g_free_cModel_expFlux float nJy Flux from the exponential fit. Measured on g-band. 1060
g_free_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on g-band. 1070
g_free_psfFlux float nJy Flux derived from using the PSF model as a weight function. Measured on g-band. 1080
g_free_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Measured on g-band. 1090
g_free_psfFlux_flag boolean Flag set if the unforced PSF flux failed in this band for any reason. Measured on g-band. 1100
g_gaap0p7Flux float nJy GAaP Flux with 0.7 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on g-band. 1110
g_gaap0p7FluxErr float nJy GAaP Flux uncertainty with 0.7 arcsec aperture after multiplying the seeing by 1.15. Forced on g-band. 1120
g_gaap1p0Flux float nJy GAaP Flux with 1.0 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on g-band. 1130
g_gaap1p0FluxErr float nJy GAaP Flux uncertainty with 1.0 arcsec aperture after multiplying the seeing by 1.15. Forced on g-band. 1140
g_gaapFlux_flag boolean Flag set for any failure in the GAaP photometry. Forced on g-band. 1150
g_gaapFlux_flag_edge boolean Source is too close to the edge. Forced on g-band. 1160
g_gaapPsfFlux float nJy GAaP Flux with PSF aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on g-band. 1170
g_gaapPsfFluxErr float nJy GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on g-band. 1180
g_moments_g1 float Moments-based G1 shear ellipticity parameter (g-band) 1190
g_moments_g2 float Moments-based G2 shear ellipticity parameter (g-band) 1200
g_moments_trace float arcsec Moments-based trace radius (g-band) 1210
g_moments_flag boolean Failure flag for moments (g-band) 1220
g_moments_psf_g1 float Moments-based G1 ellipticity of of the PSF (g-band) 1230
g_moments_psf_g2 float Moments-based G2 ellipticity of of the PSF (g-band) 1240
g_moments_psf_trace float arcsec Moments-based trace radius of the PSF (g-band) 1250
g_moments_psf_flag boolean Failure flag for PSF moments (g-band) 1260
g_moments_psf_debiased_g1 float Moments-based G1 ellipticity of the PSF, debiased (g-band) 1270
g_moments_psf_debiased_g2 float Moments-based G2 ellipticity of the PSF, debiased (g-band) 1280
g_moments_psf_debiased_trace float arcsec Moments-based trace radius of the PSF, debiased (g-band) 1290
g_moments_psf_debiased_flag boolean Failure flag for the debiased PSF moments (g-band) 1300
g_hsmShapeRegauss_e1 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on g-band. 1310
g_hsmShapeRegauss_e2 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on g-band. 1320
g_hsmShapeRegauss_flag boolean Flag set for any failure with the Regaussianziation shapes. Measured on g-band. 1330
g_hsmShapeRegauss_sigma float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on g-band. 1340
g_iPSF_flag boolean Flag set for any failure in the PSF model moments. Measured on g-band. 1350
g_i_flag boolean General failure flag, set if anything went wrong. Measured on g-band. 1360
g_inputCount int Number of images contributing at center, not including any clipping. Forced on g-band. 1370
g_inputCount_flag boolean Flag set for any failure in computing the number of inputs. Forced on g-band. 1380
g_inputCount_flag_noInputs boolean No coadd inputs were recorded. Forced on g-band. 1390
g_ixx float pixel**2 Gaussian-weighted adaptive moments. Measured on g-band. 1400
g_ixxPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on g-band. 1410
g_ixy float pixel**2 Gaussian-weighted adaptive moments. Measured on g-band. 1420
g_ixyPSF float pixel**2 Gaussian-weighted adaptive moments. Measured on g-band. 1430
g_iyy float pixel**2 Gaussian-weighted adaptive moments. Measured on g-band. 1440
g_iyyPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on g-band. 1450
g_hsm_moments_30 float HSM higher-order moment 30. Measured on g-band. 1460
g_hsm_momentsPsf_30 float HSM higher-order moment 30 measured on the PSF model at the position of the object. Measured on g-band. 1470
g_hsm_moments_21 float HSM higher-order moment 21. Measured on g-band. 1480
g_hsm_momentsPsf_21 float HSM higher-order moment 21 measured on the PSF model at the position of the object. Measured on g-band. 1490
g_hsm_moments_12 float HSM higher-order moment 12. Measured on g-band. 1500
g_hsm_momentsPsf_12 float HSM higher-order moment 12 measured on the PSF model at the position of the object. Measured on g-band. 1510
g_hsm_moments_03 float HSM higher-order moment 03. Measured on g-band. 1520
g_hsm_momentsPsf_03 float HSM higher-order moment 03 measured on the PSF model at the position of the object. Measured on g-band. 1530
g_hsm_moments_40 float HSM higher-order moment 40. Measured on g-band. 1540
g_hsm_momentsPsf_40 float HSM higher-order moment 40 measured on the PSF model at the position of the object. Measured on g-band. 1550
g_hsm_moments_31 float HSM higher-order moment 31. Measured on g-band. 1560
g_hsm_momentsPsf_31 float HSM higher-order moment 31 measured on the PSF model at the position of the object. Measured on g-band. 1570
g_hsm_moments_22 float HSM higher-order moment 22. Measured on g-band. 1580
g_hsm_momentsPsf_22 float HSM higher-order moment 22 measured on the PSF model at the position of the object. Measured on g-band. 1590
g_hsm_moments_13 float HSM higher-order moment 13. Measured on g-band. 1600
g_hsm_momentsPsf_13 float HSM higher-order moment 13 measured on the PSF model at the position of the object. Measured on g-band. 1610
g_hsm_moments_04 float HSM higher-order moment 04. Measured on g-band. 1620
g_hsm_momentsPsf_04 float HSM higher-order moment 04 measured on the PSF model at the position of the object. Measured on g-band. 1630
g_hsm_moments_flag boolean Flag set for any failure in the HSM higher-order moments. Measured on g-band. 1640
g_hsm_momentsPsf_flag boolean Flag set for any failure in the HSM higher-order moment on the PSF model. Measured on g-band. 1650
g_kronFlux float nJy Flux measured within an elliptical aperture 2.5 times the Kron radius. Measured on g-band. 1660
g_kronFluxErr float nJy Flux uncertainty from Kron Flux algorithm. Measured on g-band. 1670
g_kronFlux_flag boolean Flag set for any failure in the Kron photometry. Measured on g-band. 1680
g_kronFlux_flag_bad_radius boolean Bad Kron radius. Measured on g-band. 1690
g_kronFlux_flag_bad_shape boolean Shape for measuring Kron radius is bad; used PSF shape. Measured on g-band. 1700
g_kronFlux_flag_bad_shape_no_psf boolean Bad shape and no PSF. Measured on g-band. 1710
g_kronFlux_flag_edge boolean Bad measurement due to image edge. Measured on g-band. 1720
g_kronFlux_flag_no_fallback_radius boolean No minimum radius and no PSF provided. Measured on g-band. 1730
g_kronFlux_flag_no_minimum_radius boolean Minimum radius could not enforced, no minimum value or PSF. Measured on g-band. 1740
g_kronFlux_flag_small_radius boolean Measured Kron radius was smaller than that of the PSF. Measured on g-band. 1750
g_kronFlux_flag_used_minimum_radius boolean Used the minimum radius for the Kron radius. Measured on g-band. 1760
g_kronFlux_flag_used_psf_radius boolean Kron radius fell back to being derived from the PSF radius. Measured on g-band. 1770
g_kronRad float pixel Kron radius (sqrt(a*b)). Measured on g-band. 1780
g_pixelFlags_bad boolean Deprecated; only set when there is no g-band data. 1790
g_pixelFlags_clipped boolean Artifacts were rejected by warp comparison in this object's footprint. Measured on g-band. 1800
g_pixelFlags_clippedCenter boolean Artifacts were rejected by warp comparison in this object's center. Measured on g-band. 1810
g_pixelFlags_cr boolean A cosmic ray was detected and interpolated in this object's footprint. Measured on g-band. 1820
g_pixelFlags_crCenter boolean A cosmic ray was detected and interpolated in this object's center. Measured on g-band. 1830
g_pixelFlags_edge boolean Deprecated; only set when there is no g-band data. 1840
g_pixelFlags_inexact_psf boolean The PSF model is discontinuous in this object's footprint. Measured on g-band. 1850
g_pixelFlags_inexact_psfCenter boolean The PSF model is discontinuosu near this object's center. Measured on g-band. 1860
g_pixelFlags_interpolated boolean An interpolated pixel contributed to the coadd in this object's footprint. Measured on g-band. 1870
g_pixelFlags_interpolatedCenter boolean An interpolated pixel contributed to the coadd near this object's center. Measured on g-band. 1880
g_pixelFlags_nodata boolean No pixel data was available in this band for this object. Measured on g-band. 1890
g_pixelFlags_offimage boolean Deprecated; only set when there is no g-band data. 1900
g_pixelFlags_saturated boolean Saturated pixels were rejected from this object's footprint, but would otherwise have contributed more than 10% of at least one pixel. Measured on g-band. 1910
g_pixelFlags_saturatedCenter boolean Saturated pixels were rjected from near this object's center, but would otherwise have contributed more than 10% of at least one pixel. Measured on g-band. 1920
g_pixelFlags_sensor_edge boolean A detector boundary passed through this object's footprint. Measured on g-band. 1930
g_pixelFlags_sensor_edgeCenter boolean A detector boundary passed close to this object's center. Measured on g-band. 1940
g_pixelFlags_suspect boolean Deprecated; only set when there is no g-band data. 1950
g_pixelFlags_suspectCenter boolean Deprecated; only set when there is no g-band data. 1960
g_invalidPsfFlag boolean This object has an invalid PSF (usually no inputs). Measured on g-band. 1970
g_psfFlux float nJy Flux derived from using the PSF model as a weight function. Forced on g-band. 1980
g_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Forced on g-band. 1990
g_psfFlux_area float pixel Effective area of PSF. Forced on g-band. 2000
g_psfFlux_flag boolean General Failure Flag. Forced on g-band. 2010
g_psfFlux_flag_apCorr boolean Flag set if unable to aperture-correct the PSF flux. Forced on g-band. 2020
g_psfFlux_flag_edge boolean Object was too close to the edge of the image to use the full PSF model. Forced on g-band. 2030
g_psfFlux_flag_noGoodPixels boolean Not enough non-rejected pixels in data to attempt the fit. Forced on g-band. 2040
g_ra double deg Position in right ascension, measured on g-band. pos.eq.ra 2050
g_raErr float deg Error in right ascension, measured on g-band. stat.error;pos.eq.ra 2060
g_ra_dec_Cov float deg**2 Covariance between right ascension and declination, measured on g-band. stat.covariance;pos.eq.ra;pos.eq.dec 2070
g_deblend_dataCoverage float Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the g-band. 2080
g_deblend_blendedness float Blendedness in the deconvolved scarlet space. 2090
g_deblend_fluxOverlap float The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. 2100
g_deblend_fluxOverlapFraction float Fraction of flux from neighbors / source flux in the deconvolved footprint. 2110
g_deblend_zeroFlux boolean True when there was no flux attributed to this object after flux redistribution in the deblender. 2120
i_ap03Flux float nJy Flux within 3.0-pixel radius aperture. Forced on i-band. 2130
i_ap03FluxErr float nJy Flux uncertainty within 3.0-pixel radius aperture. Forced on i-band. 2140
i_ap03Flux_flag boolean Flag set for any failure with the 3.0-pixel radius aperture flux. Forced on i-band. 2150
i_ap06Flux float nJy Flux within 6.0-pixel radius aperture. Forced on i-band. 2160
i_ap06FluxErr float nJy Flux uncertainty within 6.0-pixel radius aperture. Forced on i-band. 2170
i_ap06Flux_flag boolean Flag set for any failure with the 6.0-pixel radius aperture flux. Forced on i-band. 2180
i_ap09Flux float nJy Flux within 9.0-pixel radius aperture. Forced on i-band. 2190
i_ap09FluxErr float nJy Flux uncertainty within 9.0-pixel radius aperture. Forced on i-band. 2200
i_ap09Flux_flag boolean Flag set for any failure with the 9.0-pixel radius aperture flux. Forced on i-band. 2210
i_ap12Flux float nJy Flux within 12.0-pixel radius aperture. Forced on i-band. 2220
i_ap12FluxErr float nJy Flux uncertainty within 12.0-pixel radius aperture. Forced on i-band. 2230
i_ap12Flux_flag boolean Flag set for any failure with the 12.0-pixel radius aperture flux. Forced on i-band. 2240
i_ap17Flux float nJy Flux within 17.0-pixel radius aperture. Forced on i-band. 2250
i_ap17FluxErr float nJy Flux uncertainty within 17.0-pixel radius aperture. Forced on i-band. 2260
i_ap17Flux_flag boolean Flag set for any failure with the 17.0-pixel radius aperture flux. Forced on i-band. 2270
i_ap25Flux float nJy Flux within 25.0-pixel radius aperture. Forced on i-band. 2280
i_ap25FluxErr float nJy Flux uncertainty within 25.0-pixel radius aperture. Forced on i-band. 2290
i_ap25Flux_flag boolean Flag set for any failure with the 25.0-pixel radius aperture flux. Forced on i-band. 2300
i_ap35Flux float nJy Flux within 35.0-pixel radius aperture. Forced on i-band. 2310
i_ap35FluxErr float nJy Flux uncertainty within 35.0-pixel radius aperture. Forced on i-band. 2320
i_ap35Flux_flag boolean Flag set for any failure with the 35.0-pixel radius aperture flux. Forced on i-band. 2330
i_ap50Flux float nJy Flux within 50.0-pixel radius aperture. Forced on i-band. 2340
i_ap50FluxErr float nJy Flux uncertainty within 50.0-pixel radius aperture. Forced on i-band. 2350
i_ap50Flux_flag boolean Flag set for any failure with the 50.0-pixel radius aperture flux. Forced on i-band. 2360
i_ap70Flux float nJy Flux within 70.0-pixel radius aperture. Forced on i-band. 2370
i_ap70FluxErr float nJy Flux uncertainty within 70.0-pixel radius aperture. Forced on i-band. 2380
i_ap70Flux_flag boolean Flag set for any failure with the 70.0-pixel radius aperture flux. Forced on i-band. 2390
i_apFlux_flag boolean Duplicate of i_ap12Flux_flag. 2400
i_apFlux_flag_apertureTruncated boolean Duplicate of i_ap12Flux_flag_apertureTruncated. 2410
i_apFlux_flag_sincCoeffsTruncated boolean Duplicate of i_ap12Flux_flag_sincCoeffsTruncated. Measured on i-band. 2420
i_cModel_chi2 float -ln(likelihood) (chi^2) in CModel fit. Measured on i-band. 2430
i_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on i-band. 2440
i_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on i-band. 2450
i_cModel_expFlux float nJy Flux from the exponential fit. Measured on i-band. 2460
i_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on i-band. 2470
i_cModel_dev_reff_major float arcsec Half-light ellipse of the de Vaucouleurs fit (major axis). Measured on i-band. 2480
i_cModel_dev_reff_minor float arcsec Half-light ellipse of the de Vaucouleurs fit (minor axis). Measured on i-band. 2490
i_cModel_dev_theta float Position angle of the de Vaucouleurs fit ellipse. Measured on i-band. 2500
i_cModel_exp_reff_major float arcsec Half-light ellipse of the exponential fit (major axis). Measured on i-band. 2510
i_cModel_exp_reff_minor float arcsec Half-light ellipse of the exponential fit (minor axis). Measured on i-band. 2520
i_cModel_exp_theta float Position angle of the exponential fit ellipse. Measured on i-band. 2530
i_blendedness float 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. 2540
i_blendedness_flag boolean Flag set for any failure in the blendedness algorithm. Measured on i-band. 2550
i_cModelFlux float nJy Flux from the final CModel fit. Forced on i-band. 2560
i_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Forced on i-band. 2570
i_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Forced on i-band. 2580
i_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Forced on i-band. 2590
i_cModel_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Forced on i-band. 2600
i_cModel_flag_apCorr boolean Flag set if unable to aperture-correct the CModel flux. Forced on i-band. 2610
i_calib_astrometry_used boolean Propagated from sources. Measured on i-band. 2620
i_calib_photometry_used boolean Propagated from sources. Measured on i-band. 2630
i_calib_psf_candidate boolean Propagated from sources. Measured on i-band. 2640
i_calib_psf_reserved boolean Propagated from sources. Measured on i-band. 2650
i_calib_psf_used boolean Propagated from sources. Measured on i-band. 2660
i_centroid_flag boolean Flag set for any failure in the centroid algorithm. Measured on i-band. 2670
i_dec double deg Position in declination, measured on i-band. pos.eq.dec 2680
i_decErr float deg Error in declination, measured on i-band. stat.error;pos.eq.dec 2690
i_extendedness float PSF to cModel flux-ratio measure of whether an object is point-like (0) or extended (1). Measured on i-band; values are either 0 or 1. 2700
i_extendedness_flag boolean Flag set for any failure in the flux-ratio extendedness. Measured on i-band. 2710
i_sizeExtendedness float Moments-based comparison of source size to the local PSF to estimate whether an object is point-like (0) or extended (1). Measured on i-band; values range from 0 to 1. 2720
i_sizeExtendedness_flag boolean Flag set for any failure in the moments-based extendedness. Measured on i-band. 2730
i_model_extendedness float Sersic model flux- and size-based estimate of whether the object is extended (resolved) or not, from 0 (compact) to 1 (extended). Uses i-band fluxes; values range from 0 to 1. 2740
i_free_cModelFlux float nJy Flux from the final CModel fit. Measured on i-band. 2750
i_free_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Measured on i-band. 2760
i_free_cModelFlux_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Measured on i-band. 2770
i_free_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Measured on i-band. 2780
i_free_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Measured on i-band. 2790
i_free_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on i-band. 2800
i_free_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on i-band. 2810
i_free_cModel_expFlux float nJy Flux from the exponential fit. Measured on i-band. 2820
i_free_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on i-band. 2830
i_free_psfFlux float nJy Flux derived from using the PSF model as a weight function. Measured on i-band. 2840
i_free_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Measured on i-band. 2850
i_free_psfFlux_flag boolean Flag set if the unforced PSF flux failed in this band for any reason. Measured on i-band. 2860
i_gaap0p7Flux float nJy GAaP Flux with 0.7 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on i-band. 2870
i_gaap0p7FluxErr float nJy GAaP Flux uncertainty with 0.7 arcsec aperture after multiplying the seeing by 1.15. Forced on i-band. 2880
i_gaap1p0Flux float nJy GAaP Flux with 1.0 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on i-band. 2890
i_gaap1p0FluxErr float nJy GAaP Flux uncertainty with 1.0 arcsec aperture after multiplying the seeing by 1.15. Forced on i-band. 2900
i_gaapFlux_flag boolean Flag set for any failure in the GAaP photometry. Forced on i-band. 2910
i_gaapFlux_flag_edge boolean Source is too close to the edge. Forced on i-band. 2920
i_gaapPsfFlux float nJy GAaP Flux with PSF aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on i-band. 2930
i_gaapPsfFluxErr float nJy GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on i-band. 2940
i_moments_g1 float Moments-based G1 shear ellipticity parameter (i-band) 2950
i_moments_g2 float Moments-based G2 shear ellipticity parameter (i-band) 2960
i_moments_trace float arcsec Moments-based trace radius (i-band) 2970
i_moments_flag boolean Failure flag for moments (i-band) 2980
i_moments_psf_g1 float Moments-based G1 ellipticity of of the PSF (i-band) 2990
i_moments_psf_g2 float Moments-based G2 ellipticity of of the PSF (i-band) 3000
i_moments_psf_trace float arcsec Moments-based trace radius of the PSF (i-band) 3010
i_moments_psf_flag boolean Failure flag for PSF moments (i-band) 3020
i_moments_psf_debiased_g1 float Moments-based G1 ellipticity of the PSF, debiased (i-band) 3030
i_moments_psf_debiased_g2 float Moments-based G2 ellipticity of the PSF, debiased (i-band) 3040
i_moments_psf_debiased_trace float arcsec Moments-based trace radius of the PSF, debiased (i-band) 3050
i_moments_psf_debiased_flag boolean Failure flag for the debiased PSF moments (i-band) 3060
i_hsmShapeRegauss_e1 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on i-band. 3070
i_hsmShapeRegauss_e2 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on i-band. 3080
i_hsmShapeRegauss_flag boolean Flag set for any failure with the Regaussianziation shapes. Measured on i-band. 3090
i_hsmShapeRegauss_sigma float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on i-band. 3100
i_iPSF_flag boolean Flag set for any failure in the PSF model moments. Measured on i-band. 3110
i_i_flag boolean General failure flag, set if anything went wrong. Measured on i-band. 3120
i_inputCount int Number of images contributing at center, not including any clipping. Forced on i-band. 3130
i_inputCount_flag boolean Flag set for any failure in computing the number of inputs. Forced on i-band. 3140
i_inputCount_flag_noInputs boolean No coadd inputs were recorded. Forced on i-band. 3150
i_ixx float pixel**2 Gaussian-weighted adaptive moments. Measured on i-band. 3160
i_ixxPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on i-band. 3170
i_ixy float pixel**2 Gaussian-weighted adaptive moments. Measured on i-band. 3180
i_ixyPSF float pixel**2 Gaussian-weighted adaptive moments. Measured on i-band. 3190
i_iyy float pixel**2 Gaussian-weighted adaptive moments. Measured on i-band. 3200
i_iyyPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on i-band. 3210
i_hsm_moments_30 float HSM higher-order moment 30. Measured on i-band. 3220
i_hsm_momentsPsf_30 float HSM higher-order moment 30 measured on the PSF model at the position of the object. Measured on i-band. 3230
i_hsm_moments_21 float HSM higher-order moment 21. Measured on i-band. 3240
i_hsm_momentsPsf_21 float HSM higher-order moment 21 measured on the PSF model at the position of the object. Measured on i-band. 3250
i_hsm_moments_12 float HSM higher-order moment 12. Measured on i-band. 3260
i_hsm_momentsPsf_12 float HSM higher-order moment 12 measured on the PSF model at the position of the object. Measured on i-band. 3270
i_hsm_moments_03 float HSM higher-order moment 03. Measured on i-band. 3280
i_hsm_momentsPsf_03 float HSM higher-order moment 03 measured on the PSF model at the position of the object. Measured on i-band. 3290
i_hsm_moments_40 float HSM higher-order moment 40. Measured on i-band. 3300
i_hsm_momentsPsf_40 float HSM higher-order moment 40 measured on the PSF model at the position of the object. Measured on i-band. 3310
i_hsm_moments_31 float HSM higher-order moment 31. Measured on i-band. 3320
i_hsm_momentsPsf_31 float HSM higher-order moment 31 measured on the PSF model at the position of the object. Measured on i-band. 3330
i_hsm_moments_22 float HSM higher-order moment 22. Measured on i-band. 3340
i_hsm_momentsPsf_22 float HSM higher-order moment 22 measured on the PSF model at the position of the object. Measured on i-band. 3350
i_hsm_moments_13 float HSM higher-order moment 13. Measured on i-band. 3360
i_hsm_momentsPsf_13 float HSM higher-order moment 13 measured on the PSF model at the position of the object. Measured on i-band. 3370
i_hsm_moments_04 float HSM higher-order moment 04. Measured on i-band. 3380
i_hsm_momentsPsf_04 float HSM higher-order moment 04 measured on the PSF model at the position of the object. Measured on i-band. 3390
i_hsm_moments_flag boolean Flag set for any failure in the HSM higher-order moments. Measured on i-band. 3400
i_hsm_momentsPsf_flag boolean Flag set for any failure in the HSM higher-order moment on the PSF model. Measured on i-band. 3410
i_kronFlux float nJy Flux measured within an elliptical aperture 2.5 times the Kron radius. Measured on i-band. 3420
i_kronFluxErr float nJy Flux uncertainty from Kron Flux algorithm. Measured on i-band. 3430
i_kronFlux_flag boolean Flag set for any failure in the Kron photometry. Measured on i-band. 3440
i_kronFlux_flag_bad_radius boolean Bad Kron radius. Measured on i-band. 3450
i_kronFlux_flag_bad_shape boolean Shape for measuring Kron radius is bad; used PSF shape. Measured on i-band. 3460
i_kronFlux_flag_bad_shape_no_psf boolean Bad shape and no PSF. Measured on i-band. 3470
i_kronFlux_flag_edge boolean Bad measurement due to image edge. Measured on i-band. 3480
i_kronFlux_flag_no_fallback_radius boolean No minimum radius and no PSF provided. Measured on i-band. 3490
i_kronFlux_flag_no_minimum_radius boolean Minimum radius could not enforced, no minimum value or PSF. Measured on i-band. 3500
i_kronFlux_flag_small_radius boolean Measured Kron radius was smaller than that of the PSF. Measured on i-band. 3510
i_kronFlux_flag_used_minimum_radius boolean Used the minimum radius for the Kron radius. Measured on i-band. 3520
i_kronFlux_flag_used_psf_radius boolean Kron radius fell back to being derived from the PSF radius. Measured on i-band. 3530
i_kronRad float pixel Kron radius (sqrt(a*b)). Measured on i-band. 3540
i_pixelFlags_bad boolean Deprecated; only set when there is no i-band data. 3550
i_pixelFlags_clipped boolean Artifacts were rejected by warp comparison in this object's footprint. Measured on i-band. 3560
i_pixelFlags_clippedCenter boolean Artifacts were rejected by warp comparison in this object's center. Measured on i-band. 3570
i_pixelFlags_cr boolean A cosmic ray was detected and interpolated in this object's footprint. Measured on i-band. 3580
i_pixelFlags_crCenter boolean A cosmic ray was detected and interpolated in this object's center. Measured on i-band. 3590
i_pixelFlags_edge boolean Deprecated; only set when there is no i-band data. 3600
i_pixelFlags_inexact_psf boolean The PSF model is discontinuous in this object's footprint. Measured on i-band. 3610
i_pixelFlags_inexact_psfCenter boolean The PSF model is discontinuosu near this object's center. Measured on i-band. 3620
i_pixelFlags_interpolated boolean An interpolated pixel contributed to the coadd in this object's footprint. Measured on i-band. 3630
i_pixelFlags_interpolatedCenter boolean An interpolated pixel contributed to the coadd near this object's center. Measured on i-band. 3640
i_pixelFlags_nodata boolean No pixel data was available in this band for this object. Measured on i-band. 3650
i_pixelFlags_offimage boolean Deprecated; only set when there is no i-band data. 3660
i_pixelFlags_saturated boolean Saturated pixels were rejected from this object's footprint, but would otherwise have contributed more than 10% of at least one pixel. Measured on i-band. 3670
i_pixelFlags_saturatedCenter boolean Saturated pixels were rjected from near this object's center, but would otherwise have contributed more than 10% of at least one pixel. Measured on i-band. 3680
i_pixelFlags_sensor_edge boolean A detector boundary passed through this object's footprint. Measured on i-band. 3690
i_pixelFlags_sensor_edgeCenter boolean A detector boundary passed close to this object's center. Measured on i-band. 3700
i_pixelFlags_suspect boolean Deprecated; only set when there is no i-band data. 3710
i_pixelFlags_suspectCenter boolean Deprecated; only set when there is no i-band data. 3720
i_invalidPsfFlag boolean This object has an invalid PSF (usually no inputs). Measured on i-band. 3730
i_psfFlux float nJy Flux derived from using the PSF model as a weight function. Forced on i-band. 3740
i_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Forced on i-band. 3750
i_psfFlux_area float pixel Effective area of PSF. Forced on i-band. 3760
i_psfFlux_flag boolean General Failure Flag. Forced on i-band. 3770
i_psfFlux_flag_apCorr boolean Flag set if unable to aperture-correct the PSF flux. Forced on i-band. 3780
i_psfFlux_flag_edge boolean Object was too close to the edge of the image to use the full PSF model. Forced on i-band. 3790
i_psfFlux_flag_noGoodPixels boolean Not enough non-rejected pixels in data to attempt the fit. Forced on i-band. 3800
i_ra double deg Position in right ascension, measured on i-band. pos.eq.ra 3810
i_raErr float deg Error in right ascension, measured on i-band. stat.error;pos.eq.ra 3820
i_ra_dec_Cov float deg**2 Covariance between right ascension and declination, measured on i-band. stat.covariance;pos.eq.ra;pos.eq.dec 3830
i_deblend_dataCoverage float Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the i-band. 3840
i_deblend_blendedness float Blendedness in the deconvolved scarlet space. 3850
i_deblend_fluxOverlap float The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. 3860
i_deblend_fluxOverlapFraction float Fraction of flux from neighbors / source flux in the deconvolved footprint. 3870
i_deblend_zeroFlux boolean True when there was no flux attributed to this object after flux redistribution in the deblender. 3880
r_ap03Flux float nJy Flux within 3.0-pixel radius aperture. Forced on r-band. 3890
r_ap03FluxErr float nJy Flux uncertainty within 3.0-pixel radius aperture. Forced on r-band. 3900
r_ap03Flux_flag boolean Flag set for any failure with the 3.0-pixel radius aperture flux. Forced on r-band. 3910
r_ap06Flux float nJy Flux within 6.0-pixel radius aperture. Forced on r-band. 3920
r_ap06FluxErr float nJy Flux uncertainty within 6.0-pixel radius aperture. Forced on r-band. 3930
r_ap06Flux_flag boolean Flag set for any failure with the 6.0-pixel radius aperture flux. Forced on r-band. 3940
r_ap09Flux float nJy Flux within 9.0-pixel radius aperture. Forced on r-band. 3950
r_ap09FluxErr float nJy Flux uncertainty within 9.0-pixel radius aperture. Forced on r-band. 3960
r_ap09Flux_flag boolean Flag set for any failure with the 9.0-pixel radius aperture flux. Forced on r-band. 3970
r_ap12Flux float nJy Flux within 12.0-pixel radius aperture. Forced on r-band. 3980
r_ap12FluxErr float nJy Flux uncertainty within 12.0-pixel radius aperture. Forced on r-band. 3990
r_ap12Flux_flag boolean Flag set for any failure with the 12.0-pixel radius aperture flux. Forced on r-band. 4000
r_ap17Flux float nJy Flux within 17.0-pixel radius aperture. Forced on r-band. 4010
r_ap17FluxErr float nJy Flux uncertainty within 17.0-pixel radius aperture. Forced on r-band. 4020
r_ap17Flux_flag boolean Flag set for any failure with the 17.0-pixel radius aperture flux. Forced on r-band. 4030
r_ap25Flux float nJy Flux within 25.0-pixel radius aperture. Forced on r-band. 4040
r_ap25FluxErr float nJy Flux uncertainty within 25.0-pixel radius aperture. Forced on r-band. 4050
r_ap25Flux_flag boolean Flag set for any failure with the 25.0-pixel radius aperture flux. Forced on r-band. 4060
r_ap35Flux float nJy Flux within 35.0-pixel radius aperture. Forced on r-band. 4070
r_ap35FluxErr float nJy Flux uncertainty within 35.0-pixel radius aperture. Forced on r-band. 4080
r_ap35Flux_flag boolean Flag set for any failure with the 35.0-pixel radius aperture flux. Forced on r-band. 4090
r_ap50Flux float nJy Flux within 50.0-pixel radius aperture. Forced on r-band. 4100
r_ap50FluxErr float nJy Flux uncertainty within 50.0-pixel radius aperture. Forced on r-band. 4110
r_ap50Flux_flag boolean Flag set for any failure with the 50.0-pixel radius aperture flux. Forced on r-band. 4120
r_ap70Flux float nJy Flux within 70.0-pixel radius aperture. Forced on r-band. 4130
r_ap70FluxErr float nJy Flux uncertainty within 70.0-pixel radius aperture. Forced on r-band. 4140
r_ap70Flux_flag boolean Flag set for any failure with the 70.0-pixel radius aperture flux. Forced on r-band. 4150
r_apFlux_flag boolean Duplicate of r_ap12Flux_flag. 4160
r_apFlux_flag_apertureTruncated boolean Duplicate of r_ap12Flux_flag_apertureTruncated. 4170
r_apFlux_flag_sincCoeffsTruncated boolean Duplicate of r_ap12Flux_flag_sincCoeffsTruncated. Measured on r-band. 4180
r_cModel_chi2 float -ln(likelihood) (chi^2) in CModel fit. Measured on r-band. 4190
r_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on r-band. 4200
r_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on r-band. 4210
r_cModel_expFlux float nJy Flux from the exponential fit. Measured on r-band. 4220
r_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on r-band. 4230
r_cModel_dev_reff_major float arcsec Half-light ellipse of the de Vaucouleurs fit (major axis). Measured on r-band. 4240
r_cModel_dev_reff_minor float arcsec Half-light ellipse of the de Vaucouleurs fit (minor axis). Measured on r-band. 4250
r_cModel_dev_theta float Position angle of the de Vaucouleurs fit ellipse. Measured on r-band. 4260
r_cModel_exp_reff_major float arcsec Half-light ellipse of the exponential fit (major axis). Measured on r-band. 4270
r_cModel_exp_reff_minor float arcsec Half-light ellipse of the exponential fit (minor axis). Measured on r-band. 4280
r_cModel_exp_theta float Position angle of the exponential fit ellipse. Measured on r-band. 4290
r_blendedness float 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. 4300
r_blendedness_flag boolean Flag set for any failure in the blendedness algorithm. Measured on r-band. 4310
r_cModelFlux float nJy Flux from the final CModel fit. Forced on r-band. 4320
r_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Forced on r-band. 4330
r_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Forced on r-band. 4340
r_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Forced on r-band. 4350
r_cModel_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Forced on r-band. 4360
r_cModel_flag_apCorr boolean Flag set if unable to aperture-correct the CModel flux. Forced on r-band. 4370
r_calib_astrometry_used boolean Propagated from sources. Measured on r-band. 4380
r_calib_photometry_used boolean Propagated from sources. Measured on r-band. 4390
r_calib_psf_candidate boolean Propagated from sources. Measured on r-band. 4400
r_calib_psf_reserved boolean Propagated from sources. Measured on r-band. 4410
r_calib_psf_used boolean Propagated from sources. Measured on r-band. 4420
r_centroid_flag boolean Flag set for any failure in the centroid algorithm. Measured on r-band. 4430
r_dec double deg Position in declination, measured on r-band. pos.eq.dec 4440
r_decErr float deg Error in declination, measured on r-band. stat.error;pos.eq.dec 4450
r_extendedness float PSF to cModel flux-ratio measure of whether an object is point-like (0) or extended (1). Measured on r-band; values are either 0 or 1. 4460
r_extendedness_flag boolean Flag set for any failure in the flux-ratio extendedness. Measured on r-band. 4470
r_sizeExtendedness float Moments-based comparison of source size to the local PSF to estimate whether an object is point-like (0) or extended (1). Measured on r-band; values range from 0 to 1. 4480
r_sizeExtendedness_flag boolean Flag set for any failure in the moments-based extendedness. Measured on r-band. 4490
r_model_extendedness float Sersic model flux- and size-based estimate of whether the object is extended (resolved) or not, from 0 (compact) to 1 (extended). Uses r-band fluxes; values range from 0 to 1. 4500
r_free_cModelFlux float nJy Flux from the final CModel fit. Measured on r-band. 4510
r_free_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Measured on r-band. 4520
r_free_cModelFlux_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Measured on r-band. 4530
r_free_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Measured on r-band. 4540
r_free_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Measured on r-band. 4550
r_free_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on r-band. 4560
r_free_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on r-band. 4570
r_free_cModel_expFlux float nJy Flux from the exponential fit. Measured on r-band. 4580
r_free_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on r-band. 4590
r_free_psfFlux float nJy Flux derived from using the PSF model as a weight function. Measured on r-band. 4600
r_free_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Measured on r-band. 4610
r_free_psfFlux_flag boolean Flag set if the unforced PSF flux failed in this band for any reason. Measured on r-band. 4620
r_gaap0p7Flux float nJy GAaP Flux with 0.7 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on r-band. 4630
r_gaap0p7FluxErr float nJy GAaP Flux uncertainty with 0.7 arcsec aperture after multiplying the seeing by 1.15. Forced on r-band. 4640
r_gaap1p0Flux float nJy GAaP Flux with 1.0 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on r-band. 4650
r_gaap1p0FluxErr float nJy GAaP Flux uncertainty with 1.0 arcsec aperture after multiplying the seeing by 1.15. Forced on r-band. 4660
r_gaapFlux_flag boolean Flag set for any failure in the GAaP photometry. Forced on r-band. 4670
r_gaapFlux_flag_edge boolean Source is too close to the edge. Forced on r-band. 4680
r_gaapPsfFlux float nJy GAaP Flux with PSF aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on r-band. 4690
r_gaapPsfFluxErr float nJy GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on r-band. 4700
r_moments_g1 float Moments-based G1 shear ellipticity parameter (r-band) 4710
r_moments_g2 float Moments-based G2 shear ellipticity parameter (r-band) 4720
r_moments_trace float arcsec Moments-based trace radius (r-band) 4730
r_moments_flag boolean Failure flag for moments (r-band) 4740
r_moments_psf_g1 float Moments-based G1 ellipticity of of the PSF (r-band) 4750
r_moments_psf_g2 float Moments-based G2 ellipticity of of the PSF (r-band) 4760
r_moments_psf_trace float arcsec Moments-based trace radius of the PSF (r-band) 4770
r_moments_psf_flag boolean Failure flag for PSF moments (r-band) 4780
r_moments_psf_debiased_g1 float Moments-based G1 ellipticity of the PSF, debiased (r-band) 4790
r_moments_psf_debiased_g2 float Moments-based G2 ellipticity of the PSF, debiased (r-band) 4800
r_moments_psf_debiased_trace float arcsec Moments-based trace radius of the PSF, debiased (r-band) 4810
r_moments_psf_debiased_flag boolean Failure flag for the debiased PSF moments (r-band) 4820
r_hsmShapeRegauss_e1 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on r-band. 4830
r_hsmShapeRegauss_e2 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on r-band. 4840
r_hsmShapeRegauss_flag boolean Flag set for any failure with the Regaussianziation shapes. Measured on r-band. 4850
r_hsmShapeRegauss_sigma float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on r-band. 4860
r_iPSF_flag boolean Flag set for any failure in the PSF model moments. Measured on r-band. 4870
r_i_flag boolean General failure flag, set if anything went wrong. Measured on r-band. 4880
r_inputCount int Number of images contributing at center, not including any clipping. Forced on r-band. 4890
r_inputCount_flag boolean Flag set for any failure in computing the number of inputs. Forced on r-band. 4900
r_inputCount_flag_noInputs boolean No coadd inputs were recorded. Forced on r-band. 4910
r_ixx float pixel**2 Gaussian-weighted adaptive moments. Measured on r-band. 4920
r_ixxPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on r-band. 4930
r_ixy float pixel**2 Gaussian-weighted adaptive moments. Measured on r-band. 4940
r_ixyPSF float pixel**2 Gaussian-weighted adaptive moments. Measured on r-band. 4950
r_iyy float pixel**2 Gaussian-weighted adaptive moments. Measured on r-band. 4960
r_iyyPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on r-band. 4970
r_hsm_moments_30 float HSM higher-order moment 30. Measured on r-band. 4980
r_hsm_momentsPsf_30 float HSM higher-order moment 30 measured on the PSF model at the position of the object. Measured on r-band. 4990
r_hsm_moments_21 float HSM higher-order moment 21. Measured on r-band. 5000
r_hsm_momentsPsf_21 float HSM higher-order moment 21 measured on the PSF model at the position of the object. Measured on r-band. 5010
r_hsm_moments_12 float HSM higher-order moment 12. Measured on r-band. 5020
r_hsm_momentsPsf_12 float HSM higher-order moment 12 measured on the PSF model at the position of the object. Measured on r-band. 5030
r_hsm_moments_03 float HSM higher-order moment 03. Measured on r-band. 5040
r_hsm_momentsPsf_03 float HSM higher-order moment 03 measured on the PSF model at the position of the object. Measured on r-band. 5050
r_hsm_moments_40 float HSM higher-order moment 40. Measured on r-band. 5060
r_hsm_momentsPsf_40 float HSM higher-order moment 40 measured on the PSF model at the position of the object. Measured on r-band. 5070
r_hsm_moments_31 float HSM higher-order moment 31. Measured on r-band. 5080
r_hsm_momentsPsf_31 float HSM higher-order moment 31 measured on the PSF model at the position of the object. Measured on r-band. 5090
r_hsm_moments_22 float HSM higher-order moment 22. Measured on r-band. 5100
r_hsm_momentsPsf_22 float HSM higher-order moment 22 measured on the PSF model at the position of the object. Measured on r-band. 5110
r_hsm_moments_13 float HSM higher-order moment 13. Measured on r-band. 5120
r_hsm_momentsPsf_13 float HSM higher-order moment 13 measured on the PSF model at the position of the object. Measured on r-band. 5130
r_hsm_moments_04 float HSM higher-order moment 04. Measured on r-band. 5140
r_hsm_momentsPsf_04 float HSM higher-order moment 04 measured on the PSF model at the position of the object. Measured on r-band. 5150
r_hsm_moments_flag boolean Flag set for any failure in the HSM higher-order moments. Measured on r-band. 5160
r_hsm_momentsPsf_flag boolean Flag set for any failure in the HSM higher-order moment on the PSF model. Measured on r-band. 5170
r_kronFlux float nJy Flux measured within an elliptical aperture 2.5 times the Kron radius. Measured on r-band. 5180
r_kronFluxErr float nJy Flux uncertainty from Kron Flux algorithm. Measured on r-band. 5190
r_kronFlux_flag boolean Flag set for any failure in the Kron photometry. Measured on r-band. 5200
r_kronFlux_flag_bad_radius boolean Bad Kron radius. Measured on r-band. 5210
r_kronFlux_flag_bad_shape boolean Shape for measuring Kron radius is bad; used PSF shape. Measured on r-band. 5220
r_kronFlux_flag_bad_shape_no_psf boolean Bad shape and no PSF. Measured on r-band. 5230
r_kronFlux_flag_edge boolean Bad measurement due to image edge. Measured on r-band. 5240
r_kronFlux_flag_no_fallback_radius boolean No minimum radius and no PSF provided. Measured on r-band. 5250
r_kronFlux_flag_no_minimum_radius boolean Minimum radius could not enforced, no minimum value or PSF. Measured on r-band. 5260
r_kronFlux_flag_small_radius boolean Measured Kron radius was smaller than that of the PSF. Measured on r-band. 5270
r_kronFlux_flag_used_minimum_radius boolean Used the minimum radius for the Kron radius. Measured on r-band. 5280
r_kronFlux_flag_used_psf_radius boolean Kron radius fell back to being derived from the PSF radius. Measured on r-band. 5290
r_kronRad float pixel Kron radius (sqrt(a*b)). Measured on r-band. 5300
r_pixelFlags_bad boolean Deprecated; only set when there is no r-band data. 5310
r_pixelFlags_clipped boolean Artifacts were rejected by warp comparison in this object's footprint. Measured on r-band. 5320
r_pixelFlags_clippedCenter boolean Artifacts were rejected by warp comparison in this object's center. Measured on r-band. 5330
r_pixelFlags_cr boolean A cosmic ray was detected and interpolated in this object's footprint. Measured on r-band. 5340
r_pixelFlags_crCenter boolean A cosmic ray was detected and interpolated in this object's center. Measured on r-band. 5350
r_pixelFlags_edge boolean Deprecated; only set when there is no r-band data. 5360
r_pixelFlags_inexact_psf boolean The PSF model is discontinuous in this object's footprint. Measured on r-band. 5370
r_pixelFlags_inexact_psfCenter boolean The PSF model is discontinuosu near this object's center. Measured on r-band. 5380
r_pixelFlags_interpolated boolean An interpolated pixel contributed to the coadd in this object's footprint. Measured on r-band. 5390
r_pixelFlags_interpolatedCenter boolean An interpolated pixel contributed to the coadd near this object's center. Measured on r-band. 5400
r_pixelFlags_nodata boolean No pixel data was available in this band for this object. Measured on r-band. 5410
r_pixelFlags_offimage boolean Deprecated; only set when there is no r-band data. 5420
r_pixelFlags_saturated boolean Saturated pixels were rejected from this object's footprint, but would otherwise have contributed more than 10% of at least one pixel. Measured on r-band. 5430
r_pixelFlags_saturatedCenter boolean Saturated pixels were rjected from near this object's center, but would otherwise have contributed more than 10% of at least one pixel. Measured on r-band. 5440
r_pixelFlags_sensor_edge boolean A detector boundary passed through this object's footprint. Measured on r-band. 5450
r_pixelFlags_sensor_edgeCenter boolean A detector boundary passed close to this object's center. Measured on r-band. 5460
r_pixelFlags_suspect boolean Deprecated; only set when there is no r-band data. 5470
r_pixelFlags_suspectCenter boolean Deprecated; only set when there is no r-band data. 5480
r_invalidPsfFlag boolean This object has an invalid PSF (usually no inputs). Measured on r-band. 5490
r_psfFlux float nJy Flux derived from using the PSF model as a weight function. Forced on r-band. 5500
r_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Forced on r-band. 5510
r_psfFlux_area float pixel Effective area of PSF. Forced on r-band. 5520
r_psfFlux_flag boolean General Failure Flag. Forced on r-band. 5530
r_psfFlux_flag_apCorr boolean Flag set if unable to aperture-correct the PSF flux. Forced on r-band. 5540
r_psfFlux_flag_edge boolean Object was too close to the edge of the image to use the full PSF model. Forced on r-band. 5550
r_psfFlux_flag_noGoodPixels boolean Not enough non-rejected pixels in data to attempt the fit. Forced on r-band. 5560
r_ra double deg Position in right ascension, measured on r-band. pos.eq.ra 5570
r_raErr float deg Error in right ascension, measured on r-band. stat.error;pos.eq.ra 5580
r_ra_dec_Cov float deg**2 Covariance between right ascension and declination, measured on r-band. stat.covariance;pos.eq.ra;pos.eq.dec 5590
r_deblend_dataCoverage float Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the r-band. 5600
r_deblend_blendedness float Blendedness in the deconvolved scarlet space. 5610
r_deblend_fluxOverlap float The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. 5620
r_deblend_fluxOverlapFraction float Fraction of flux from neighbors / source flux in the deconvolved footprint. 5630
r_deblend_zeroFlux boolean True when there was no flux attributed to this object after flux redistribution in the deblender. 5640
u_ap03Flux float nJy Flux within 3.0-pixel radius aperture. Forced on u-band. 5650
u_ap03FluxErr float nJy Flux uncertainty within 3.0-pixel radius aperture. Forced on u-band. 5660
u_ap03Flux_flag boolean Flag set for any failure with the 3.0-pixel radius aperture flux. Forced on u-band. 5670
u_ap06Flux float nJy Flux within 6.0-pixel radius aperture. Forced on u-band. 5680
u_ap06FluxErr float nJy Flux uncertainty within 6.0-pixel radius aperture. Forced on u-band. 5690
u_ap06Flux_flag boolean Flag set for any failure with the 6.0-pixel radius aperture flux. Forced on u-band. 5700
u_ap09Flux float nJy Flux within 9.0-pixel radius aperture. Forced on u-band. 5710
u_ap09FluxErr float nJy Flux uncertainty within 9.0-pixel radius aperture. Forced on u-band. 5720
u_ap09Flux_flag boolean Flag set for any failure with the 9.0-pixel radius aperture flux. Forced on u-band. 5730
u_ap12Flux float nJy Flux within 12.0-pixel radius aperture. Forced on u-band. 5740
u_ap12FluxErr float nJy Flux uncertainty within 12.0-pixel radius aperture. Forced on u-band. 5750
u_ap12Flux_flag boolean Flag set for any failure with the 12.0-pixel radius aperture flux. Forced on u-band. 5760
u_ap17Flux float nJy Flux within 17.0-pixel radius aperture. Forced on u-band. 5770
u_ap17FluxErr float nJy Flux uncertainty within 17.0-pixel radius aperture. Forced on u-band. 5780
u_ap17Flux_flag boolean Flag set for any failure with the 17.0-pixel radius aperture flux. Forced on u-band. 5790
u_ap25Flux float nJy Flux within 25.0-pixel radius aperture. Forced on u-band. 5800
u_ap25FluxErr float nJy Flux uncertainty within 25.0-pixel radius aperture. Forced on u-band. 5810
u_ap25Flux_flag boolean Flag set for any failure with the 25.0-pixel radius aperture flux. Forced on u-band. 5820
u_ap35Flux float nJy Flux within 35.0-pixel radius aperture. Forced on u-band. 5830
u_ap35FluxErr float nJy Flux uncertainty within 35.0-pixel radius aperture. Forced on u-band. 5840
u_ap35Flux_flag boolean Flag set for any failure with the 35.0-pixel radius aperture flux. Forced on u-band. 5850
u_ap50Flux float nJy Flux within 50.0-pixel radius aperture. Forced on u-band. 5860
u_ap50FluxErr float nJy Flux uncertainty within 50.0-pixel radius aperture. Forced on u-band. 5870
u_ap50Flux_flag boolean Flag set for any failure with the 50.0-pixel radius aperture flux. Forced on u-band. 5880
u_ap70Flux float nJy Flux within 70.0-pixel radius aperture. Forced on u-band. 5890
u_ap70FluxErr float nJy Flux uncertainty within 70.0-pixel radius aperture. Forced on u-band. 5900
u_ap70Flux_flag boolean Flag set for any failure with the 70.0-pixel radius aperture flux. Forced on u-band. 5910
u_apFlux_flag boolean Duplicate of u_ap12Flux_flag. 5920
u_apFlux_flag_apertureTruncated boolean Duplicate of u_ap12Flux_flag_apertureTruncated. 5930
u_apFlux_flag_sincCoeffsTruncated boolean Duplicate of u_ap12Flux_flag_sincCoeffsTruncated. Measured on u-band. 5940
u_cModel_chi2 float -ln(likelihood) (chi^2) in CModel fit. Measured on u-band. 5950
u_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on u-band. 5960
u_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on u-band. 5970
u_cModel_expFlux float nJy Flux from the exponential fit. Measured on u-band. 5980
u_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on u-band. 5990
u_cModel_dev_reff_major float arcsec Half-light ellipse of the de Vaucouleurs fit (major axis). Measured on u-band. 6000
u_cModel_dev_reff_minor float arcsec Half-light ellipse of the de Vaucouleurs fit (minor axis). Measured on u-band. 6010
u_cModel_dev_theta float Position angle of the de Vaucouleurs fit ellipse. Measured on u-band. 6020
u_cModel_exp_reff_major float arcsec Half-light ellipse of the exponential fit (major axis). Measured on u-band. 6030
u_cModel_exp_reff_minor float arcsec Half-light ellipse of the exponential fit (minor axis). Measured on u-band. 6040
u_cModel_exp_theta float Position angle of the exponential fit ellipse. Measured on u-band. 6050
u_blendedness float 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 u-band. 6060
u_blendedness_flag boolean Flag set for any failure in the blendedness algorithm. Measured on u-band. 6070
u_cModelFlux float nJy Flux from the final CModel fit. Forced on u-band. 6080
u_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Forced on u-band. 6090
u_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Forced on u-band. 6100
u_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Forced on u-band. 6110
u_cModel_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Forced on u-band. 6120
u_cModel_flag_apCorr boolean Flag set if unable to aperture-correct the CModel flux. Forced on u-band. 6130
u_calib_astrometry_used boolean Propagated from sources. Measured on u-band. 6140
u_calib_photometry_used boolean Propagated from sources. Measured on u-band. 6150
u_calib_psf_candidate boolean Propagated from sources. Measured on u-band. 6160
u_calib_psf_reserved boolean Propagated from sources. Measured on u-band. 6170
u_calib_psf_used boolean Propagated from sources. Measured on u-band. 6180
u_centroid_flag boolean Flag set for any failure in the centroid algorithm. Measured on u-band. 6190
u_dec double deg Position in declination, measured on u-band. pos.eq.dec 6200
u_decErr float deg Error in declination, measured on u-band. stat.error;pos.eq.dec 6210
u_extendedness float PSF to cModel flux-ratio measure of whether an object is point-like (0) or extended (1). Measured on u-band; values are either 0 or 1. 6220
u_extendedness_flag boolean Flag set for any failure in the flux-ratio extendedness. Measured on u-band. 6230
u_sizeExtendedness float Moments-based comparison of source size to the local PSF to estimate whether an object is point-like (0) or extended (1). Measured on u-band; values range from 0 to 1. 6240
u_sizeExtendedness_flag boolean Flag set for any failure in the moments-based extendedness. Measured on u-band. 6250
u_model_extendedness float Sersic model flux- and size-based estimate of whether the object is extended (resolved) or not, from 0 (compact) to 1 (extended). Uses u-band fluxes; values range from 0 to 1. 6260
u_free_cModelFlux float nJy Flux from the final CModel fit. Measured on u-band. 6270
u_free_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Measured on u-band. 6280
u_free_cModelFlux_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Measured on u-band. 6290
u_free_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Measured on u-band. 6300
u_free_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Measured on u-band. 6310
u_free_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on u-band. 6320
u_free_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on u-band. 6330
u_free_cModel_expFlux float nJy Flux from the exponential fit. Measured on u-band. 6340
u_free_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on u-band. 6350
u_free_psfFlux float nJy Flux derived from using the PSF model as a weight function. Measured on u-band. 6360
u_free_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Measured on u-band. 6370
u_free_psfFlux_flag boolean Flag set if the unforced PSF flux failed in this band for any reason. Measured on u-band. 6380
u_gaap0p7Flux float nJy GAaP Flux with 0.7 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on u-band. 6390
u_gaap0p7FluxErr float nJy GAaP Flux uncertainty with 0.7 arcsec aperture after multiplying the seeing by 1.15. Forced on u-band. 6400
u_gaap1p0Flux float nJy GAaP Flux with 1.0 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on u-band. 6410
u_gaap1p0FluxErr float nJy GAaP Flux uncertainty with 1.0 arcsec aperture after multiplying the seeing by 1.15. Forced on u-band. 6420
u_gaapFlux_flag boolean Flag set for any failure in the GAaP photometry. Forced on u-band. 6430
u_gaapFlux_flag_edge boolean Source is too close to the edge. Forced on u-band. 6440
u_gaapPsfFlux float nJy GAaP Flux with PSF aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on u-band. 6450
u_gaapPsfFluxErr float nJy GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on u-band. 6460
u_moments_g1 float Moments-based G1 shear ellipticity parameter (u-band) 6470
u_moments_g2 float Moments-based G2 shear ellipticity parameter (u-band) 6480
u_moments_trace float arcsec Moments-based trace radius (u-band) 6490
u_moments_flag boolean Failure flag for moments (u-band) 6500
u_moments_psf_g1 float Moments-based G1 ellipticity of of the PSF (u-band) 6510
u_moments_psf_g2 float Moments-based G2 ellipticity of of the PSF (u-band) 6520
u_moments_psf_trace float arcsec Moments-based trace radius of the PSF (u-band) 6530
u_moments_psf_flag boolean Failure flag for PSF moments (u-band) 6540
u_moments_psf_debiased_g1 float Moments-based G1 ellipticity of the PSF, debiased (u-band) 6550
u_moments_psf_debiased_g2 float Moments-based G2 ellipticity of the PSF, debiased (u-band) 6560
u_moments_psf_debiased_trace float arcsec Moments-based trace radius of the PSF, debiased (u-band) 6570
u_moments_psf_debiased_flag boolean Failure flag for the debiased PSF moments (u-band) 6580
u_hsmShapeRegauss_e1 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on u-band. 6590
u_hsmShapeRegauss_e2 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on u-band. 6600
u_hsmShapeRegauss_flag boolean Flag set for any failure with the Regaussianziation shapes. Measured on u-band. 6610
u_hsmShapeRegauss_sigma float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on u-band. 6620
u_iPSF_flag boolean Flag set for any failure in the PSF model moments. Measured on u-band. 6630
u_i_flag boolean General failure flag, set if anything went wrong. Measured on u-band. 6640
u_inputCount int Number of images contributing at center, not including any clipping. Forced on u-band. 6650
u_inputCount_flag boolean Flag set for any failure in computing the number of inputs. Forced on u-band. 6660
u_inputCount_flag_noInputs boolean No coadd inputs were recorded. Forced on u-band. 6670
u_ixx float pixel**2 Gaussian-weighted adaptive moments. Measured on u-band. 6680
u_ixxPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on u-band. 6690
u_ixy float pixel**2 Gaussian-weighted adaptive moments. Measured on u-band. 6700
u_ixyPSF float pixel**2 Gaussian-weighted adaptive moments. Measured on u-band. 6710
u_iyy float pixel**2 Gaussian-weighted adaptive moments. Measured on u-band. 6720
u_iyyPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on u-band. 6730
u_hsm_moments_30 float HSM higher-order moment 30. Measured on u-band. 6740
u_hsm_momentsPsf_30 float HSM higher-order moment 30 measured on the PSF model at the position of the object. Measured on u-band. 6750
u_hsm_moments_21 float HSM higher-order moment 21. Measured on u-band. 6760
u_hsm_momentsPsf_21 float HSM higher-order moment 21 measured on the PSF model at the position of the object. Measured on u-band. 6770
u_hsm_moments_12 float HSM higher-order moment 12. Measured on u-band. 6780
u_hsm_momentsPsf_12 float HSM higher-order moment 12 measured on the PSF model at the position of the object. Measured on u-band. 6790
u_hsm_moments_03 float HSM higher-order moment 03. Measured on u-band. 6800
u_hsm_momentsPsf_03 float HSM higher-order moment 03 measured on the PSF model at the position of the object. Measured on u-band. 6810
u_hsm_moments_40 float HSM higher-order moment 40. Measured on u-band. 6820
u_hsm_momentsPsf_40 float HSM higher-order moment 40 measured on the PSF model at the position of the object. Measured on u-band. 6830
u_hsm_moments_31 float HSM higher-order moment 31. Measured on u-band. 6840
u_hsm_momentsPsf_31 float HSM higher-order moment 31 measured on the PSF model at the position of the object. Measured on u-band. 6850
u_hsm_moments_22 float HSM higher-order moment 22. Measured on u-band. 6860
u_hsm_momentsPsf_22 float HSM higher-order moment 22 measured on the PSF model at the position of the object. Measured on u-band. 6870
u_hsm_moments_13 float HSM higher-order moment 13. Measured on u-band. 6880
u_hsm_momentsPsf_13 float HSM higher-order moment 13 measured on the PSF model at the position of the object. Measured on u-band. 6890
u_hsm_moments_04 float HSM higher-order moment 04. Measured on u-band. 6900
u_hsm_momentsPsf_04 float HSM higher-order moment 04 measured on the PSF model at the position of the object. Measured on u-band. 6910
u_hsm_moments_flag boolean Flag set for any failure in the HSM higher-order moments. Measured on u-band. 6920
u_hsm_momentsPsf_flag boolean Flag set for any failure in the HSM higher-order moment on the PSF model. Measured on u-band. 6930
u_kronFlux float nJy Flux measured within an elliptical aperture 2.5 times the Kron radius. Measured on u-band. 6940
u_kronFluxErr float nJy Flux uncertainty from Kron Flux algorithm. Measured on u-band. 6950
u_kronFlux_flag boolean Flag set for any failure in the Kron photometry. Measured on u-band. 6960
u_kronFlux_flag_bad_radius boolean Bad Kron radius. Measured on u-band. 6970
u_kronFlux_flag_bad_shape boolean Shape for measuring Kron radius is bad; used PSF shape. Measured on u-band. 6980
u_kronFlux_flag_bad_shape_no_psf boolean Bad shape and no PSF. Measured on u-band. 6990
u_kronFlux_flag_edge boolean Bad measurement due to image edge. Measured on u-band. 7000
u_kronFlux_flag_no_fallback_radius boolean No minimum radius and no PSF provided. Measured on u-band. 7010
u_kronFlux_flag_no_minimum_radius boolean Minimum radius could not enforced, no minimum value or PSF. Measured on u-band. 7020
u_kronFlux_flag_small_radius boolean Measured Kron radius was smaller than that of the PSF. Measured on u-band. 7030
u_kronFlux_flag_used_minimum_radius boolean Used the minimum radius for the Kron radius. Measured on u-band. 7040
u_kronFlux_flag_used_psf_radius boolean Kron radius fell back to being derived from the PSF radius. Measured on u-band. 7050
u_kronRad float pixel Kron radius (sqrt(a*b)). Measured on u-band. 7060
u_pixelFlags_bad boolean Deprecated; only set when there is no u-band data. 7070
u_pixelFlags_clipped boolean Artifacts were rejected by warp comparison in this object's footprint. Measured on u-band. 7080
u_pixelFlags_clippedCenter boolean Artifacts were rejected by warp comparison in this object's center. Measured on u-band. 7090
u_pixelFlags_cr boolean A cosmic ray was detected and interpolated in this object's footprint. Measured on u-band. 7100
u_pixelFlags_crCenter boolean A cosmic ray was detected and interpolated in this object's center. Measured on u-band. 7110
u_pixelFlags_edge boolean Deprecated; only set when there is no u-band data. 7120
u_pixelFlags_inexact_psf boolean The PSF model is discontinuous in this object's footprint. Measured on u-band. 7130
u_pixelFlags_inexact_psfCenter boolean The PSF model is discontinuosu near this object's center. Measured on u-band. 7140
u_pixelFlags_interpolated boolean An interpolated pixel contributed to the coadd in this object's footprint. Measured on u-band. 7150
u_pixelFlags_interpolatedCenter boolean An interpolated pixel contributed to the coadd near this object's center. Measured on u-band. 7160
u_pixelFlags_nodata boolean No pixel data was available in this band for this object. Measured on u-band. 7170
u_pixelFlags_offimage boolean Deprecated; only set when there is no u-band data. 7180
u_pixelFlags_saturated boolean Saturated pixels were rejected from this object's footprint, but would otherwise have contributed more than 10% of at least one pixel. Measured on u-band. 7190
u_pixelFlags_saturatedCenter boolean Saturated pixels were rjected from near this object's center, but would otherwise have contributed more than 10% of at least one pixel. Measured on u-band. 7200
u_pixelFlags_sensor_edge boolean A detector boundary passed through this object's footprint. Measured on u-band. 7210
u_pixelFlags_sensor_edgeCenter boolean A detector boundary passed close to this object's center. Measured on u-band. 7220
u_pixelFlags_suspect boolean Deprecated; only set when there is no u-band data. 7230
u_pixelFlags_suspectCenter boolean Deprecated; only set when there is no u-band data. 7240
u_invalidPsfFlag boolean This object has an invalid PSF (usually no inputs). Measured on u-band. 7250
u_psfFlux float nJy Flux derived from using the PSF model as a weight function. Forced on u-band. 7260
u_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Forced on u-band. 7270
u_psfFlux_area float pixel Effective area of PSF. Forced on u-band. 7280
u_psfFlux_flag boolean General Failure Flag. Forced on u-band. 7290
u_psfFlux_flag_apCorr boolean Flag set if unable to aperture-correct the PSF flux. Forced on u-band. 7300
u_psfFlux_flag_edge boolean Object was too close to the edge of the image to use the full PSF model. Forced on u-band. 7310
u_psfFlux_flag_noGoodPixels boolean Not enough non-rejected pixels in data to attempt the fit. Forced on u-band. 7320
u_ra double deg Position in right ascension, measured on u-band. pos.eq.ra 7330
u_raErr float deg Error in right ascension, measured on u-band. stat.error;pos.eq.ra 7340
u_ra_dec_Cov float deg**2 Covariance between right ascension and declination, measured on u-band. stat.covariance;pos.eq.ra;pos.eq.dec 7350
u_deblend_dataCoverage float Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the u-band. 7360
u_deblend_blendedness float Blendedness in the deconvolved scarlet space. 7370
u_deblend_fluxOverlap float The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. 7380
u_deblend_fluxOverlapFraction float Fraction of flux from neighbors / source flux in the deconvolved footprint. 7390
u_deblend_zeroFlux boolean True when there was no flux attributed to this object after flux redistribution in the deblender. 7400
y_ap03Flux float nJy Flux within 3.0-pixel radius aperture. Forced on y-band. 7410
y_ap03FluxErr float nJy Flux uncertainty within 3.0-pixel radius aperture. Forced on y-band. 7420
y_ap03Flux_flag boolean Flag set for any failure with the 3.0-pixel radius aperture flux. Forced on y-band. 7430
y_ap06Flux float nJy Flux within 6.0-pixel radius aperture. Forced on y-band. 7440
y_ap06FluxErr float nJy Flux uncertainty within 6.0-pixel radius aperture. Forced on y-band. 7450
y_ap06Flux_flag boolean Flag set for any failure with the 6.0-pixel radius aperture flux. Forced on y-band. 7460
y_ap09Flux float nJy Flux within 9.0-pixel radius aperture. Forced on y-band. 7470
y_ap09FluxErr float nJy Flux uncertainty within 9.0-pixel radius aperture. Forced on y-band. 7480
y_ap09Flux_flag boolean Flag set for any failure with the 9.0-pixel radius aperture flux. Forced on y-band. 7490
y_ap12Flux float nJy Flux within 12.0-pixel radius aperture. Forced on y-band. 7500
y_ap12FluxErr float nJy Flux uncertainty within 12.0-pixel radius aperture. Forced on y-band. 7510
y_ap12Flux_flag boolean Flag set for any failure with the 12.0-pixel radius aperture flux. Forced on y-band. 7520
y_ap17Flux float nJy Flux within 17.0-pixel radius aperture. Forced on y-band. 7530
y_ap17FluxErr float nJy Flux uncertainty within 17.0-pixel radius aperture. Forced on y-band. 7540
y_ap17Flux_flag boolean Flag set for any failure with the 17.0-pixel radius aperture flux. Forced on y-band. 7550
y_ap25Flux float nJy Flux within 25.0-pixel radius aperture. Forced on y-band. 7560
y_ap25FluxErr float nJy Flux uncertainty within 25.0-pixel radius aperture. Forced on y-band. 7570
y_ap25Flux_flag boolean Flag set for any failure with the 25.0-pixel radius aperture flux. Forced on y-band. 7580
y_ap35Flux float nJy Flux within 35.0-pixel radius aperture. Forced on y-band. 7590
y_ap35FluxErr float nJy Flux uncertainty within 35.0-pixel radius aperture. Forced on y-band. 7600
y_ap35Flux_flag boolean Flag set for any failure with the 35.0-pixel radius aperture flux. Forced on y-band. 7610
y_ap50Flux float nJy Flux within 50.0-pixel radius aperture. Forced on y-band. 7620
y_ap50FluxErr float nJy Flux uncertainty within 50.0-pixel radius aperture. Forced on y-band. 7630
y_ap50Flux_flag boolean Flag set for any failure with the 50.0-pixel radius aperture flux. Forced on y-band. 7640
y_ap70Flux float nJy Flux within 70.0-pixel radius aperture. Forced on y-band. 7650
y_ap70FluxErr float nJy Flux uncertainty within 70.0-pixel radius aperture. Forced on y-band. 7660
y_ap70Flux_flag boolean Flag set for any failure with the 70.0-pixel radius aperture flux. Forced on y-band. 7670
y_apFlux_flag boolean Duplicate of y_ap12Flux_flag. 7680
y_apFlux_flag_apertureTruncated boolean Duplicate of y_ap12Flux_flag_apertureTruncated. 7690
y_apFlux_flag_sincCoeffsTruncated boolean Duplicate of y_ap12Flux_flag_sincCoeffsTruncated. Measured on y-band. 7700
y_cModel_chi2 float -ln(likelihood) (chi^2) in CModel fit. Measured on y-band. 7710
y_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on y-band. 7720
y_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on y-band. 7730
y_cModel_expFlux float nJy Flux from the exponential fit. Measured on y-band. 7740
y_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on y-band. 7750
y_cModel_dev_reff_major float arcsec Half-light ellipse of the de Vaucouleurs fit (major axis). Measured on y-band. 7760
y_cModel_dev_reff_minor float arcsec Half-light ellipse of the de Vaucouleurs fit (minor axis). Measured on y-band. 7770
y_cModel_dev_theta float Position angle of the de Vaucouleurs fit ellipse. Measured on y-band. 7780
y_cModel_exp_reff_major float arcsec Half-light ellipse of the exponential fit (major axis). Measured on y-band. 7790
y_cModel_exp_reff_minor float arcsec Half-light ellipse of the exponential fit (minor axis). Measured on y-band. 7800
y_cModel_exp_theta float Position angle of the exponential fit ellipse. Measured on y-band. 7810
y_blendedness float 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. 7820
y_blendedness_flag boolean Flag set for any failure in the blendedness algorithm. Measured on y-band. 7830
y_cModelFlux float nJy Flux from the final CModel fit. Forced on y-band. 7840
y_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Forced on y-band. 7850
y_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Forced on y-band. 7860
y_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Forced on y-band. 7870
y_cModel_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Forced on y-band. 7880
y_cModel_flag_apCorr boolean Flag set if unable to aperture-correct the CModel flux. Forced on y-band. 7890
y_calib_astrometry_used boolean Propagated from sources. Measured on y-band. 7900
y_calib_photometry_used boolean Propagated from sources. Measured on y-band. 7910
y_calib_psf_candidate boolean Propagated from sources. Measured on y-band. 7920
y_calib_psf_reserved boolean Propagated from sources. Measured on y-band. 7930
y_calib_psf_used boolean Propagated from sources. Measured on y-band. 7940
y_centroid_flag boolean Flag set for any failure in the centroid algorithm. Measured on y-band. 7950
y_dec double deg Position in declination, measured on y-band. pos.eq.dec 7960
y_decErr float deg Error in declination, measured on y-band. stat.error;pos.eq.dec 7970
y_extendedness float PSF to cModel flux-ratio measure of whether an object is point-like (0) or extended (1). Measured on y-band; values are either 0 or 1. 7980
y_extendedness_flag boolean Flag set for any failure in the flux-ratio extendedness. Measured on y-band. 7990
y_sizeExtendedness float Moments-based comparison of source size to the local PSF to estimate whether an object is point-like (0) or extended (1). Measured on y-band; values range from 0 to 1. 8000
y_sizeExtendedness_flag boolean Flag set for any failure in the moments-based extendedness. Measured on y-band. 8010
y_model_extendedness float Sersic model flux- and size-based estimate of whether the object is extended (resolved) or not, from 0 (compact) to 1 (extended). Uses y-band fluxes; values range from 0 to 1. 8020
y_free_cModelFlux float nJy Flux from the final CModel fit. Measured on y-band. 8030
y_free_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Measured on y-band. 8040
y_free_cModelFlux_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Measured on y-band. 8050
y_free_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Measured on y-band. 8060
y_free_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Measured on y-band. 8070
y_free_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on y-band. 8080
y_free_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on y-band. 8090
y_free_cModel_expFlux float nJy Flux from the exponential fit. Measured on y-band. 8100
y_free_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on y-band. 8110
y_free_psfFlux float nJy Flux derived from using the PSF model as a weight function. Measured on y-band. 8120
y_free_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Measured on y-band. 8130
y_free_psfFlux_flag boolean Flag set if the unforced PSF flux failed in this band for any reason. Measured on y-band. 8140
y_gaap0p7Flux float nJy GAaP Flux with 0.7 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on y-band. 8150
y_gaap0p7FluxErr float nJy GAaP Flux uncertainty with 0.7 arcsec aperture after multiplying the seeing by 1.15. Forced on y-band. 8160
y_gaap1p0Flux float nJy GAaP Flux with 1.0 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on y-band. 8170
y_gaap1p0FluxErr float nJy GAaP Flux uncertainty with 1.0 arcsec aperture after multiplying the seeing by 1.15. Forced on y-band. 8180
y_gaapFlux_flag boolean Flag set for any failure in the GAaP photometry. Forced on y-band. 8190
y_gaapFlux_flag_edge boolean Source is too close to the edge. Forced on y-band. 8200
y_gaapPsfFlux float nJy GAaP Flux with PSF aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on y-band. 8210
y_gaapPsfFluxErr float nJy GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on y-band. 8220
y_moments_g1 float Moments-based G1 shear ellipticity parameter (y-band) 8230
y_moments_g2 float Moments-based G2 shear ellipticity parameter (y-band) 8240
y_moments_trace float arcsec Moments-based trace radius (y-band) 8250
y_moments_flag boolean Failure flag for moments (y-band) 8260
y_moments_psf_g1 float Moments-based G1 ellipticity of of the PSF (y-band) 8270
y_moments_psf_g2 float Moments-based G2 ellipticity of of the PSF (y-band) 8280
y_moments_psf_trace float arcsec Moments-based trace radius of the PSF (y-band) 8290
y_moments_psf_flag boolean Failure flag for PSF moments (y-band) 8300
y_moments_psf_debiased_g1 float Moments-based G1 ellipticity of the PSF, debiased (y-band) 8310
y_moments_psf_debiased_g2 float Moments-based G2 ellipticity of the PSF, debiased (y-band) 8320
y_moments_psf_debiased_trace float arcsec Moments-based trace radius of the PSF, debiased (y-band) 8330
y_moments_psf_debiased_flag boolean Failure flag for the debiased PSF moments (y-band) 8340
y_hsmShapeRegauss_e1 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on y-band. 8350
y_hsmShapeRegauss_e2 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on y-band. 8360
y_hsmShapeRegauss_flag boolean Flag set for any failure with the Regaussianziation shapes. Measured on y-band. 8370
y_hsmShapeRegauss_sigma float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on y-band. 8380
y_iPSF_flag boolean Flag set for any failure in the PSF model moments. Measured on y-band. 8390
y_i_flag boolean General failure flag, set if anything went wrong. Measured on y-band. 8400
y_inputCount int Number of images contributing at center, not including any clipping. Forced on y-band. 8410
y_inputCount_flag boolean Flag set for any failure in computing the number of inputs. Forced on y-band. 8420
y_ixx float pixel**2 Gaussian-weighted adaptive moments. Measured on y-band. 8430
y_ixxPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on y-band. 8440
y_ixy float pixel**2 Gaussian-weighted adaptive moments. Measured on y-band. 8450
y_ixyPSF float pixel**2 Gaussian-weighted adaptive moments. Measured on y-band. 8460
y_iyy float pixel**2 Gaussian-weighted adaptive moments. Measured on y-band. 8470
y_iyyPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on y-band. 8480
y_inputCount_flag_noInputs boolean No coadd inputs were recorded. Forced on y-band. 8490
y_hsm_moments_30 float HSM higher-order moment 30. Measured on y-band. 8500
y_hsm_momentsPsf_30 float HSM higher-order moment 30 measured on the PSF model at the position of the object. Measured on y-band. 8510
y_hsm_moments_21 float HSM higher-order moment 21. Measured on y-band. 8520
y_hsm_momentsPsf_21 float HSM higher-order moment 21 measured on the PSF model at the position of the object. Measured on y-band. 8530
y_hsm_moments_12 float HSM higher-order moment 12. Measured on y-band. 8540
y_hsm_momentsPsf_12 float HSM higher-order moment 12 measured on the PSF model at the position of the object. Measured on y-band. 8550
y_hsm_moments_03 float HSM higher-order moment 03. Measured on y-band. 8560
y_hsm_momentsPsf_03 float HSM higher-order moment 03 measured on the PSF model at the position of the object. Measured on y-band. 8570
y_hsm_moments_40 float HSM higher-order moment 40. Measured on y-band. 8580
y_hsm_momentsPsf_40 float HSM higher-order moment 40 measured on the PSF model at the position of the object. Measured on y-band. 8590
y_hsm_moments_31 float HSM higher-order moment 31. Measured on y-band. 8600
y_hsm_momentsPsf_31 float HSM higher-order moment 31 measured on the PSF model at the position of the object. Measured on y-band. 8610
y_hsm_moments_22 float HSM higher-order moment 22. Measured on y-band. 8620
y_hsm_momentsPsf_22 float HSM higher-order moment 22 measured on the PSF model at the position of the object. Measured on y-band. 8630
y_hsm_moments_13 float HSM higher-order moment 13. Measured on y-band. 8640
y_hsm_momentsPsf_13 float HSM higher-order moment 13 measured on the PSF model at the position of the object. Measured on y-band. 8650
y_hsm_moments_04 float HSM higher-order moment 04. Measured on y-band. 8660
y_hsm_momentsPsf_04 float HSM higher-order moment 04 measured on the PSF model at the position of the object. Measured on y-band. 8670
y_hsm_moments_flag boolean Flag set for any failure in the HSM higher-order moments. Measured on y-band. 8680
y_hsm_momentsPsf_flag boolean Flag set for any failure in the HSM higher-order moment on the PSF model. Measured on y-band. 8690
y_kronFlux float nJy Flux measured within an elliptical aperture 2.5 times the Kron radius. Measured on y-band. 8700
y_kronFluxErr float nJy Flux uncertainty from Kron Flux algorithm. Measured on y-band. 8710
y_kronFlux_flag boolean Flag set for any failure in the Kron photometry. Measured on y-band. 8720
y_kronFlux_flag_bad_radius boolean Bad Kron radius. Measured on y-band. 8730
y_kronFlux_flag_bad_shape boolean Shape for measuring Kron radius is bad; used PSF shape. Measured on y-band. 8740
y_kronFlux_flag_bad_shape_no_psf boolean Bad shape and no PSF. Measured on y-band. 8750
y_kronFlux_flag_edge boolean Bad measurement due to image edge. Measured on y-band. 8760
y_kronFlux_flag_no_fallback_radius boolean No minimum radius and no PSF provided. Measured on y-band. 8770
y_kronFlux_flag_no_minimum_radius boolean Minimum radius could not enforced, no minimum value or PSF. Measured on y-band. 8780
y_kronFlux_flag_small_radius boolean Measured Kron radius was smaller than that of the PSF. Measured on y-band. 8790
y_kronFlux_flag_used_minimum_radius boolean Used the minimum radius for the Kron radius. Measured on y-band. 8800
y_kronFlux_flag_used_psf_radius boolean Kron radius fell back to being derived from the PSF radius. Measured on y-band. 8810
y_kronRad float pixel Kron radius (sqrt(a*b)). Measured on y-band. 8820
y_pixelFlags_bad boolean Deprecated; only set when there is no y-band data. 8830
y_pixelFlags_clipped boolean Artifacts were rejected by warp comparison in this object's footprint. Measured on y-band. 8840
y_pixelFlags_clippedCenter boolean Artifacts were rejected by warp comparison in this object's center. Measured on y-band. 8850
y_pixelFlags_cr boolean A cosmic ray was detected and interpolated in this object's footprint. Measured on y-band. 8860
y_pixelFlags_crCenter boolean A cosmic ray was detected and interpolated in this object's center. Measured on y-band. 8870
y_pixelFlags_edge boolean Deprecated; only set when there is no y-band data. 8880
y_pixelFlags_inexact_psf boolean The PSF model is discontinuous in this object's footprint. Measured on y-band. 8890
y_pixelFlags_inexact_psfCenter boolean The PSF model is discontinuosu near this object's center. Measured on y-band. 8900
y_pixelFlags_interpolated boolean An interpolated pixel contributed to the coadd in this object's footprint. Measured on y-band. 8910
y_pixelFlags_interpolatedCenter boolean An interpolated pixel contributed to the coadd near this object's center. Measured on y-band. 8920
y_pixelFlags_nodata boolean No pixel data was available in this band for this object. Measured on y-band. 8930
y_pixelFlags_offimage boolean Deprecated; only set when there is no y-band data. 8940
y_pixelFlags_saturated boolean Saturated pixels were rejected from this object's footprint, but would otherwise have contributed more than 10% of at least one pixel. Measured on y-band. 8950
y_pixelFlags_saturatedCenter boolean Saturated pixels were rjected from near this object's center, but would otherwise have contributed more than 10% of at least one pixel. Measured on y-band. 8960
y_pixelFlags_sensor_edge boolean A detector boundary passed through this object's footprint. Measured on y-band. 8970
y_pixelFlags_sensor_edgeCenter boolean A detector boundary passed close to this object's center. Measured on y-band. 8980
y_pixelFlags_suspect boolean Deprecated; only set when there is no y-band data. 8990
y_pixelFlags_suspectCenter boolean Deprecated; only set when there is no y-band data. 9000
y_invalidPsfFlag boolean This object has an invalid PSF (usually no inputs). Measured on y-band. 9010
y_psfFlux float nJy Flux derived from using the PSF model as a weight function. Forced on y-band. 9020
y_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Forced on y-band. 9030
y_psfFlux_area float pixel Effective area of PSF. Forced on y-band. 9040
y_psfFlux_flag boolean General Failure Flag. Forced on y-band. 9050
y_psfFlux_flag_apCorr boolean Flag set if unable to aperture-correct the PSF flux. Forced on y-band. 9060
y_psfFlux_flag_edge boolean Object was too close to the edge of the image to use the full PSF model. Forced on y-band. 9070
y_psfFlux_flag_noGoodPixels boolean Not enough non-rejected pixels in data to attempt the fit. Forced on y-band. 9080
y_ra double deg Position in right ascension, measured on y-band. pos.eq.ra 9090
y_raErr float deg Error in right ascension, measured on y-band. stat.error;pos.eq.ra 9100
y_ra_dec_Cov float deg**2 Covariance between right ascension and declination, measured on y-band. stat.covariance;pos.eq.ra;pos.eq.dec 9110
y_deblend_dataCoverage float Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the y-band. 9120
y_deblend_blendedness float Blendedness in the deconvolved scarlet space. 9130
y_deblend_fluxOverlap float The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. 9140
y_deblend_fluxOverlapFraction float Fraction of flux from neighbors / source flux in the deconvolved footprint. 9150
y_deblend_zeroFlux boolean True when there was no flux attributed to this object after flux redistribution in the deblender. 9160
z_ap03Flux float nJy Flux within 3.0-pixel radius aperture. Forced on z-band. 9170
z_ap03FluxErr float nJy Flux uncertainty within 3.0-pixel radius aperture. Forced on z-band. 9180
z_ap03Flux_flag boolean Flag set for any failure with the 3.0-pixel radius aperture flux. Forced on z-band. 9190
z_ap06Flux float nJy Flux within 6.0-pixel radius aperture. Forced on z-band. 9200
z_ap06FluxErr float nJy Flux uncertainty within 6.0-pixel radius aperture. Forced on z-band. 9210
z_ap06Flux_flag boolean Flag set for any failure with the 6.0-pixel radius aperture flux. Forced on z-band. 9220
z_ap09Flux float nJy Flux within 9.0-pixel radius aperture. Forced on z-band. 9230
z_ap09FluxErr float nJy Flux uncertainty within 9.0-pixel radius aperture. Forced on z-band. 9240
z_ap09Flux_flag boolean Flag set for any failure with the 9.0-pixel radius aperture flux. Forced on z-band. 9250
z_ap12Flux float nJy Flux within 12.0-pixel radius aperture. Forced on z-band. 9260
z_ap12FluxErr float nJy Flux uncertainty within 12.0-pixel radius aperture. Forced on z-band. 9270
z_ap12Flux_flag boolean Flag set for any failure with the 12.0-pixel radius aperture flux. Forced on z-band. 9280
z_ap17Flux float nJy Flux within 17.0-pixel radius aperture. Forced on z-band. 9290
z_ap17FluxErr float nJy Flux uncertainty within 17.0-pixel radius aperture. Forced on z-band. 9300
z_ap17Flux_flag boolean Flag set for any failure with the 17.0-pixel radius aperture flux. Forced on z-band. 9310
z_ap25Flux float nJy Flux within 25.0-pixel radius aperture. Forced on z-band. 9320
z_ap25FluxErr float nJy Flux uncertainty within 25.0-pixel radius aperture. Forced on z-band. 9330
z_ap25Flux_flag boolean Flag set for any failure with the 25.0-pixel radius aperture flux. Forced on z-band. 9340
z_ap35Flux float nJy Flux within 35.0-pixel radius aperture. Forced on z-band. 9350
z_ap35FluxErr float nJy Flux uncertainty within 35.0-pixel radius aperture. Forced on z-band. 9360
z_ap35Flux_flag boolean Flag set for any failure with the 35.0-pixel radius aperture flux. Forced on z-band. 9370
z_ap50Flux float nJy Flux within 50.0-pixel radius aperture. Forced on z-band. 9380
z_ap50FluxErr float nJy Flux uncertainty within 50.0-pixel radius aperture. Forced on z-band. 9390
z_ap50Flux_flag boolean Flag set for any failure with the 50.0-pixel radius aperture flux. Forced on z-band. 9400
z_ap70Flux float nJy Flux within 70.0-pixel radius aperture. Forced on z-band. 9410
z_ap70FluxErr float nJy Flux uncertainty within 70.0-pixel radius aperture. Forced on z-band. 9420
z_ap70Flux_flag boolean Flag set for any failure with the 70.0-pixel radius aperture flux. Forced on z-band. 9430
z_apFlux_flag boolean Duplicate of z_ap12Flux_flag. 9440
z_apFlux_flag_apertureTruncated boolean Duplicate of z_ap12Flux_flag_apertureTruncated. 9450
z_apFlux_flag_sincCoeffsTruncated boolean Duplicate of z_ap12Flux_flag_sincCoeffsTruncated. Measured on z-band. 9460
z_cModel_chi2 float -ln(likelihood) (chi^2) in CModel fit. Measured on z-band. 9470
z_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on z-band. 9480
z_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on z-band. 9490
z_cModel_expFlux float nJy Flux from the exponential fit. Measured on z-band. 9500
z_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on z-band. 9510
z_cModel_dev_reff_major float arcsec Half-light ellipse of the de Vaucouleurs fit (major axis). Measured on z-band. 9520
z_cModel_dev_reff_minor float arcsec Half-light ellipse of the de Vaucouleurs fit (minor axis). Measured on z-band. 9530
z_cModel_dev_theta float Position angle of the de Vaucouleurs fit ellipse. Measured on z-band. 9540
z_cModel_exp_reff_major float arcsec Half-light ellipse of the exponential fit (major axis). Measured on z-band. 9550
z_cModel_exp_reff_minor float arcsec Half-light ellipse of the exponential fit (minor axis). Measured on z-band. 9560
z_cModel_exp_theta float Position angle of the exponential fit ellipse. Measured on z-band. 9570
z_blendedness float 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. 9580
z_blendedness_flag boolean Flag set for any failure in the blendedness algorithm. Measured on z-band. 9590
z_cModelFlux float nJy Flux from the final CModel fit. Forced on z-band. 9600
z_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Forced on z-band. 9610
z_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Forced on z-band. 9620
z_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Forced on z-band. 9630
z_cModel_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Forced on z-band. 9640
z_cModel_flag_apCorr boolean Flag set if unable to aperture-correct the CModel flux. Forced on z-band. 9650
z_calib_astrometry_used boolean Propagated from sources. Measured on z-band. 9660
z_calib_photometry_used boolean Propagated from sources. Measured on z-band. 9670
z_calib_psf_candidate boolean Propagated from sources. Measured on z-band. 9680
z_calib_psf_reserved boolean Propagated from sources. Measured on z-band. 9690
z_calib_psf_used boolean Propagated from sources. Measured on z-band. 9700
z_centroid_flag boolean Flag set for any failure in the centroid algorithm. Measured on z-band. 9710
z_dec double deg Position in declination, measured on z-band. pos.eq.dec 9720
z_decErr float deg Error in declination, measured on z-band. stat.error;pos.eq.dec 9730
z_extendedness float PSF to cModel flux-ratio measure of whether an object is point-like (0) or extended (1). Measured on z-band; values are either 0 or 1. 9740
z_extendedness_flag boolean Flag set for any failure in the flux-ratio extendedness. Measured on z-band. 9750
z_sizeExtendedness float Moments-based comparison of source size to the local PSF to estimate whether an object is point-like (0) or extended (1). Measured on z-band; values range from 0 to 1. 9760
z_sizeExtendedness_flag boolean Flag set for any failure in the moments-based extendedness. Measured on z-band. 9770
z_model_extendedness float Sersic model flux- and size-based estimate of whether the object is extended (resolved) or not, from 0 (compact) to 1 (extended). Uses z-band fluxes; values range from 0 to 1. 9780
z_free_cModelFlux float nJy Flux from the final CModel fit. Measured on z-band. 9790
z_free_cModelFluxErr float nJy Flux uncertainty from the final CModel fit. Measured on z-band. 9800
z_free_cModelFlux_flag boolean Flag set if the final CModel fit (or any previous fit) failed. Measured on z-band. 9810
z_free_cModelFlux_inner float nJy Flux within the fit region, with no extrapolation. Measured on z-band. 9820
z_free_cModel_fracDev float Fraction of the CModel flux from the De Vaucouleurs (n=4) component. Measured on z-band. 9830
z_free_cModel_devFlux float nJy Flux from the de Vaucouleurs fit. Measured on z-band. 9840
z_free_cModel_devFluxErr float nJy Flux uncertainty from the de Vaucouleurs fit. Measured on z-band. 9850
z_free_cModel_expFlux float nJy Flux from the exponential fit. Measured on z-band. 9860
z_free_cModel_expFluxErr float nJy Flux uncertainty from the exponential fit. Measured on z-band. 9870
z_free_psfFlux float nJy Flux derived from using the PSF model as a weight function. Measured on z-band. 9880
z_free_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Measured on z-band. 9890
z_free_psfFlux_flag boolean Flag set if the unforced PSF flux failed in this band for any reason. Measured on z-band. 9900
z_gaap0p7Flux float nJy GAaP Flux with 0.7 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on z-band. 9910
z_gaap0p7FluxErr float nJy GAaP Flux uncertainty with 0.7 arcsec aperture after multiplying the seeing by 1.15. Forced on z-band. 9920
z_gaap1p0Flux float nJy GAaP Flux with 1.0 arcsec aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on z-band. 9930
z_gaap1p0FluxErr float nJy GAaP Flux uncertainty with 1.0 arcsec aperture after multiplying the seeing by 1.15. Forced on z-band. 9940
z_gaapFlux_flag boolean Flag set for any failure in the GAaP photometry. Forced on z-band. 9950
z_gaapFlux_flag_edge boolean Source is too close to the edge. Forced on z-band. 9960
z_gaapPsfFlux float nJy GAaP Flux with PSF aperture after reconvolving the image to a Gaussian PSF larger than the original by a factor of 1.15. Forced on z-band. 9970
z_gaapPsfFluxErr float nJy GAaP Flux uncertainty with PSF aperture after multiplying the seeing by 1.15. Forced on z-band. 9980
z_moments_g1 float Moments-based G1 shear ellipticity parameter (z-band) 9990
z_moments_g2 float Moments-based G2 shear ellipticity parameter (z-band) 10000
z_moments_trace float arcsec Moments-based trace radius (z-band) 10010
z_moments_flag boolean Failure flag for moments (z-band) 10020
z_moments_psf_g1 float Moments-based G1 ellipticity of of the PSF (z-band) 10030
z_moments_psf_g2 float Moments-based G2 ellipticity of of the PSF (z-band) 10040
z_moments_psf_trace float arcsec Moments-based trace radius of the PSF (z-band) 10050
z_moments_psf_flag boolean Failure flag for PSF moments (z-band) 10060
z_moments_psf_debiased_g1 float Moments-based G1 ellipticity of the PSF, debiased (z-band) 10070
z_moments_psf_debiased_g2 float Moments-based G2 ellipticity of the PSF, debiased (z-band) 10080
z_moments_psf_debiased_trace float arcsec Moments-based trace radius of the PSF, debiased (z-band) 10090
z_moments_psf_debiased_flag boolean Failure flag for the debiased PSF moments (z-band) 10100
z_hsmShapeRegauss_e1 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on z-band. 10110
z_hsmShapeRegauss_e2 float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on z-band. 10120
z_hsmShapeRegauss_flag boolean Flag set for any failure with the Regaussianziation shapes. Measured on z-band. 10130
z_hsmShapeRegauss_sigma float PSF-corrected shear using the Hirata & Seljak (2003) Regaussianization algorithm. Measured on z-band. 10140
z_iPSF_flag boolean Flag set for any failure in the PSF model moments. Measured on z-band. 10150
z_i_flag boolean General failure flag, set if anything went wrong. Measured on z-band. 10160
z_inputCount int Number of images contributing at center, not including any clipping. Forced on z-band. 10170
z_inputCount_flag boolean Flag set for any failure in computing the number of inputs. Forced on z-band. 10180
z_inputCount_flag_noInputs boolean No coadd inputs were recorded. Forced on z-band. 10190
z_ixx float pixel**2 Gaussian-weighted adaptive moments. Measured on z-band. 10200
z_ixxPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on z-band. 10210
z_ixy float pixel**2 Gaussian-weighted adaptive moments. Measured on z-band. 10220
z_ixyPSF float pixel**2 Gaussian-weighted adaptive moments. Measured on z-band. 10230
z_iyy float pixel**2 Gaussian-weighted adaptive moments. Measured on z-band. 10240
z_iyyPSF float pixel**2 Gaussian-weighted adaptive moments of the PSF model at the position of this object. Measured on z-band. 10250
z_hsm_moments_30 float HSM higher-order moment 30. Measured on z-band. 10260
z_hsm_momentsPsf_30 float HSM higher-order moment 30 measured on the PSF model at the position of the object. Measured on z-band. 10270
z_hsm_moments_21 float HSM higher-order moment 21. Measured on z-band. 10280
z_hsm_momentsPsf_21 float HSM higher-order moment 21 measured on the PSF model at the position of the object. Measured on z-band. 10290
z_hsm_moments_12 float HSM higher-order moment 12. Measured on z-band. 10300
z_hsm_momentsPsf_12 float HSM higher-order moment 12 measured on the PSF model at the position of the object. Measured on z-band. 10310
z_hsm_moments_03 float HSM higher-order moment 03. Measured on z-band. 10320
z_hsm_momentsPsf_03 float HSM higher-order moment 03 measured on the PSF model at the position of the object. Measured on z-band. 10330
z_hsm_moments_40 float HSM higher-order moment 40. Measured on z-band. 10340
z_hsm_momentsPsf_40 float HSM higher-order moment 40 measured on the PSF model at the position of the object. Measured on z-band. 10350
z_hsm_moments_31 float HSM higher-order moment 31. Measured on z-band. 10360
z_hsm_momentsPsf_31 float HSM higher-order moment 31 measured on the PSF model at the position of the object. Measured on z-band. 10370
z_hsm_moments_22 float HSM higher-order moment 22. Measured on z-band. 10380
z_hsm_momentsPsf_22 float HSM higher-order moment 22 measured on the PSF model at the position of the object. Measured on z-band. 10390
z_hsm_moments_13 float HSM higher-order moment 13. Measured on z-band. 10400
z_hsm_momentsPsf_13 float HSM higher-order moment 13 measured on the PSF model at the position of the object. Measured on z-band. 10410
z_hsm_moments_04 float HSM higher-order moment 04. Measured on z-band. 10420
z_hsm_momentsPsf_04 float HSM higher-order moment 04 measured on the PSF model at the position of the object. Measured on z-band. 10430
z_hsm_moments_flag boolean Flag set for any failure in the HSM higher-order moments. Measured on z-band. 10440
z_hsm_momentsPsf_flag boolean Flag set for any failure in the HSM higher-order moment on the PSF model. Measured on z-band. 10450
z_kronFlux float nJy Flux measured within an elliptical aperture 2.5 times the Kron radius. Measured on z-band. 10460
z_kronFluxErr float nJy Flux uncertainty from Kron Flux algorithm. Measured on z-band. 10470
z_kronFlux_flag boolean Flag set for any failure in the Kron photometry. Measured on z-band. 10480
z_kronFlux_flag_bad_radius boolean Bad Kron radius. Measured on z-band. 10490
z_kronFlux_flag_bad_shape boolean Shape for measuring Kron radius is bad; used PSF shape. Measured on z-band. 10500
z_kronFlux_flag_bad_shape_no_psf boolean Bad shape and no PSF. Measured on z-band. 10510
z_kronFlux_flag_edge boolean Bad measurement due to image edge. Measured on z-band. 10520
z_kronFlux_flag_no_fallback_radius boolean No minimum radius and no PSF provided. Measured on z-band. 10530
z_kronFlux_flag_no_minimum_radius boolean Minimum radius could not enforced, no minimum value or PSF. Measured on z-band. 10540
z_kronFlux_flag_small_radius boolean Measured Kron radius was smaller than that of the PSF. Measured on z-band. 10550
z_kronFlux_flag_used_minimum_radius boolean Used the minimum radius for the Kron radius. Measured on z-band. 10560
z_kronFlux_flag_used_psf_radius boolean Kron radius fell back to being derived from the PSF radius. Measured on z-band. 10570
z_kronRad float pixel Kron radius (sqrt(a*b)). Measured on z-band. 10580
z_pixelFlags_bad boolean Deprecated; only set when there is no z-band data. 10590
z_pixelFlags_clipped boolean Artifacts were rejected by warp comparison in this object's footprint. Measured on z-band. 10600
z_pixelFlags_clippedCenter boolean Artifacts were rejected by warp comparison in this object's center. Measured on z-band. 10610
z_pixelFlags_cr boolean A cosmic ray was detected and interpolated in this object's footprint. Measured on z-band. 10620
z_pixelFlags_crCenter boolean A cosmic ray was detected and interpolated in this object's center. Measured on z-band. 10630
z_pixelFlags_edge boolean Deprecated; only set when there is no z-band data. 10640
z_pixelFlags_inexact_psf boolean The PSF model is discontinuous in this object's footprint. Measured on z-band. 10650
z_pixelFlags_inexact_psfCenter boolean The PSF model is discontinuosu near this object's center. Measured on z-band. 10660
z_pixelFlags_interpolated boolean An interpolated pixel contributed to the coadd in this object's footprint. Measured on z-band. 10670
z_pixelFlags_interpolatedCenter boolean An interpolated pixel contributed to the coadd near this object's center. Measured on z-band. 10680
z_pixelFlags_nodata boolean No pixel data was available in this band for this object. Measured on z-band. 10690
z_pixelFlags_offimage boolean Deprecated; only set when there is no z-band data. 10700
z_pixelFlags_saturated boolean Saturated pixels were rejected from this object's footprint, but would otherwise have contributed more than 10% of at least one pixel. Measured on z-band. 10710
z_pixelFlags_saturatedCenter boolean Saturated pixels were rjected from near this object's center, but would otherwise have contributed more than 10% of at least one pixel. Measured on z-band. 10720
z_pixelFlags_sensor_edge boolean A detector boundary passed through this object's footprint. Measured on z-band. 10730
z_pixelFlags_sensor_edgeCenter boolean A detector boundary passed close to this object's center. Measured on z-band. 10740
z_pixelFlags_suspect boolean Deprecated; only set when there is no z-band data. 10750
z_pixelFlags_suspectCenter boolean Deprecated; only set when there is no z-band data. 10760
z_invalidPsfFlag boolean This object has an invalid PSF (usually no inputs). Measured on z-band. 10770
z_psfFlux float nJy Flux derived from using the PSF model as a weight function. Forced on z-band. 10780
z_psfFluxErr float nJy Flux uncertainty derived from using the PSF model as a weight function. Forced on z-band. 10790
z_psfFlux_area float pixel Effective area of PSF. Forced on z-band. 10800
z_psfFlux_flag boolean General Failure Flag. Forced on z-band. 10810
z_psfFlux_flag_apCorr boolean Flag set if unable to aperture-correct the PSF flux. Forced on z-band. 10820
z_psfFlux_flag_edge boolean Object was too close to the edge of the image to use the full PSF model. Forced on z-band. 10830
z_psfFlux_flag_noGoodPixels boolean Not enough non-rejected pixels in data to attempt the fit. Forced on z-band. 10840
z_ra double deg Position in right ascension, measured on z-band. pos.eq.ra 10850
z_raErr float deg Error in right ascension, measured on z-band. stat.error;pos.eq.ra 10860
z_ra_dec_Cov float deg**2 Covariance between right ascension and declination, measured on z-band. stat.covariance;pos.eq.ra;pos.eq.dec 10870
z_deblend_dataCoverage float Fraction of data that contained good data, ie. 1 - number of no data pixels/total number of pixels in the z-band. 10880
z_deblend_blendedness float Blendedness in the deconvolved scarlet space. 10890
z_deblend_fluxOverlap float The total flux from neighboring objects that overlaps with this sources footprint in the deconvolved space. 10900
z_deblend_fluxOverlapFraction float Fraction of flux from neighbors / source flux in the deconvolved footprint. 10910
z_deblend_zeroFlux boolean True when there was no flux attributed to this object after flux redistribution in the deblender. 10920
g_psfModel_TwoGaussian_gauss1_sigma_x float pixel Standard deviation of the first Gaussian component (x-axis) in the two-Gaussian PSF model (g-band). 10930
g_psfModel_TwoGaussian_gauss1_sigma_y float pixel Standard deviation of the first Gaussian component (y-axis) in the two-Gaussian PSF model (g-band). 10940
g_psfModel_TwoGaussian_gauss1_rho float Ellipse rho (correlation coefficient) of the first Gaussian component in the two-Gaussian PSF model (g-band). 10950
g_psfModel_TwoGaussian_gauss1_fluxfrac float Fraction of the total flux (normalized to unity) of the first Gaussian component in the two-Gaussian PSF model (g-band). 10960
g_psfModel_TwoGaussian_gauss2_sigma_x float pixel Standard deviation of the second Gaussian component (x-axis) in the two-Gaussian PSF model (g-band). 10970
g_psfModel_TwoGaussian_gauss2_sigma_y float pixel Standard deviation of the second Gaussian component (y-axis) in the two-Gaussian PSF model (g-band). 10980
g_psfModel_TwoGaussian_gauss2_rho float Ellipse rho (correlation coefficient) of the second Gaussian component in the two-Gaussian PSF model (g-band). 10990
g_psfModel_TwoGaussian_n_iter int Number of iterations in the non-linear fit for the two-Gaussian PSF model (g-band). 11000
g_psfModel_TwoGaussian_chi2_reduced float Reduced chi-squared of the best-fit model parameters (chi divided the number of data points) for the two-Gaussian PSF model (g-band). 11010
g_psfModel_TwoGaussian_unknown_flag boolean Flag set for failures with an unexpected or unknown cause for the two-Gaussian PSF model (g-band). 11020
g_psfModel_TwoGaussian_no_inputs_flag boolean Flag set for objects not fit because there were no coadd PSF inputs for the two-Gaussian PSF model (g-band). 11030
i_psfModel_TwoGaussian_gauss1_sigma_x float pixel Standard deviation of the first Gaussian component (x-axis) in the two-Gaussian PSF model (i-band). 11040
i_psfModel_TwoGaussian_gauss1_sigma_y float pixel Standard deviation of the first Gaussian component (y-axis) in the two-Gaussian PSF model (i-band). 11050
i_psfModel_TwoGaussian_gauss1_rho float Ellipse rho (correlation coefficient) of the first Gaussian component in the two-Gaussian PSF model (i-band). 11060
i_psfModel_TwoGaussian_gauss1_fluxfrac float Fraction of the total flux (normalized to unity) of the first Gaussian component in the two-Gaussian PSF model (i-band). 11070
i_psfModel_TwoGaussian_gauss2_sigma_x float pixel Standard deviation of the second Gaussian component (x-axis) in the two-Gaussian PSF model (i-band). 11080
i_psfModel_TwoGaussian_gauss2_sigma_y float pixel Standard deviation of the second Gaussian component (y-axis) in the two-Gaussian PSF model (i-band). 11090
i_psfModel_TwoGaussian_gauss2_rho float Ellipse rho (correlation coefficient) of the second Gaussian component in the two-Gaussian PSF model (i-band). 11100
i_psfModel_TwoGaussian_n_iter int Number of iterations in the non-linear fit for the two-Gaussian PSF model (i-band). 11110
i_psfModel_TwoGaussian_chi2_reduced float Reduced chi-squared of the best-fit model parameters (chi divided the number of data points) for the two-Gaussian PSF model (i-band). 11120
i_psfModel_TwoGaussian_unknown_flag boolean Flag set for failures with an unexpected or unknown cause for the two-Gaussian PSF model (i-band). 11130
i_psfModel_TwoGaussian_no_inputs_flag boolean Flag set for objects not fit because there were no coadd PSF inputs for the two-Gaussian PSF model (i-band). 11140
r_psfModel_TwoGaussian_gauss1_sigma_x float pixel Standard deviation of the first Gaussian component (x-axis) in the two-Gaussian PSF model (r-band). 11150
r_psfModel_TwoGaussian_gauss1_sigma_y float pixel Standard deviation of the first Gaussian component (y-axis) in the two-Gaussian PSF model (r-band). 11160
r_psfModel_TwoGaussian_gauss1_rho float Ellipse rho (correlation coefficient) of the first Gaussian component in the two-Gaussian PSF model (r-band). 11170
r_psfModel_TwoGaussian_gauss1_fluxfrac float Fraction of the total flux (normalized to unity) of the first Gaussian component in the two-Gaussian PSF model (r-band). 11180
r_psfModel_TwoGaussian_gauss2_sigma_x float pixel Standard deviation of the second Gaussian component (x-axis) in the two-Gaussian PSF model (r-band). 11190
r_psfModel_TwoGaussian_gauss2_sigma_y float pixel Standard deviation of the second Gaussian component (y-axis) in the two-Gaussian PSF model (r-band). 11200
r_psfModel_TwoGaussian_gauss2_rho float Ellipse rho (correlation coefficient) of the second Gaussian component in the two-Gaussian PSF model (r-band). 11210
r_psfModel_TwoGaussian_n_iter int Number of iterations in the non-linear fit for the two-Gaussian PSF model (r-band). 11220
r_psfModel_TwoGaussian_chi2_reduced float Reduced chi-squared of the best-fit model parameters (chi divided the number of data points) for the two-Gaussian PSF model (r-band). 11230
r_psfModel_TwoGaussian_unknown_flag boolean Flag set for failures with an unexpected or unknown cause for the two-Gaussian PSF model (r-band). 11240
r_psfModel_TwoGaussian_no_inputs_flag boolean Flag set for objects not fit because there were no coadd PSF inputs for the two-Gaussian PSF model (r-band). 11250
u_psfModel_TwoGaussian_gauss1_sigma_x float pixel Standard deviation of the first Gaussian component (x-axis) in the two-Gaussian PSF model (u-band). 11260
u_psfModel_TwoGaussian_gauss1_sigma_y float pixel Standard deviation of the first Gaussian component (y-axis) in the two-Gaussian PSF model (u-band). 11270
u_psfModel_TwoGaussian_gauss1_rho float Ellipse rho (correlation coefficient) of the first Gaussian component in the two-Gaussian PSF model (u-band). 11280
u_psfModel_TwoGaussian_gauss1_fluxfrac float Fraction of the total flux (normalized to unity) of the first Gaussian component in the two-Gaussian PSF model (u-band). 11290
u_psfModel_TwoGaussian_gauss2_sigma_x float pixel Standard deviation of the second Gaussian component (x-axis) in the two-Gaussian PSF model (u-band). 11300
u_psfModel_TwoGaussian_gauss2_sigma_y float pixel Standard deviation of the second Gaussian component (y-axis) in the two-Gaussian PSF model (u-band). 11310
u_psfModel_TwoGaussian_gauss2_rho float Ellipse rho (correlation coefficient) of the second Gaussian component in the two-Gaussian PSF model (u-band). 11320
u_psfModel_TwoGaussian_n_iter int Number of iterations in the non-linear fit for the two-Gaussian PSF model (u-band). 11330
u_psfModel_TwoGaussian_chi2_reduced float Reduced chi-squared of the best-fit model parameters (chi divided the number of data points) for the two-Gaussian PSF model (u-band). 11340
u_psfModel_TwoGaussian_unknown_flag boolean Flag set for failures with an unexpected or unknown cause for the two-Gaussian PSF model (u-band). 11350
u_psfModel_TwoGaussian_no_inputs_flag boolean Flag set for objects not fit because there were no coadd PSF inputs for the two-Gaussian PSF model (u-band). 11360
y_psfModel_TwoGaussian_gauss1_sigma_x float pixel Standard deviation of the first Gaussian component (x-axis) in the two-Gaussian PSF model (y-band). 11370
y_psfModel_TwoGaussian_gauss1_sigma_y float pixel Standard deviation of the first Gaussian component (y-axis) in the two-Gaussian PSF model (y-band). 11380
y_psfModel_TwoGaussian_gauss1_rho float Ellipse rho (correlation coefficient) of the first Gaussian component in the two-Gaussian PSF model (y-band). 11390
y_psfModel_TwoGaussian_gauss1_fluxfrac float Fraction of the total flux (normalized to unity) of the first Gaussian component in the two-Gaussian PSF model (y-band). 11400
y_psfModel_TwoGaussian_gauss2_sigma_x float pixel Standard deviation of the second Gaussian component (x-axis) in the two-Gaussian PSF model (y-band). 11410
y_psfModel_TwoGaussian_gauss2_sigma_y float pixel Standard deviation of the second Gaussian component (y-axis) in the two-Gaussian PSF model (y-band). 11420
y_psfModel_TwoGaussian_gauss2_rho float Ellipse rho (correlation coefficient) of the second Gaussian component in the two-Gaussian PSF model (y-band). 11430
y_psfModel_TwoGaussian_n_iter int Number of iterations in the non-linear fit for the two-Gaussian PSF model (y-band). 11440
y_psfModel_TwoGaussian_chi2_reduced float Reduced chi-squared of the best-fit model parameters (chi divided the number of data points) for the two-Gaussian PSF model (y-band). 11450
y_psfModel_TwoGaussian_unknown_flag boolean Flag set for failures with an unexpected or unknown cause for the two-Gaussian PSF model (y-band). 11460
y_psfModel_TwoGaussian_no_inputs_flag boolean Flag set for objects not fit because there were no coadd PSF inputs for the two-Gaussian PSF model (y-band). 11470
z_psfModel_TwoGaussian_gauss1_sigma_x float pixel Standard deviation of the first Gaussian component (x-axis) in the two-Gaussian PSF model (z-band). 11480
z_psfModel_TwoGaussian_gauss1_sigma_y float pixel Standard deviation of the first Gaussian component (y-axis) in the two-Gaussian PSF model (z-band). 11490
z_psfModel_TwoGaussian_gauss1_rho float Ellipse rho (correlation coefficient) of the first Gaussian component in the two-Gaussian PSF model (z-band). 11500
z_psfModel_TwoGaussian_gauss1_fluxfrac float Fraction of the total flux (normalized to unity) of the first Gaussian component in the two-Gaussian PSF model (z-band). 11510
z_psfModel_TwoGaussian_gauss2_sigma_x float pixel Standard deviation of the second Gaussian component (x-axis) in the two-Gaussian PSF model (z-band). 11520
z_psfModel_TwoGaussian_gauss2_sigma_y float pixel Standard deviation of the second Gaussian component (y-axis) in the two-Gaussian PSF model (z-band). 11530
z_psfModel_TwoGaussian_gauss2_rho float Ellipse rho (correlation coefficient) of the second Gaussian component in the two-Gaussian PSF model (z-band). 11540
z_psfModel_TwoGaussian_n_iter int Number of iterations in the non-linear fit for the two-Gaussian PSF model (z-band). 11550
z_psfModel_TwoGaussian_chi2_reduced float Reduced chi-squared of the best-fit model parameters (chi divided the number of data points) for the two-Gaussian PSF model (z-band). 11560
z_psfModel_TwoGaussian_unknown_flag boolean Flag set for failures with an unexpected or unknown cause for the two-Gaussian PSF model (z-band). 11570
z_psfModel_TwoGaussian_no_inputs_flag boolean Flag set for objects not fit because there were no coadd PSF inputs for the two-Gaussian PSF model (z-band). 11580
exponential_ra double deg Centroid (right ascension) from the multiband exponential model fit. pos.eq.ra 11590
exponential_raErr float deg Error on the centroid (right ascension) from the multiband exponential model fit. stat.error;pos.eq.ra 11600
exponential_dec double deg Centroid (declination) from the multiband exponential model fit. pos.eq.dec 11610
exponential_decErr float deg Error on the centroid (declination) from the multiband exponential model fit. stat.error;pos.eq.dec 11620
exponential_ra_dec_Cov float deg**2 Covariance between right ascension and declination from the multiband exponential model fit. stat.covariance;pos.eq.ra;pos.eq.dec 11630
exponential_reff_x float pixel Effective radius (x-axis) from the multiband exponential model fit, prior to convolution with the PSF model (which is shrunk by 0.1 pixels in quadrature by default). 11640
exponential_reff_xErr float pixel Error on the effective radius (x-axis) from the multiband exponential model fit. 11650
exponential_reff_y float pixel Effective radius (y-axis) from the multiband exponential model fit, prior to convolution with the PSF model (which is shrunk by 0.1 pixels in quadrature by default). 11660
exponential_reff_yErr float pixel Error on the effective radius (y-axis) from the multiband exponential model fit. 11670
exponential_rho float Ellipse rho (correlation coefficient) from the multiband exponential model fit. 11680
exponential_rhoErr float Error on ellipse rho (correlation coefficient) from the multiband exponential model fit. 11690
exponential_reff_major float arcsec Effective radius (major axis) from the multiband Sersic model fit, prior to convolution with the PSF model (which is shrunk by 0.1 pixels in quadrature by default). 11700
exponential_reff_minor float arcsec Effective radius (minor axis) from the multiband Sersic model fit, prior to convolution with the PSF model (which is shrunk by 0.1 pixels in quadrature by default). 11710
exponential_theta float Position angle of the multiband Sersic fit ellipse. 11720
g_exponentialFlux float nJy g-band flux from the multiband exponential model fit. 11730
g_exponentialFluxErr float nJy Error on the g-band flux from the multiband exponential model fit. 11740
i_exponentialFlux float nJy i-band flux from the multiband exponential model fit. 11750
i_exponentialFluxErr float nJy Error on the i-band flux from the multiband exponential model fit. 11760
r_exponentialFlux float nJy r-band flux from the multiband exponential model fit. 11770
r_exponentialFluxErr float nJy Error on the r-band flux from the multiband exponential model fit. 11780
u_exponentialFlux float nJy u-band flux from the multiband exponential model fit. 11790
u_exponentialFluxErr float nJy Error on the u-band flux from the multiband exponential model fit. 11800
y_exponentialFlux float nJy y-band flux from the multiband exponential model fit. 11810
y_exponentialFluxErr float nJy Error on the y-band flux from the multiband exponential model fit. 11820
z_exponentialFlux float nJy z-band flux from the multiband exponential model fit. 11830
z_exponentialFluxErr float nJy Error on the z-band flux from the multiband exponential model fit. 11840
exponential_n_eval_jac int Number of Jacobian evaluations for the multiband exponential model fit. 11850
exponential_n_iter int Number of iterations in the non-linear fit for the multiband exponential model. 11860
exponential_chi2_reduced float Reduced chi-squared of the best-fit model parameters (chi divided the number of data points) for the multiband exponential model. 11870
exponential_delta_lnL_fit_linear float The ln-likelihood of the best model non-linear fit parameters minus the ln-likelihood of a subsequent linear least squares fit. 11880
exponential_delta_lnL_fit_ps float The ln-likelihood of the best-fit exponential model minus the ln-likelihood of a point source with the same centroid and PSF model. 11890
exponential_no_data_flag boolean Flag set when there is insufficient data to fit for the multiband exponential model. 11900
exponential_unknown_flag boolean Flag set for failures with an unexpected or unknown cause for the multiband exponential model. 11910
sersic_ra double deg Centroid (right ascension) from the multiband Sersic model fit. pos.eq.ra 11920
sersic_raErr float deg Error on the centroid (right ascension) from the multiband Sersic model fit. stat.error;pos.eq.ra 11930
sersic_dec double deg Centroid (declination) from the multiband Sersic model fit. pos.eq.dec 11940
sersic_decErr float deg Error on the centroid (declination) from the multiband Sersic model fit. stat.error;pos.eq.dec 11950
sersic_ra_dec_Cov float deg**2 Covariance between right ascension and declination from the multiband Sersic model fit. stat.covariance;pos.eq.ra;pos.eq.dec 11960
sersic_reff_x float pixel Effective radius (x-axis) from the multiband Sersic model fit, prior to convolution with the PSF model (which is shrunk by 0.1 pixels in quadrature by default). 11970
sersic_reff_xErr float pixel Error on the effective radius (x-axis) from the multiband Sersic model fit. 11980
sersic_reff_y float pixel Effective radius (y-axis) from the multiband Sersic model fit, prior to convolution with the PSF model (which is shrunk by 0.1 pixels in quadrature by default). 11990
sersic_reff_yErr float pixel Error on the effective radius (y-axis) from the multiband Sersic model fit. 12000
sersic_rho float Ellipse rho (correlation coefficient) from the multiband Sersic model fit. 12010
sersic_rhoErr float Error on ellipse rho (correlation coefficient) from the multiband Sersic model fit. 12020
sersic_reff_major float arcsec Effective radius (major axis) from the multiband Sersic model fit, prior to convolution with the PSF model (which is shrunk by 0.1 pixels in quadrature by default). 12030
sersic_reff_minor float arcsec Effective radius (minor axis) from the multiband Sersic model fit, prior to convolution with the PSF model (which is shrunk by 0.1 pixels in quadrature by default). 12040
sersic_theta float Position angle of the multiband Sersic fit ellipse. 12050
g_sersicFlux float nJy g-band flux from the multiband Sersic model fit. 12060
g_sersicFluxErr float nJy Error on the g-band flux from the multiband Sersic model fit. 12070
i_sersicFlux float nJy i-band flux from the multiband Sersic model fit. 12080
i_sersicFluxErr float nJy Error on the i-band flux from the multiband Sersic model fit. 12090
r_sersicFlux float nJy r-band flux from the multiband Sersic model fit. 12100
r_sersicFluxErr float nJy Error on the r-band flux from the multiband Sersic model fit. 12110
u_sersicFlux float nJy u-band flux from the multiband Sersic model fit. 12120
u_sersicFluxErr float nJy Error on the u-band flux from the multiband Sersic model fit. 12130
y_sersicFlux float nJy y-band flux from the multiband Sersic model fit. 12140
y_sersicFluxErr float nJy Error on the y-band flux from the multiband Sersic model fit. 12150
z_sersicFlux float nJy z-band flux from the multiband Sersic model fit. 12160
z_sersicFluxErr float nJy Error on the z-band flux from the multiband Sersic model fit. 12170
sersic_index float Sersic profile index parameter from the multiband Sersic model fit. 12180
sersic_indexErr float Error on the Sersic profile index parameter from the multiband Sersic model fit. 12190
sersic_n_eval_jac int Number of Jacobian evaluations for the multiband Sersic model fit. 12200
sersic_n_iter int Number of iterations in the non-linear fit for the multiband Sersic model. 12210
sersic_chi2_reduced float Reduced chi-squared of the best-fit model parameters (chi divided the number of data points) for the multiband Sersic model. 12220
sersic_no_data_flag boolean Flag set when there is insufficient data to fit for the multiband Sersic model. 12230
sersic_unknown_flag boolean Flag set for failures with an unexpected or unknown cause for the multiband Sersic model. 12240
g_epoch double d Mean epoch of the object in the g-band coadd in MJD TAI 12250
i_epoch double d Mean epoch of the object in the i-band coadd in MJD TAI 12260
r_epoch double d Mean epoch of the object in the r-band coadd in MJD TAI 12270
u_epoch double d Mean epoch of the object in the u-band coadd in MJD TAI 12280
y_epoch double d Mean epoch of the object in the y-band coadd in MJD TAI 12290
z_epoch double d Mean epoch of the object in the z-band coadd in MJD TAI 12300

Source

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.

Column Name Data Type Unit Description UCD Order Principal
sourceId long Unique id. Unique Source ID. Primary Key. meta.id;src 10
coord_ra double deg Fiducial ICRS Right Ascension of centroid used for database indexing pos.eq.ra 20
coord_dec double deg Fiducial ICRS Declination of centroid used for database indexing pos.eq.dec 30
visit long Id of the visit where this source was measured. meta.id;obs.image 40
detector short Id of the detector where this source was measured. meta.id;obs.image 50
parentSourceId long Unique ID of parent source 60
x double pixel Centroid from Sdss Centroid algorithm 70
y double pixel Centroid from Sdss Centroid algorithm 80
xErr float pixel 1-sigma uncertainty on x position 90
yErr float pixel 1-sigma uncertainty on y position 100
ra double deg Position in right ascension. pos.eq.ra;meta.main 110
dec double deg Position in declination. pos.eq.dec;meta.main 120
raErr float deg Angular error in right ascension (∂RA*cos(Dec)). stat.error;pos.eq.ra 130
decErr float deg Error in declination. stat.error;pos.eq.dec 140
ra_dec_Cov float deg**2 Covariance between right ascension (RA*cos(Dec)) and declination. stat.covariance;pos.eq.ra;pos.eq.dec 150
calibFlux double nJy Flux within 12.0-pixel radius aperture 160
calibFluxErr double nJy Flux uncertainty within 12.0-pixel radius aperture 170
ap03Flux double nJy Flux within 3.0-pixel radius aperture 180
ap03FluxErr double nJy Flux uncertainty within 3.0-pixel radius aperture 190
ap03Flux_flag boolean General Failure Flag 200
ap06Flux double nJy Flux within 6.0-pixel radius aperture 210
ap06FluxErr double nJy Flux uncertainty within 6.0-pixel radius aperture 220
ap06Flux_flag boolean General Failure Flag 230
ap09Flux double nJy Flux within 9.0-pixel radius aperture 240
ap09FluxErr double nJy Flux uncertainty within 9.0-pixel radius aperture 250
ap09Flux_flag boolean General Failure Flag 260
ap12Flux double nJy Flux within 12.0-pixel radius aperture 270
ap12FluxErr double nJy Flux uncertainty within 12.0-pixel radius aperture 280
ap12Flux_flag boolean General Failure Flag 290
ap17Flux double nJy Flux within 17.0-pixel radius aperture 300
ap17FluxErr double nJy Flux uncertainty within 17.0-pixel radius aperture 310
ap17Flux_flag boolean General Failure Flag 320
ap25Flux double nJy Flux within 25.0-pixel radius aperture 330
ap25FluxErr double nJy Flux uncertainty within 25.0-pixel radius aperture 340
ap25Flux_flag boolean General Failure Flag 350
ap35Flux double nJy Flux within 35.0-pixel radius aperture 360
ap35FluxErr double nJy Flux uncertainty within 35.0-pixel radius aperture 370
ap35Flux_flag boolean General Failure Flag 380
ap50Flux double nJy Flux within 50.0-pixel radius aperture 390
ap50FluxErr double nJy Flux uncertainty within 50.0-pixel radius aperture 400
ap50Flux_flag boolean General Failure Flag 410
ap70Flux double nJy Flux within 70.0-pixel radius aperture 420
ap70FluxErr double nJy Flux uncertainty within 70.0-pixel radius aperture 430
ap70Flux_flag boolean General Failure Flag 440
sky double nJy Background in annulus of radius 7-15 times the PSF sigma around source 450
skyErr double nJy Error in background in annulus around source 460
psfFlux double nJy Flux derived from linear least-squares fit of psf model forced on the calexp 470
psfFluxErr double nJy Uncertainty on the flux derived from linear least-squares fit of psf model forced on the calexp 480
ixx double pixel**2 HSM moments 490
iyy double pixel**2 HSM moments 500
ixy double pixel**2 HSM moments 510
ixxPSF double pixel**2 HSM moments 520
iyyPSF double pixel**2 HSM moments 530
ixyPSF double pixel**2 HSM moments 540
ixxDebiasedPSF double pixel**2 HSM moments 550
iyyDebiasedPSF double pixel**2 HSM moments 560
ixyDebiasedPSF double pixel**2 HSM moments 570
gaussianFlux double nJy Flux from Gaussian Flux algorithm 580
gaussianFluxErr double nJy Flux uncertainty from Gaussian Flux algorithm 590
extendedness double PSF to cModel flux-ratio measure of whether an object is point-like (0) or extended (1); values are either 0 or 1. 600
sizeExtendedness double Moments-based measure of a source to be a galaxy. 610
blendedness_abs double 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. 620
blendedness_flag boolean General Failure Flag 630
blendedness_flag_noCentroid boolean Object has no centroid 640
blendedness_flag_noShape boolean Object has no shape 650
detect_isPrimary boolean 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 660
apFlux_12_0_flag boolean General Failure Flag 670
apFlux_12_0_flag_apertureTruncated boolean Aperture did not fit within measurement image 680
apFlux_12_0_flag_sincCoeffsTruncated boolean Full sinc coefficient image did not fit within measurement image 690
apFlux_12_0_instFlux double count Flux within 12.0-pixel radius aperture 700
apFlux_12_0_instFluxErr double count 1-sigma flux uncertainty 710
apFlux_17_0_flag boolean General Failure Flag 720
apFlux_17_0_instFlux double count Flux within 17.0-pixel radius aperture 730
apFlux_17_0_instFluxErr double count 1-sigma flux uncertainty 740
apFlux_35_0_flag boolean General Failure Flag 750
apFlux_35_0_instFlux double count Flux within 35.0-pixel radius aperture 760
apFlux_35_0_instFluxErr double count 1-sigma flux uncertainty 770
apFlux_50_0_flag boolean General Failure Flag 780
apFlux_50_0_instFlux double count Flux within 50.0-pixel radius aperture 790
apFlux_50_0_instFluxErr double count 1-sigma flux uncertainty 800
normCompTophatFlux_flag boolean General failure flag for normCompTophatFlux. 810
normCompTophatFlux_instFlux double count Normalized compensated tophat flux for calibration 820
normCompTophatFlux_instFluxErr double count 1-sigma flux uncertainty on normCompTophatFlux_instFlux 830
extendedness_flag boolean Set to 1 for any fatal failure. 840
sizeExtendedness_flag boolean Set to 1 for any fatal failure. 850
footprintArea_value int pixel Number of pixels in the sources detection footprint. 860
jacobian_flag boolean Set to 1 for any fatal failure 870
jacobian_value double Jacobian correction 880
localBackground_instFlux double count Background in annulus around source 890
localBackground_instFluxErr double count 1-sigma flux uncertainty 900
localBackground_flag boolean General Failure Flag 910
localBackground_flag_noGoodPixels boolean No good pixels in the annulus 920
localBackground_flag_noPsf boolean No PSF provided 930
pixelFlags_bad boolean Bad pixel in the Source footprint 940
pixelFlags_cr boolean Cosmic ray in the Source footprint 950
pixelFlags_crCenter boolean Cosmic ray in the Source center 960
pixelFlags_edge boolean Source is on the edge of an exposure region (masked EDGE) 970
pixelFlags_interpolated boolean Interpolated pixel in the Source footprint 980
pixelFlags_interpolatedCenter boolean Interpolated pixel in the Source center 990
pixelFlags_nodata boolean Source is outside usable exposure region (masked NO_DATA) 1000
pixelFlags_offimage boolean Source center is off image 1010
pixelFlags_saturated boolean Saturated pixel in the Source footprint 1020
pixelFlags_saturatedCenter boolean Saturated pixel in the Source center 1030
pixelFlags_suspect boolean Sources footprint includes suspect pixels 1040
pixelFlags_suspectCenter boolean Sources center is close to suspect pixels 1050
invalidPsfFlag boolean Source has an invalid psf. 1060
psfFlux_apCorr double Aperture correction applied to base_PsfFlux 1070
psfFlux_apCorrErr double Standard deviation of aperture correction applied to base_PsfFlux 1080
psfFlux_area float pixel Effective area of PSF 1090
psfFlux_flag boolean Failure to derive linear least-squares fit of psf model forced on the calexp 1100
psfFlux_flag_apCorr boolean Set if unable to aperture correct base_PsfFlux 1110
psfFlux_flag_edge boolean Object was too close to the edge of the image to use the full PSF model 1120
psfFlux_flag_noGoodPixels boolean Not enough non-rejected pixels in data to attempt the fit 1130
gaussianFlux_flag boolean General Failure Flag 1140
centroid_flag boolean General Failure Flag 1150
centroid_flag_almostNoSecondDerivative boolean Almost vanishing second derivative 1160
centroid_flag_badError boolean Error on x and/or y position is NaN 1170
centroid_flag_edge boolean Object too close to edge 1180
centroid_flag_noSecondDerivative boolean Vanishing second derivative 1190
centroid_flag_notAtMaximum boolean Object is not at a maximum 1200
centroid_flag_resetToPeak boolean Set if CentroidChecker reset the centroid 1210
variance_flag boolean Set for any fatal failure 1220
variance_flag_emptyFootprint boolean Set to True when the footprint has no usable pixels 1230
variance_value double Variance at object position 1240
calib_astrometry_used boolean Set if source was used in astrometric calibration 1250
calib_photometry_reserved boolean Set if source was reserved from photometric calibration 1260
calib_photometry_used boolean Set if source was used in photometric calibration 1270
calib_psf_candidate boolean Flag set if the source was a candidate for PSF determination, as determined by the star selector. 1280
calib_psf_reserved boolean Set if source was reserved from PSF determination 1290
calib_psf_used boolean Flag set if the source was actually used for PSF determination, as determined by the 1300
deblend_deblendedAsPsf boolean Deblender thought this source looked like a PSF 1310
deblend_hasStrayFlux boolean This source was assigned some stray flux 1320
deblend_masked boolean Parent footprint was predominantly masked 1330
deblend_nChild int Number of children this object has (defaults to 0) 1340
deblend_parentTooBig boolean Parent footprint covered too many pixels 1350
deblend_patchedTemplate boolean This source was near an image edge and the deblender used patched edge-handling. 1360
deblend_rampedTemplate boolean This source was near an image edge and the deblender used ramp edge-handling. 1370
deblend_skipped boolean Deblender skipped this source 1380
deblend_tooManyPeaks boolean Source had too many peaks; only the brightest were included 1390
hsmPsfMoments_flag boolean General failure flag, set if anything went wrong 1400
hsmPsfMoments_flag_no_pixels boolean No pixels to measure 1410
hsmPsfMoments_flag_not_contained boolean Center not contained in footprint bounding box 1420
hsmPsfMoments_flag_parent_source boolean Parent source, ignored 1430
iDebiasedPSF_flag boolean General failure flag, set if anything went wrong 1440
iDebiasedPSF_flag_no_pixels boolean No pixels to measure 1450
iDebiasedPSF_flag_not_contained boolean Center not contained in footprint bounding box 1460
iDebiasedPSF_flag_parent_source boolean Parent source, ignored 1470
iDebiasedPSF_flag_galsim boolean GalSim failure 1480
iDebiasedPSF_flag_edge boolean Variance undefined outside image edge 1490
hsmShapeRegauss_flag boolean General failure flag, set if anything went wrong 1500
hsmShapeRegauss_flag_galsim boolean GalSim failure 1510
hsmShapeRegauss_flag_no_pixels boolean No pixels to measure 1520
hsmShapeRegauss_flag_not_contained boolean Center not contained in footprint bounding box 1530
hsmShapeRegauss_flag_parent_source boolean Parent source, ignored 1540
sky_source boolean Sky objects quasi-randomly placed with no detection footprints or bad pixels within an 8-pixel radius. Used for measurement of background and noise properties. 1550
band char Name of the band used to take the exposure where this source was measured. Abstract filter that is not associated with a particular instrument 1560
physical_filter char ID of physical filter, the filter associated with a particular instrument. 1570

Visit

Defines a single Visit.

Column Name Data Type Unit Description UCD Order Principal
decl double deg Deprecated duplicate of dec.
midpoint timestamp Midpoint time for visit at the fiducial center of the focal plane array. TAI, accurate to 10ms.
midpointMjdTai double d Midpoint time for visit at the fiducial center of the focal plane array, expressed as Modified Julian Date, International Atomic Time, accurate to 10ms.
obsStartMjdTai double Start of the visit, expressed as Modified Julian Date, International Atomic Time, accurate to 10ms.
visit long Unique identifier. meta.id;obs.image 10 1
physical_filter char ID of physical filter, the filter associated with a particular instrument. 20
band char Name of the band used to take the visit where this source was measured. Abstract filter that is not associated with a particular instrument. 30 1
ra double deg Right Ascension of focal plane center. 40 1
dec double deg Declination of focal plane center 50 1
skyRotation double deg Sky rotation angle. 60 1
azimuth double deg Azimuth of focal plane center at the middle of the visit. 70
altitude double deg Altitude of focal plane center at the middle of the visit. 80
zenithDistance double deg Zenith distance at the middle of the visit. 90
airmass double Airmass of the observed line of sight. 100 1
expTime double s Spatially-averaged duration of visit, accurate to 10ms. 110 1
obsStart timestamp Start time of the visit at the fiducial center of the focal plane array, TAI, accurate to 10ms. 120

VisitDetector

Defines a single detector of a visit.

Column Name Data Type Unit Description UCD Order Principal
visit long Reference to the corresponding entry in the Visit table.
decl double deg Deprecated duplicate of dec.
midpoint timestamp Midpoint of the visit. TAI, accurate to 10ms.
midpointMjdTai double d Midpoint of the visit, expressed as Modified Julian Date, International Atomic Time, accurate to 10ms.
obsStartMjdTai double Start of the visit, expressed as Modified Julian Date, International Atomic Time, accurate to 10ms.
detector short Detector ID. A detector associated with a particular instrument (not an observation of that detector). 10 1
physical_filter char ID of physical filter, the filter associated with a particular instrument. 20
band char Name of the band used to take the visit where this source was measured. Abstract filter that is not associated with a particular instrument. 30 1
ra double deg Right Ascension of Ccd center. 40 1
dec double deg Declination of Ccd center. 50 1
pixelScale float arcsec/pixel Measured detector pixel scale. 60
zenithDistance float deg Zenith distance at observation mid-point. 70 1
zeroPoint float mag Zero-point for the Ccd, estimated at Ccd center. 80
psfSigma float pixel PSF model second-moments determinant radius (center of chip) 90 1
skyBg float adu Average sky background. 100
skyNoise float adu RMS noise of the sky background. 110
seeing double arcsec Mean measured FWHM of the PSF. 120 1
skyRotation double deg Sky rotation angle. 130
expTime double s Spatially-averaged duration of visit, accurate to 10ms. 140 1
obsStart timestamp Start of the visit, TAI, accurate to 10ms. 150
darkTime double s Average dark current accumulation time, accurate to 10ms. 160
xSize long pixel Number of columns in the image. 170
ySize long pixel Number of rows in the image. 180
llcra double deg Right Ascension of lower left corner. 190
llcdec double deg Declination of lower left corner. 200
ulcra double deg Right Ascension of upper left corner. 210
ulcdec double deg Declination of upper left corner. 220
urcra double deg Right Ascension of upper right corner. 230
urcdec double deg Declination of upper right corner. 240
lrcra double deg Right Ascension of lower right corner. 250
lrcdec double deg Declination of lower right corner. 260
astromOffsetMean double arcsec Mean offset of astrometric calibration matches (arcsec) 270
astromOffsetStd double arcsec Standard deviation of offsets of astrometric calibration matches (arcsec) 280
starComa1Median double Coma-like higher-order moment combination (median M30 + M12 of the stars used in the PSF model) 290
starComa2Median double Coma-like higher-order moment combination (median M21 + M03 of the stars used in the PSF model) 300
starTrefoil1Median double Trefoil-like higher-order moment combination (median M30 - 3*M12 of the stars used in the PSF model) 310
starTrefoil2Median double Trefoil-like higher-order moment combination (median 3*M21 - M03 of the stars used in the PSF model) 320
starKurtosisMedian double Kurtosis-like higher-order moment combination (median M40 + 2*M22 + M04 of the stars used in the PSF model) 330
starE41Median double Fourth-order ellipticity-like higher-order moment combination (median M40 - M04 of the stars used in the PSF model) 340
starE42Median double Fourth-order ellipticity-like higher-order moment combination (median 2*(M31 + M13) of the stars used in the PSF model) 350
nPsfStar int Number of stars used for PSF model 360
psfStarDeltaE1Median double Median E1 residual (starE1 - psfE1) for psf stars 370
psfStarDeltaE2Median double Median E2 residual (starE2 - psfE2) for psf stars 380
psfStarDeltaE1Scatter double Scatter (via MAD) of E1 residual (starE1 - psfE1) for psf stars 390
psfStarDeltaE2Scatter double Scatter (via MAD) of E2 residual (starE2 - psfE2) for psf stars 400
psfStarDeltaSizeMedian double pixel Median size residual (starSize - psfSize) for psf stars (pixel) 410
psfStarDeltaSizeScatter double pixel Scatter (via MAD) of size residual (starSize - psfSize) for stars (pixel) 420
psfStarScaledDeltaSizeScatter double Scatter (via MAD) of size residual scaled by median size squared 430
psfTraceRadiusDelta double pixel Delta (max - min) of model psf trace radius values evaluated on a grid of unmasked pixels (pixel) 440
psfApFluxDelta double Delta (max - min) of model psf aperture flux (with aperture radius of max(2, 3*psfSigma)) values evaluated on a grid of unmasked pixels 450
psfApCorrSigmaScaledDelta double Delta (max - min) of psf flux aperture correction factors scaled (divided) by the psfSigma evaluated on a grid of unmasked pixels 460
maxDistToNearestPsf double pixel Maximum distance of an unmasked pixel to its nearest model psf star (pixel) 470
starEMedian double Median ellipticity (sqrt(starE1**2.0 + starE2**2.0)) of the stars used in the PSF model. 480
starUnNormalizedEMedian double pixel**2 Median un-normalized ellipticity (sqrt((starXX - starYY)**2.0 + (2.0*starXY)**2.0)) of the stars used in the PSF model. 490
wcsDetectorPointingResidual double arcsec Maximum difference (on the pointing-fit grid) between the final WCS position and the position predicted by camera geometry, after re-pointing using the final WCS for this detector only. The detector is rejected from the pointing fit if this exceeds 10". 500
wcsVisitPointingResidual double arcsec Maximum difference (on the pointing-fit grid) between the final WCS position and the position predicted by camera geometry, after re-pointing using the final WCS of all non-rejected detectors in the visit. The WCS is set to null if this exceeds 60". 510
wcsPreliminaryDetectorPointingResidual double arcsec Maximum difference (on the pointing-fit grid) between the preliminary WCS position and the position predicted by camera geometry, after re-pointing using the prelimnary WCS for this detector only. The detector is rejected from the pointing fit if this exceeds 10". 520
wcsPreliminaryVisitPointingResidual double arcsec Maximum difference (on the pointing-fit grid) between the preliminary WCS position and the position predicted by camera geometry, after re-pointing using the preliminary WCS of all non-rejected detectors in the visit. The WCS is set to null if this exceeds 60". 530
shapeletsIqScore double The dimensionless image quality score as determined from the shapelets decomposition that includes power from the median centroid offset between those used in the decomposition and those of the centroid slot in addition to non-atmospheric decomposition coefficients. The score spans the range [0.0, 1.0] with lower values indicating better image quality. 540
centroidDiffShapeletsVsSlotMedian double pixel Median centroid difference (sqrt((slot_x - shapelet_x)**2 + (slot_y - shapelet_y)**2)) for sources used in the shapelet decomposition. 550
shapeletsStarEMedian double Median ellipticity (sqrt(starE1**2.0 + starE2**2.0)) of the sources used in the shapelet decomposition. 560
psfAdaptiveIncludeThresholdMultiplier double Threshold multiplier used in the adaptive threshold detection pass for PSF modelling. 570
shapeletsStarUnNormalizedEMedian double pixel**2 Median un-normalized ellipticity (sqrt((starXX - starYY)**2.0 + (2.0*starXY)**2.0)) of the sources used in the shapelet decomposition. 580
refCatSourceDensity float count/deg**2 Source density for the detector region as computed from the loaded reference catalog (number per degrees**2) 590
psfAdaptiveThresholdValue double Threshold value used in the adaptive threshold detection pass for PSF modelling. 600
shapeletsOnlyIqScore double The dimensionless image quality score as determined from the shapelets decomposition that includes power only from the non-atmospheric decomposition coefficients. The score spans the range [0.0, 1.0] with lower values indicating better image quality. 610
nShapeletsStar int Number of sources used in the shapelet decomposition. 620

SDM Schemas is maintained by Rubin Observatory.