IV. WISE Data Processing

3. Scan/Frame Pipeline

c. WISE Photometry System (WPHOT)


Contents

i.Overview
ii. WPHot Executive
1. Coordinate Translation
2. Local Background Estimation
3. Bright Stars
iii. Profile-Fitting Photometry (WPRO)
1. The Point Spread Function
2. WPRO Output Parameters
3. WPRO Magnitude Upper Limits
4. Saturation and Latent Fractions
iv. Aperture Photometry System (WAPP)
1. Circular Apertures
2. Confusion and Warning Flags
3. Magnitude Upper Limits

i. Overview

WPHOT is designed to perform the source position and flux characterization step associated with each of the three stages of source extraction during pipeline processing (single-frame, single-epoch four-band frameset, and final
multi-frame coadd stage). The characterization is based on an input list of source candidate positions produced by the source detection module, MDET, using a detection algorithm which makes use of the data at all bands simultaneously.

Since the majority of sources detected by WISE are expected to be spatially unresolved, the optimal approach for source characterization involves profile-fitting photometry (WPRO). Profile-fitting is our primary method of flux estimation -- it gives the best results for the majority (i.e., the fainter) sources, handles PSF variations and masked pixels in an optimal fashion, and extends the dynamic range for bright sources well into the saturated regime.

Just as with the detection step, profile-fitting is carried out using the data from all bands simultaneously. The advantages of simultaneous multiband extraction are:

The multiband estimation process represents a departure from the traditional procedure, employed in such software packages as DAOPHOT (Stetson 1987) and SExtractor (Bertin & Arnouts 1996), in which detection and characterization are carried out one band at a time. Another motivation for developing new source extraction algorithms is that currently available packages operate on a single regularly-sampled image rather than a set of dithered images. The procedures employed in MDET and WPHOT are optimized for the latter case.

ii. WPHOT Executive

The executive is tasked with data management, memory optimization, and overseeing all processing operations. Major operations include: data/file/image input, focal plane division, MDET coordinate translation, local background estimate, confusion noise estimation, initial flux estimation, executing WPRO, equatorial-to-XY coordinate translation, executing aperture photometry (WAPPco) and final data output. More details are provided in the following.

1. Coordinate Translation

MDET utilizes the Level 2 coadded (either single- or multi-) frames to detect sources. The coordinate positions are recorded in the WCS system (equatorial). WPHOT uses Level 1 frames to measure fluxes, and as such, requires the detection positions to be in frame coordinates (x,y). The purpose of this routine is to translate the equatorial coordinates into frame coordinates.

2. Local Background Estimation

The sky background is composed of real astrophysical diffuse signal (e.g., infrared cirrus, zodiacal emission), faint stars (fluctuating at the noise level), and diffuse artifacts (e.g., scattered light, diffraction spikes and latent ghosts). These background components have size scales that range from point-like to infinitely extended (e.g., zodiacal light). What is important with aperture photometry of point sources is the ``local'' background value.

The local background is determined from the pixel value distribution within a circular annulus centered on the source MDET position. The source background, b_λ and σ^2_bann, representing the local "sky" background level and its uncertainty, are estimated from the trimmed average of the pixel value distribution, where the trimming is driven by the 50% (median) and 16% (lower 1-σ) histogram shape and thus robust to contamining sources in the annulus (whose pixel values reside on the positive side of histogram median); see figure for illustration.

The formal background error, or sigma in the mean, is derived from the the error propagation that follows the instrument characteristics and the noise model that is tracked by AWAIC and passed to on to WPHOT. With this noise model, the formal uncertainty in the background sky level is

(Eq. 1)

where N_b is the number of pixels in the annulus and σ_i is the measurement uncertainty for detector/frame pixel i, and F_b is the correlation factor that is appropriate to the images being measured (for WISE frames, the factor is unity, and for co-adds it ranges between 30 and 225, W1 to W4, respectively).

Figure 1 - Aperture photometry parameters:
standard aperture (red) and local background annulus (green).

The formal background uncertainty is not sensitive to confusion noise that may be present in the aperture or annulus. It therefore requires a correction to account for any stellar crowding or confusion noise. A reasonable proxy to the total noise comes from the annulus background uncertainty, σ^2_bann. We therefore make the assumption that the confusion noise is the difference between the total noise in the annulus and the formal (Poisson) noise in the aperture:

(Eq. 2)

For most of the sky, the confusion noise term is zero or negligible in value, but for the Galactic Plane where stellar crowding is an important concern, the confusion noise term may be appreciable.

Figure 2 - Example of a background annulus and its pixel value distribution (right panel). Figure 3 - The local background is estimated from trimmed average of the pixel value distribution in the local background annulus. Using iterative convergence, the trimming is based on the left side of the histogram median, where the width is gauged from the 16% quartile to the 50% (median).

Choosing the optimal size for the annulus is an important consideration toward accurate photometry. The annulus must be large enough to avoid the influence of the point spread function and to minimize the Poisson component of the sky pixels (see equation below). On the other, it must also be small enough to represent the "local" sky value (that is to say, the fluctuations that are present in the aperture should be of similar amplitude in the annulus). Moreover, in order to accommodate the possibility of the source being fuzzy galaxy, the annulus should extend beyond the size expected for most galaxies in the sky.

Consider what was done with 2MASS background estimation. For standard 2MASS point source photometry, the annulus that was used: R_inner = 14 arcsec, R_outer = 20 arcsec, with 2 arcsec pixels that translates to 160 pixels in the annulus. The 2MASS beam is about 2.5 arcsec, so R_inner is ~6x the FWHM. For the combined calibration fields, 2MASS used a larger annulus, 24-30 arcsec in size, or roughly ~10x the FWHM. The standard calibration aperture for IRAC is 12 arcsec, and the annulus is 14.4 - 20 arcsec, which compared to the 2 arcsec beam is ~7-10x the FWHM.

For WISE, the FWHM=6 arcsec for the short channels, and so using 2MASS/IRAC as a guide, the inner radius would be ~40 - 50 arcsec (80 - 100 arcsec for WISE-4); with 2.75 arcsec pixels, that translates to R_inner ~ 15 - 18 pixels. For the width, using a similar area as the 2MASS/IRAC annulus, then R_outer ~ 19 pixels. Since that is a relatively thin aperture, subject to pixelization effects, it would be better to extend it to a width of 4 - 5 pixels, or R_outer = 20 - 22. Consequently, the adopted annulus for WISE point sources is: 50 - 70 arcsec (for all four bands), corresponding to 18-25 pixel radius in W1, W2, W3, and 9 to 13 pixels for W4. This setting is constrained by the W4 beam.

3. Bright Stars

Stars that are bright enough to hard-saturate in the imaging will contain nulled pixels in the inner core (aka `crater') that may interfere with the local background estimation. Conservatively, when the crater radius exceeds one-quarter of the annulus inner radius, the local background estimation is compromised. This limitation will be rectified in the final data release.

iii. Profile fitting photometry (WPRO)

The purpose of this step is to make a maximum likelihood estimate of the source position and the set of fluxes at the four wavelengths for each source candidate identified by the detection module MDET. The candidate source and its neighbors (i.e., adjacent candidates whose PSF responses overlap significantly with the primary candidate) are grouped into blends, and their parameters estimated simultaneously; this process is referred to as passive deblending, and is incorporated explicitly into the photometric measurement model. The critical distance for blend grouping is driven by the size of the PSF at the longest wavelength;  neighbors separated from the source in question by less than twice the nominal FWHM at W4 (i.e., 24 arcsec) are included in the initial blend group.

For a blend consisting of NB components, the measurement model used in profile fitting is:

(Eq. 3)

where ρλi is the observed value of the ith pixel at 2-d sky location rλi in the waveband denoted by subscript λ, sn is a 2-d vector representing the location of the nth blend component, fλn is the flux in the λth waveband, Hλ(r) is the PSF, bλ is the local background, estimated in an annulus surrounding the candidate position, and νλi is the noise, assumed to be a spatially and spectrally uncorrelated zero-mean Gaussian random process with variance σλi2.

The latter quantity includes the various noise components in the error model and may be expressed as:

(Eq. 4)

where (σpix)λi represents the uncertainty in the pixel value due to instrumental effects; it is calculated by module ICAL, and includes the effects of Poisson noise, read noise, and flat-fielding error. Also, (σconf)λi represents the confusion noise, as defined by Eq. (2) above, and δHλ(r) represents the PSF uncertainty which must be scaled by the source flux, f^λ. The "hat" symbol (^) over the latter quantity denotes an estimated value. Our best estimate prior to the profile fitting is the aperture flux; we follow this with a second iteration based on the profile-fitted flux from the first iteration.

The set of unknowns in the estimation process can be represented by an np-dimensional parameter vector, z, defined as:

(Eq. 5)

where Nλ represents the number of wavebands, and the number of unknowns is given by np = NB(Nλ + 2).

The solution procedure is to maximize the conditional probability P(ρ|z,NB) with respect to z, where:

(Eq. 6)

in which the summation over i is for all pixels within a predefined "fitting radius", rfit, of the candidate source location. Pixels which are flagged as "bad," due to effects such as saturation and cosmic ray hits, are excluded from the solution. We normally set rfit = 1.25 x FWHM, where the latter quantity represents the nominal FWHM of the PSF at the particular band, equal to 6, 6, 6, and 12 arcsec in bands W1 through W4, respectively. However, in the case of saturated stars, we set rfit = max(2rsat, 1.25xFWHM), where rsat is the effective radius of the saturated core of the bright star, calculated by the MDET module.

The quality of the fit is then evaluated using the reduced chi squared, given by:

(Eq. 7)
where Nobs represents the total number of pixel values used in the solution.

At this point, the blend group is examined to check for redundant components, i.e., those components which can be removed without an increase in the reduced chi squared. Thus the final value of NB can be less than the initial value defined above.

The overall profile-fitting photometry procedure is illustrated by the flow chart in Figure 4. Please note, however, that the portion within within the blue dashed rectangular box ("Active deblending") is not used in scan/frame processing.

Figure 4 - WPRO Flow Chart

When a satisfactory solution has been obtained, the uncertainties in the estimated parameters (position and fluxes) are obtained using:

(Eq. 8)


(Eq. 9)

in which E is the expectation operator and T denotes transpose.

The way in which the above estimation procedure is implemented is that we start with the brightest source in the candidate list and estimate its parameters as above. We then proceed as follows:

1. Write out the source position and multiband fluxes.

2. Discard the results for any passively-deblended components, i.e., those components corresponding to neighboring candidates in the MDET detection list---these candidates will be processed later.

3. Subtract the estimated contributions of the primary source from the focal-plane images.

We then repeat the procedure for the next brightest candidate, and so on until the MDET candidate list is exhausted.

1. The Point Spread Function

Point Spread Functions (PSFs) for WISE profile-fitting photometry have been estimated from observations of bright stars. Since the PSF shape, Hλ(r), varies significantly over the focal plane due to distortion from the telescope optics, allowance must be made for this effect in the profile-fitting photometry procedure described above. We handle the nonisoplanicity using a library of PSFs corresponding to a 9x9 grid of locations on the focal plane, and then select the appropriate PSF for a given focal-plane location via table lookup.

Each PSF in the library represents an average over a focal-plane segment of width WP, over which we approximate the PSF as locally isoplanatic. The driver for WP is the Functional Requirement of at least 7% flux accuracy for an unsaturated source with SNR > 100. Our 9x9 subdivision of the focal plane exceeds this requirement by typically better than a factor of 4. We now discuss in detail the procedure used for PSF estimation in each focal-plane segment.

Estimation procedure

For the particular band, we assume that there are N bright star images which fall within the focal-plane segment under consideration. Let ζn(r'j) represent the jth sample of the nth star image after background subtraction and interpolation onto a suitably fine grid r'j (we use a sampling interval of one eighth of a focal plane pixel); we will use primed coordinates to represent locations on the PSF representation grid in order to distinguish them from focal-plane pixel locations. We assume that the original focal plane pixels provide approximately (or better than) Nyquist sampling.

The measurement model for the PSF is then:

(Eq. 10)

where sn is the location of the nth star in the segment. The origin of the coordinate system for the PSF image is defined to be at the star location.

The noise, νnj, is assumed to be an uncorrelated Gaussian random process for which

(Eq. 11)

From the set of star images, we can make a maximum likelihood estimate of the PSF using:

(Eq. 12)

where f^n and s^n represent the estimated flux and position, respectively, of the nth star. For bright stars, an accurate flux estimate can be obtained via aperture photometry.

The source position sn is estimated by adjusting the positional offset of the star image for maximum correlation with respect to a nominal starting PSF, H0(r'), for which we used a theoretical form based on optical simulations. The estimation is accomplished by numerical minimization, with respect to sn, of:

(Eq. 13)

PSF uncertainty

The PSF uncertainty, δH(r), which enters into the photometry noise model, can be estimated by examining the behavior of the data residuals after subtracting a point source model. The ith data residual from the nth star is given by:

(Eq. 14)

We model Δni as a zero-mean Gaussian random process with variance

(Eq. 15)

where δH(r) represents the PSF uncertainty at offset r from the PSF origin; g and NR represent the gain and read noise, respectively.

Suppose that the position (ri - sn) falls within the jth pixel on the grid used to represent the PSF, i.e.,

(Eq. 16)
(Eq. 17)

where (x'j, y'j) represent the components of r'j, (ξn, ηn) represent the components of sn, and δx, δy represent the sampling intervals of the PSF grid in the x and y directions, respectively.

Then:

(Eq. 18)


(Eq. 19)

Thus the probability density of the set of local data residuals, Δ, conditioned on δHj, is given by:

(Eq. 20)

where the summations are over all n, i which satisfy (16) and (17) for a given j.

This expression is maximized when:

(Eq. 21)


(Eq. 22)

Since δHj is present on both sides of (21), iterative solution is required. Convergence is rapid, however, and a single iteration suffices.

Steps involved in PSF generation

For each focal plane segment:
  1. Locate all stars above a given flux threshold for the particular band.

  2. Estimate PSF and its uncertainty using (12) and (21).

  3. For each individual star, examine the quality of its profile fit by evaluating χν2 using (7).

  4. List any stars for which χν2 exceeds a predefined threshold (~ 2); discard the star with the highest χν2

  5. Iterate from step 2 until all all remaining stars used in the PSF estimation have acceptable profile fits.

PSF generation from survey data

The PSFs and their corresponding uncertainty images, as used for the Preliminary Release, were generated one band at a time using the procedure described above. Candidate frames were selected from all scans between 01601a (by which time improved astrometry had been implemented) and 01751a. Initial frame selection was made by searching source detection tables for bright unsaturated stars, requiring SNR of at least 30 in the case of W4. This yielded 1028 candidate framesets. The W1 images were then visually examined to remove those images with obvious tracking problems (elongated images), high cosmic ray fluxes, highly crowded fields in the Galactic plane, structured backgrounds (e.g. nebulae), very bright stars saturating large areas of the array, and scattered moonlight. This selection process left 888 candidate framesets. The practical limit on the number frames that WPSFGEN can process at once is ~500, so another 300 framesets were removed by randomly rejecting framesets which had only one band four detection with W4SNR > 30. The final list of 484 frames provided 68749 unique sources with SNR > 100.

For bands W1-W3, PSFs were generated in 9x9 grids over the focal plane. Because of the relative scacity of bright stars in W4, a 5x5 grid was generated, and interpolated between adjacent PSFs to form a 9x9 grid. The following is aset of pseudocolor representations of the PSFs using a linear intensity scale, clipped at 60% of peak; the width of the field of view is 43.5 arcsec for W1-W3 and 87 arcsec for W4:

W1
W2
W3
W4
Figure 5 - WISE PSFs

Profiles through the central PSF in the 9x9 array in each band are shown in Figure 6. The major axis has been defined as that for which the FWHM is maximized, and the minor axis is perpendicular to that.

Figure 6 - PSF profiles through major axes (solid lines) and minor axes (dashed lines).

The major and minor axes and position angles of major axes of the central PSFs are then as follows:

Table 1 - PSF axes and position angles of major axes.
Band Major Axis FWHM
[arcsec]
Minor Axis FWHM
[arcsec]
Major Axis PA
[deg]
W1 6.08 5.60 3
W2 6.84 6.12 15
W3 7.36 6.08 6
W4 11.99 11.65 0

estimates can be found in IV.6.d.i.

2. WPRO Output Parameters

3. WPRO Magnitude Upper Limits

The WPRO integrated flux measurement and measurement uncertainty (in DN units) in each WISE band are listed in the w?flux and w?sigflux Working Database columns, respectively. If the WPRO flux signal-to-noise ratio in a band (w?snr) is less than 2, the WPRO calibrated magnitude (w?mpro) Working Database column value is replaced with the 2-σ brightness upper limit in magnitude units, and the WPRO magnitude uncertainty, (w?sigmpro) is set to NULL. The conversion of 2-σ flux upper limits to magnitude units is described in IV.3c.iv.4.

4. Saturation and Latent Fractions

The saturation and latent fractions are reported for each band as indicators of possible contamination of the reported fluxes for a given source. They are defined as:

w?sat: The number of saturated pixels located within the photometric "fitting" region in the vicinity of the source, expressed as a fraction of the total number of pixels within that region. The saturated pixels themselves were excluded from the solution, as explained above.

w?frl: The fractional number of pixels within the fitting region which were flagged as begin contaminated by latents. These pixels were also excluded from the solution.

iv. Aperture Photometry System (WAPP)

The WAPP(co) system performs multi-aperture photometry and source characterization. It carries out the local sky and initial flux measurements for each source per frame per band that is used by WPRO. Most importantly, it performs the primary aperture photometry measurements on the frames, using the WPRO extraction equatorial positions as the center for the aperture measurements.

It should be understood that the profile fitting system (WPRO) represents the most accurate flux estimation for point sources under nearly all circumstances for single-frame measurements. Aperture photometry is susceptible to bad pixels, artifacts and radiation events, rendering integrated counts unreliable. For the multi-frame (coadded mosaics) processing, however, aperture photometry is reliable and the preferable method for measuring the integrated flux from resolved sources. More details on multi-frame Aperture photometry is given in IV.5.c.

The primary functions of WAPP is to carry out circular aperture photometry and local background estimation. It performs the initial (preliminary) flux measurements for source characterization by WPRO, and applies a full suite of circular apertures on the single frames. The aperture MASK is scanned for bad, saturated or fatal-flagged pixels, and the aperture flux is flagged accordingly. If nearby stars are detected within the aperture, the flag is set to indicate ``contamination''.

1. Circular Apertures

Multiple aperture photometry is the primary function of the WAPP system. A set of nested circular apertures centered on the source (as determined by WPRO) provides the "curve of growth" for a source. The aperture sizes range from the smallest APMIN (5.5 arcsec) to the largest APMAX (24.75 arcsec) which is constrained by the background annulus. The photometry is carried out using code, developed by 2MASS, that is adapted for WISE images. It includes fractional pixel computations and the ability to use non-circular (elliptical) apertures that are deployed for measurements of 2MASS XSC galaxies.

Figure 7 - Set of nested circular apertures (red) and background annulus (green).

Formal aperture and error model measurements (see also II.3.f): Aperture Photometry Using the Atlas Images.

(Eq. 23)

(Eq. 24)

(Eq. 25)

(Eq. 25)

(Eq. 26)

(Eq. 27)

where G is the gain (electrons per DN), N_ap is the number of pixels in the circular aperture of radius R_ap, N_b is the number of pixels in the background annulus, b_λ and σ_bann_λ are the sky background level and uncertainty in the annulus pixel distribution, respectively, σ_ann_λ is the uncertainty due to the finite annulus, and σ_b_λ is the measurement uncertainty detector/frame pixel based on the error model (see Eq. 1) and the estimated confusion noise, F_a and F_b are the pixel correlation factors, where they are roughly equal to each other.

2. Confusion and Warning Flags

Standard aperture measurement quality flag. This flag indicates if one or more image pixels in the measurement aperture for this band is confused with nearby objects, is contaminated by saturated or otherwise ususable pixels, or is an upper limit. The flag value is the integer sum of any of following values which correspond to different conditions.

Aperture photometry flag values:


value    Condition
-----    ------------------------------------------------------
  0      nominal -- no contamination
  1      source confusion -- another source falls within the measurement aperture
  2      bad or fatal pixels:  presence of bad pixels in the measurement aperture (bit 2 or 18 set)
  4      non-zero bit flag tripped (other than 2 or 18)
  8      corruption -- all pixels are flagged as unusable, or the aperture flux is negative;
         in the former case, the aperture magnitude is NULL;  in the latter case, the aperture magnitude is a 95% confidence upper limit
 16      saturation -- here are one or more saturated pixels in the measurement aperture
 32      upper limit -- the magnitude is a 95% confidence upper limit

combinations:

  3      source confusion + bad pixels
  5      source confusion + non-zero bit flag
  6      bad pixels + non-zero bit flag
  7      source confusion + bad pixels + non-zero bit flag
  9      source confusion + corruption
 10      bad pixels + corruption
 11      source confusion + bad pixels + corruption
 12      non-zero bit flag + corruption
 13      source confusion +  non-zero bit flag + corruption 
 14      bad pixels +  non-zero bit flag + corruption
 15      source confusion + bad pixels +  non-zero bit flag + corruption
 17      source confusion + saturation
 18      bad pixels  + saturation
 19      source confusion + bad pixels  + saturation
 20      non-zero bit flag +  saturation
 21      source confusion + non-zero bit flag +  saturation
 22      bad pixels  + non-zero bit flag +  saturation
 23      source confusion + bad pixels  + non-zero bit flag +  saturation
 24      corruption + saturation
 25      source confusion + corruption + saturation
 26      bad pixels  +   corruption + saturation
 27      source confusion + bad pixels  +  corruption + saturation
 28      non-zero bit flag +  corruption + saturation
 29      source confusion + non-zero bit flag +  corruption + saturation
 30      bad pixels  + non-zero bit flag +  corruption + saturation
 31      source confusion + bad pixels  + non-zero bit flag +  corruption + saturation

3. Magnitude Upper Limits

When the WPRO or WAPP flux measurement has a signal-to-noise ratio less than 2, the respective WPRO or WAPP calibrated magnitude in the Working Database is replaced with the 2-σ brightness upper limit in magnitude units. In these cases, the magnitude uncertainty values are set to NULL.

The magnitude upper limit is computed by replacing the integrated flux measurement with the flux measurement plus two times the measurement uncertainty, as shown below. If the integrated flux measurement is negative, then the flux is replaced with two times the flux uncertainty.

(Eq. 28)

(Eq. 29)

(Eq. 30)

(Eq. 31)

where mzeroλ is the instrumental zero point magnitude (IV.3.g.iv), m_λ is the reported upper limit in mag units, and its uncertainty δm_λ is set to NULL.


Last update: 2011 August 4


Previous page    Next page
Return to Explanatory Supplement TOC