|
MOPEX Online Manual |
||||||||||
APEX Processing StagesThe basic steps of point source extraction with APEX are as follows: MosaickingIn single-frame APEX, the processing is done on a single frame, so this step is not carried out. In multiframe APEX, the first step is to mosaic the input images to create a single combined image that can be used for source detection. If APEX multiframe is run after the Mosaic pipeline, then the FIF, Mosaic CoAdder, and Mosaic Combiner modules are not needed in the flow. Note that when mosaicking using multiframe APEX, no outlier rejection is run. If you wish to use outlier rejection then you should run mosaic.pl with the "save_coadded_tiles" trigger switched on. Set the APEX output directory to match the Mosaic output directory, turn off mosaicking in APEX and run the apex.pl script. APEX will use the co-added tiles from Mosaic as input. Background Subtraction
Noise Estimation
The other option, use_data_uncertainties = 1 uses the data uncertainties to calculate the signal-to-noise ratio. This opion is part of the SSC's re-evaluation of APEX's signal-to-noise estimation, and most users will not need this option at the present time. The results from both options are output in the final extract table as the SNR. Non-Linear Filtering
The module Point Source Probability performs non-linear matched filtering and outputs point source probability (PSP) images. It is applied to the co-added images. This is an optional step. Point Source Detection
Filtered images undergo a process of image segmentation. Contiguous clusters of pixels with values greater than a specified threshold are identified. The threshold is defined in terms of a robust estimate of the background fluctuations in the filtered, background-subtracted image. If the number of pixels in a cluster is smaller than a user specified threshold, the cluster is rejected. This is an additional guard against cosmic ray affected pixels and background noise fluctuations. If the number of pixels is greater than another user-specified threshold, the cluster is subject to further segmentation by progressively raising the threshold. This sub-segmentation process has several user-configurable parameters. The centroids of these final clusters are then calculated and stored in the detection list. Point Source Estimation
PRF fitting can be performed simultaneously for more than one point source. This process is called de-blending. The software is designed to perform two kinds of de-blending: passive and active. For passive de-blending the detected point sources, determined to be in a close proximity from one another so that their PRF s overlap, are fit simultaneously. The fitting areas are combined in this case. The classification of the detections as candidates for passive de-blending is done at the point source detection step. Passive deblending has been proven to be an essential component of point source extraction. Active de-blending is a process that starts when a single point source is used to fit a single fitting area. The software can be configured to fit the same fitting area with more than one point source, if fitting with a single point source fails. Active de-blending is a very sensitive process and is currently under development. In order to fit the data, a modified Simplex algorithm is employed. The Simplex algorithm does not use derivatives of the functions involved in minimization. This is a desirable feature since the transformation from local coordinates to global coordinates can be a very complicated function of its arguments. In some cases, the PRF of a point source is not constant across all parts of the detector array. APEX allows users to use a variable PRF by creating and specifying a PRF map. The PRF map is a file that splits the array up into areas of constant PRF, so that a single PRF image can be used for sources that are detected within each area. A PRF map therefore identifies areas of constant PRF, and matches each area to an individual PRF file that should be used for point sources detected within that area. The product of the Point Source Estimation stage is an extraction table that has over 20 columns, including point source positions in the sky and mosaic coordinates, fluxes, positional and flux uncertainties, SNR, etc. Aperture Photometry For each extracted point source, aperture photometry can be calculated. The user can specify an arbitrary number of aperture values. The results are appended to the output of the point source estimation. The aperture photometry is calculated using an exact algorithm to compute a fractional aperture-pixel overlap. The figure below gives an overview of the APEX processing stages:
|
help@spitzer.caltech.edu