Return to Post-BCD pages
 
Manual Contents
 
Getting Started
 
Input Files
 
Background Matching (overlap.pl)
 
Mosaicking (mosaic.pl)
 
Point Source Extraction (apex*.pl)
 
Basic Concepts
 
Appendix 1: Full List of MOPEX Scripts
 
Appendix 2: Fatal Bit Patterns
 
Appendix 3: Full Lit of MOPEX Modules

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

    After all outlier pixels have been identified, there is the option to suppress usage of pixels which have very small coverage (number of repeated observations at the same point of sky). Pixels whose usage is supressed have their coverage set to 0 in new coverage maps.

PARAMETER BLOCK

    There is no parameter block for this module. There are two input parameters for this module (see below), but the default values cannot be changed on the command-line, only in the GUI.

    Min_Single_Coverage = 0.95,
    Min_Block_Coverage = 0.83,



INPUTS

    Min_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.83

OUTPUTS

    Fix Coverage Images (fixed_covg_*.fits): The stack of corrected coverage maps.

DISCUSSION

Two 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.





SPITZER HOME || SPITZER SCIENCE || INSTRUMENTS || SCIENCE USER SUPPORT || SEARCH

help@spitzer.caltech.edu

This file was last modified on Tue Jun 10 17:37:48 PDT 2008.

California Institute of Technology Jet Propulsion Laboratory NASA