|
MOPEX Online Manual |
||||||||||
Modules: Detect (Outlier)
Namelist Trigger: run_detect_outlier
Output Directory Keyword: DETECT_DIR Default Output Directory: <output_dir>/Detect Depends on: Input files; Med Filter (when run as part of outlier detection) PURPOSE
PARAMETER BLOCK
Detection_Max_Area = 1000, Detection_Min_Area = 0, Detection_Threshold = 3, Threshold_Type = 'simple', &END INPUTSDetection_Max_Area: (int) The maximum area of a a single outlier identified in the detection map. If too large, it will be considered an extended object. Detection_Min_Area: (int) The minimum area of a cluster to be detected. Detection_Threshold: (float) The number of sigma above the mean for pixels included in clusters. Default value is 3. Threshold Type: (char) There are three different ways to decide if a cluster of bright pixels will be segmentated into several clusters. The choices are simple, combo and peak (see Image Segmentation). OUTPUTS
DISCUSSIONIn the Mosaic pipeline, Detect (Outlier) is part of Dual Outlier detection. The detection is performed on the background subtracted images (the output of Med Filter), which are in original pixels. The output is a set of mask images, one per input image, in which pixels corresponding to detected objects are set to a positive value. The mask images are saved in DETECT_DIR (if the keyword delete_intermediate_files is not set, or is set to 0). If mask_bright = 1 is set in the namelist then these masks will be used in the further processing. Following this module, Mosaic Projection takes the output maps and projects them to a common reference frame (the FIF) before the later modules identify true outliers.
|
help@spitzer.caltech.edu