|
MOPEX Online Manual |
||||||||||||||||||||||||||||||||||||||||||
Background Matching (Overlap)Purpose
Overview
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: 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 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).
|
help@spitzer.caltech.edu