|
MOPEX Online Manual |
||||||||||
Modules: Mosaic Box Outlier
Namelist Trigger: run_mosaic_box_outlier
Output Directory Keyword: BOX_OUTLIER_DIR Default Output Directory: <output_dir>/BoxOutlier Depends on: Mosaic Interpolate Important Notes: Using this module does not mean that MOPEX will automatically use the results for outlier detection. In order to use the results from this module, you must include the USE_BOX_OUTLIER_FOR_RMASK trigger in the namelist and set the RMask_Fatal_BitPattern to use bit 3. Note that this is not the same as setting it to a value of 3. See Appendix 2: Fatal Bit Patterns for more information. PURPOSE
PARAMETER BLOCK
BOX_X = 3, BOX_Y = 3, BOX_MEDIAN_BIAS = 1, TILE_XSIZ = 500, TILE_YSIZ = 500, &END INPUTSBox_X(Y): (int) the X (Y) size of the box of neighboring pixels used for outlier detections. BOX_MEDIAN_BIAS: : (float) The computation of the mean and sigma for each pixel stack is done using a biased median. If there are N pixels in the stack, then the biased median is equal to the N/2 - Bias element of the stack: biased_median(I[k]) = I[N/2 - Bias] OUTPUTS
DISCUSSIONThis module represents a more complicated dual spatial-temporal filtering. It extends the regular temporal outlier detection, which computes the statistics of the pixels in the stack for each mosaic pixel position, by including the pixels in the box region around that pixel in the statistics. This allows for detecting outliers even in the coverage = 2 case and at the same time provides a guard against detecting pixels inside bright point sources as outliers.
|
help@spitzer.caltech.edu