|
MOPEX Online Manual |
||||||||||
Modules: Fix Coverage
Namelist Trigger: run_fix_coverage
Output Directory Keyword: INTERP_DIR Default Output Directory: <output_dir>/Interp Depends on: Mosaic Interpolate (or Mosaic Reinterpolate) Important Notes: The output of this module will not be used unless the switch use_fixed_coverage is turned on in the global parameters section of the namelist. PURPOSE
PARAMETER BLOCK
Min_Single_Coverage = 0.95, Min_Block_Coverage = 0.83, INPUTSMin_Single_Coverage: (float) The minimum coverage for an individual pixel. The default value is 0.95. Min_Block_Coverage: (float) The minimum average coverage in the block of 9 pixels centered on a given pixel for it to be retained. The default value is 0.83OUTPUTS
DISCUSSIONTwo thresholds are used for each coverage map pixel, one - Min_Single_Coverage - for the pixel value alone and the other one - Min_Block_Coverage - for the sum of the values of the block of 9 pixels centered on the pixel in question (see Figure 1). The following logic is used: IF C5 < Min_Single_Coverage THEN C5 = 0; IF (C1 + C2 + C3 + C4 + C5 + C6 + C7 + C8 + C9) < 9 * Min_Block_Coverage THEN C5 = 0.
Figure 1: Coverage for the central pixel (C5) is fixed based on the two thresholds, one for C5 and the second one for the sum of all nine Ci's.
|
help@spitzer.caltech.edu