Relevant Pipelines: APEX Multiframe; APEX Single Frame
PURPOSE
This module provides a different kind of detection table than the Detect. It includes shape information about the detections, but it does not record the blends, so in general it cannot replace Detect. It also produces a mask image (pixel value = 1 on the detections). This can be used to mask the brightest detections before running Detect.
INPUT
Same as for the Detect module (see next section, §6.5.12).
COMMAND LINE INPUT
See the Detect module
OUTPUT
Table (*_detect_bright.tbl): a detection list with shape information.
FITS file (*_detect_bright_mask.fits): a mask image showing the segmentation level of detected clusters.
For APEX Multiframe, the output files are written to the Coadd-apex/ subdirectory.
DISCUSSION
The bright detect list created by this module provides information about the shapes of the detections. The shape parameters are mostly clear from the column names. The shape parameter Linearity is 0.25 * (Perimeter length) / sqrt (No. pixels). Below is an example of the detection table:
The bright detect mask marks detections with integer values equal to the highest segmentation level (iteration) reached, and non-detection pixels with 0.
Bright Detect can provide useful information as an adjunct to the normal Detect module. In this case, set the available parameters to the same as those used for Detect, but be aware that because it does not include blend parameters, it cannot replace Detect for source extraction.
Advanced users could use this to try to mask out the brightest sources before running Detect. Set the Detection Threshold to a high value and turn on Use Bright Object Mask in the APEX Settings module. This tells Detect to mask out the bright detections. Note:This feature has not been well tested and users should exercise caution.