| Deblending Overlapping ObjectsOne of the jobs of the frames pipeline is
to decide if an initial single detection is in fact a blend of
multiple overlapping objects, and, if so, to separate, or
deblend them. The deblending process is performed
self-consistently across the bands (thus, all children have
measurements in all bands). After deblending, the pipeline again
measures the properties of these individual children. Bright objects are measured at least twice: once with a global sky
and no deblending run (this detection is flagged
BRIGHT) and a second time with a local sky. They may
also be measured more times if they areBLENDEDand aCHILD.  Once objects are detected, they are deblended by identifying
individual peaks within each object, merging the list of peaks across
bands, and adaptively determining the profile of images associated
with each peak, which sum to form the original image in each band. The
originally detected object is referred to as the "parent" object and
has the flag
BLENDEDset if multiple peaks are detected; the final
set of subimages of which the parent consists are referred to as the
"children" and have the flagCHILDset. Note that all quantities in the
photometric catalogs (currently in the tsObj files) are measured for
both parent and child. For each child object, the quantity
parent gives the object id (object) of the
parent (for parents themselves or isolated objects, this is set to the
object id of theBRIGHTcounterpart if that exists;
otherwise it is set to -1); for each parent, nchild gives the
number of children an object has. Children are assigned the id numbers
immediately after the id of the parent. Thus, if an object with id 23
is set asBLENDEDand has nchild equal to 2,
objects 24 and 25 will be set asCHILDand have
parent equal to 23.  The list of peaks in the parent is trimmed to combine peaks (from
different bands) that are too close to each other (if this happens,
the flag
PEAKS_TOO_CLOSEis set in the parent). If there are
more than 25 peaks, only the most significant are kept, and the flagDEBLEND_TOO_MANY_PEAKSis set in the parent. In a number of situations, the deblender decides not to process a
BLENDEDobject; in this case the object is flagged asNODEBLEND. Most objects withEDGEset are not deblended. The exceptions are when the object is large
enough (larger than roughly an arcminute) that it will most likely not
be completely included in the adjacent scan line either; in this case,DEBLENDED_AT_EDGEis set, and the deblender gives it its best shot. When an object is
larger than half a frame,the deblender also gives up, and the object
is flagged
asTOO_LARGE. Other intricacies of the deblending
results are recorded in flags described on the Object Flags
section of the Flags page. On average, about 15% - 20% of all detected objects are blended,
and many of these are superpositions of galaxies that the deblender
successfully treats by separating the images of the nearby
objects. Thus, it is almost always the childless
(nChild=0, or!BLENDED || (BLENDED &&
NODEBLEND); equivalentlystatus = GOOD) objects
that are of most interest for science applications. Ocassionally, very
large galaxies may be treated somewhat improperly, but this is quite
rare. The behavior of the deblender of overlapping images has been
further improved since the DR1; these changes are most important for
bright galaxies of large angular extent (> 1 arcmin).  In the EDR,
and to a lesser extent in the DR1, bright galaxies were occasionally
``shredded'' by the deblender, i.e., interpreted as two or more
objects and taken apart.  With improvements in the code that finds the
center of large galaxies in the presence of superposed stars, and the
deblending of stars superposed on galaxies, this shredding now rarely
happens.  Indeed, inspections of several hundred NGC galaxies shows
that the deblend is correct in 95% of the cases; most of the
exceptions are irregular galaxies of various sorts. Last modified: Fri Oct  1 13:41:45 CDT 2004
 |