OBJECT_CANONICAL_CENTER =
0x1, * used canonical, not local, centre
OBJECT_BRIGHT
=
0x2, * detected by Bright Objects
OBJECT_EDGE
=
0x4, * object is too close to edge of frame
OBJECT_BLENDED
=
0x8, * object is/was blended
OBJECT_CHILD
=
0x10, * object is a child
OBJECT_PEAKCENTER =
0x20, * given centre position of peak pixel
OBJECT_NODEBLEND
=
0x40, * no deblending attempted
OBJECT_NOPROFILE
=
0x80, * too small to estimate a profile
OBJECT_NOPETRO
=
0x100, * no Petrosian radius
OBJECT_MANYPETRO
=
0x200, * more than one Petrosian radius
OBJECT_NOPETRO_BIG =
0x400, * no Petrosian radius as object is too big
OBJECT_DEBLEND_TOO_MANY_PEAKS =
0x800, * too many peaks to deblend
OBJECT_CR
=
0x1000, * contains a CR pixel
OBJECT_MANYR50
=
0x2000, * more than one 50% radius
OBJECT_MANYR90
=
0x4000, * more than one 90% radius
OBJECT_BAD_RADIAL =
0x8000, * some low S/N radial points
OBJECT_INCOMPLETE_PROFILE =
0x10000, * r_P includes off-frame pixels
OBJECT_INTERP
= 0x20000,
* object contains interpolated pixels
OBJECT_SATUR
= 0x40000,
* object contains saturated pixels
OBJECT_NOTCHECKED =
0x80000, * object contains NOTCHECKED pixels
OBJECT_SUBTRACTED =
0x100000, * object had wings subtracted
OBJECT_NOSTOKES
= 0x200000,
* object has no measured stokes params
OBJECT_BADSKY
= 0x400000,
* sky level so bad that object is -ve
OBJECT_PETROFAINT =
0x800000, * >= 1 Petrosian radius too faint
OBJECT_TOO_LARGE
= 0x1000000, * object
is too large
OBJECT_DEBLENDED_AS_PSF =
0x2000000, * deblender treated obj as PSF
OBJECT_DEBLEND_PRUNED =
0x4000000, * deblender pruned peak list
OBJECT_ELLIPFAINT =
0x8000000, * Centre's fainter than desired elliptical isophote
OBJECT_BINNED1
= 0x10000000, * object
was found in 1x1 binned image
OBJECT_BINNED2
= 0x20000000, * object
was found in 2x2 binned image
OBJECT_BINNED4
= 0x40000000, * object
was found in 4x4 binned image
OBJECT_MOVED
= 0x80000000, * Object
appears to have moved during
* the exposure. May have been
* deblended as a moving object.
OBJECT_DEBLENDED_AS_MOVING = 0x100000000,
* deblended as a moving object
OBJECT_NODEBLEND_MOVING =
0x200000000, * no deblend of moving object
OBJECT_TOO_FEW_DETECTIONS = 0x400000000,
* too few detections to deblend
OBJECT_BAD_MOVING_FIT =
0x800000000, * Fit to moving object was too poor
OBJECT_STATIONARY =
0x1000000000, * velocity is consistent with zero
OBJECT_PEAKS_TOO_CLOSE =
0x2000000000, * at least some peaks were too close,
* and thus merged
OBJECT_MEDIAN_CENTRE =
0x4000000000, * centre is of median-smoothed image
OBJECT_LOCAL_EDGE =
0x8000000000, * per-band centre's too near edge
OBJECT_BAD_COUNTS_ERROR = 0x10000000000,
* psf|fiberCountsErr is bad/unknown
OBJECT_BAD_MOVING_FIT_CHILD = 0x20000000000, * moving
child's fit was too poor
OBJECT_DEBLEND_UNASSIGNED_FLUX = 0x40000000000, * deblender failed to assign
* enough of flux to children
OBJECT_SATUR_CENTER =
0x80000000000, * object's centre's saturated
OBJECT_INTERP_CENTER =
0x100000000000, * object's centre is very close to at
* least one interpolated pixel
OBJECT_DEBLENDED_AT_EDGE = 0x200000000000,
* object is deblended though EDGE
OBJECT_DEBLEND_NOPEAK =
0x400000000000, * object had no detected peak
OBJECT_PSF_FLUX_INTERP = 0x800000000000,
* a signifcant amount of PSF's flux
* is interpolated
OBJECT_TOO_FEW_GOOD_DETECTIONS=0x1000000000000, * too few good detections
to deblend as moving
OBJECT_CENTER_OFF_AIMAGE = 0x2000000000000, * at
least one peak's centre lay
* off the atlas image in some band
OBJECT_MEASURED
= 0x1000000000000000, * object has been measured
OBJECT_GROWN_MERGED = 0x2000000000000000,
* growing led to a merger
OBJECT_HAS_CENTER = 0x4000000000000000,
* OBJC has a canonical centre
OBJECT_MEASURE_BRIGHT = 0x8000000000000000
* object should be measured bright