|
MOPEX Online Manual |
||||||||||
Overlap Modules: Med Filter
Namelist Trigger: run_medfilter
Output Directory Keyword: MEDFILTER_DIR Default Output Directory: <output_dir>/Medfilter/ Depends on: Input files Important Notes: Running this module does not automatically apply Bright Object Masking. The resulting bright object detection maps are only used if the mask_bright trigger is set to 1 in the namelist (see Overlap Namelist Options). PURPOSE
PARAMETER BLOCK
Window_X = 45, Window_Y = 45, N_Outliers_Per_Window = 500, &END INPUTSWindow X, Y: (int) the X, Y size in pixels of the window used to compute the median of the background. The default value is 45. N_Outliers_Per_Window: (int) the number of outlier pixels (N) being rejected from the X*Y window when computing the median background. A rule of thumb to remeber when setting these parameters is that if you have a very crowded field, the fraction of rejected pixel would be higher than a less crowded field. A fraction of 1-2% is an acceptable number for most datasets. If N is set too high, the background will be under-estimated. OUTPUTS
DISCUSSIONThis module is required if you plan to use Bright Object Masking, and carries out a median background subtraction before running the Detect (Outlier) module to detect the bright objects in the frame. The background subtracted images are not used for later mosaicking. The program computes an asymmetrically skewed median for each pixel in the input image using a rectangular window of Window_X by Window_Y pixels. It is achieved by omitting the N_Outliers_Per_Window highest pixels from each median window.
|
help@spitzer.caltech.edu