|
MOPEX Online ManualSPITZER HOME - SPITZER SCIENCE - INSTRUMENTS - SCIENCE USER SUPPORT - SEARCH |
||||||||||||||||||||||||||||||||||||||||||
|
Data Analysis Home
Background Matching (overlap.pl)
Point Source Extraction (apex*.pl)
PRF Estimate (prf_estimate.pl)
Appendix 1: Full List of MOPEX Scripts
Appendix 2: Fatal Bit Patterns |
Background Matching (Overlap)Purpose
Overview
Prior to this there is an option to subtract the SSC's estimate of the Zodiacal background from the images first. The estimated Zodiacal background level is given in the FITS header keyword ZODY_EST (MJy/sr). Overlap will also check for the IRAC keyword SKYDRKZB (MJy/sr). This is the estimate of Zodiacal light levels in the IRAC skydark. The value subtracted from IRAC images will be ZODY_EST - SKYDRKZB, as described in the IRAC Data Handbook. The accuracy of these estimates is limited by the underlying model of the Zodiacal light. Overlap finds the additive offsets for each frame so that the pixel differences in the overlap regions (after interpolation to a common grid) are minimized. The metric that is minimized is the sum of the uncertainty-weighted squared differences between overlapping pixels in all pairs of interpolated input images, however, this does not determine the overall level that the frames are corrected to. Two methods are implemented, controlled by the parameter WEIGHT in the Compute Overlap Correction module: In the first method (WEIGHT=0, the default), MOPEX determines the overall level after finding the offsets, by forcing the sum of the offsets of all the images to add up to 0. The offsets are analyzed before applying the above condition. The outliers are found using the namelist parameters BOTTOM_THRESHOLD and TOP_THRESHOLD in units of sigma, and MIN_IMG_NUM, the minimum number of images needed to detect outliers. This method should give good results for large numbers of frames without strong systematic deviations. In the second method (nominally WEIGHT=1), Overlap minimizes the squared offsets as part of the original minimization. The user can experiment by sliding WEIGHT up or down, giving more or less weight to the squared offsets. In principle, this method should allow correction for offsets even for a small number of frames with a varying background, but the range of effectiveness has not been thoroughly tested. The methods are described in Basic Concepts: Background Matching Algorithm, the online document background_matching.pdf and the first is given in more detail in Makovoz et al. 2005, PASP 117, 274-280. Optionally, the user can run an additional preprocessing step in order to detect and mask all bright objects in the input images that might adversely affect the process of background matching. Overlap has a fault in that it finds additive corrections to all frames in one swoop. For a large number of frames, this leads to a big matrix inversion, requiring a big chunk of memory, so it can fail if the memory limit is reached. Common problems encountered with Overlap are: Running Overlap
prompt> overlap.pl <option flag> <specification> where <option flag> and the associated <specification> are given below. The only option that must be specified on the command-line is the name of the namelist file. All other options (including the list of input images) can be set from within the namelist (recommended).
|
Contact us
This file was last modified on Wed Aug 13 16:27:16 2008.