|
MOPEX Online Manual |
||||||||||
Modules: Level
Namelist Trigger: run_level
Output Directory Keyword: DUAL_OUTLIER_DIR Default Output Directory: <output_dir>/DualOutlier Depends on: Detect (Outlier); Mosaic Projection; Mosaic Dual Outlier PURPOSE
PARAMETER BLOCK
THRESHOLD_RATIO = 0.5, &END INPUTS
OUTPUTS
DISCUSSIONThis step is the last of the dual outlier detection. The dual outlier detection represents a complicated dual spatial-temporal filtering. First, all spatial pixel outliers are detected and saved as detection maps. These detection maps include point sources and radhits. Detection maps are interpolated to a common grid. Then for each pixel position in the interpolated grid the values of the interpolated pixels in the detection maps are compared. If in the majority of the detection maps a given pixel location has not been detected by spatial filtering, then the detections are declared outliers. This method detects both moving objects and radhits. This method is expected to be reliable in the shallow coverage case. The dual detection map is processed in order to eliminate detection of the outskirts of legitimate point sources as dual outliers. If a dual outlier belongs to a cluster where the majority of pixels are not dual outliers the chances are the pixel has been wrongly marked because it is on the edge of the point source. The sign of wrongly marked pixels is flipped based on the namelist parameter Threshold_Ratio. The following is done. If the number of negative pixels N- in a cluster with N pixels is smaller than the threshold N- / N < Threshold_Ratio, then their signs are flipped. If the number of positive pixels N+ in a cluster with N pixels is smaller than the threshold N+ / N < Threshold_Ratio, then their signs are flipped. If Threshold_Ratio = 0.5, which is the default, the sign of pixels within each cluster will be determined by the majority of the pixels. The products of this step are the corrected dual detection maps.
|
help@spitzer.caltech.edu