| 26 | | These have been chosen to match the apertures defined by SDSS (see [http://www.sdss.org/dr7/algorithms/photometry.html#photo_profile photo profile]). |
| | 26 | These have been chosen to match the apertures defined by SDSS (see [http://www.sdss.org/dr7/algorithms/photometry.html#photo_profile photo profile]). For any given `psphotStack` analysis, the radial apertures actually used are written to the header of the corresponding XRAD extension (see keywords RMIN_NN and RMAX_NN). |
| | 27 | |
| | 28 | Note: `psphotStack` calculates the total flux within each circular aperture (not the annulus). The following values are saved in the smf/cmf file in the `XRAD` extension: |
| | 29 | |
| | 30 | || field || contents || |
| | 31 | || IPP_IDET || unique (within this skycell) detection ID; matches the detection ID for the corresponding PSF entry in the `PSF` extension || |
| | 32 | || X_APER || center of the aperture in pixels (same as the centroid or the peak) || |
| | 33 | || Y_APER || center of the aperture in pixels (same as the centroid or the peak) || |
| | 34 | || PSF_FWHM || fwhm of the matched psf (in pixels) or NaN if NOT matched || |
| | 35 | || APER_FLUX || sum of counts within the aperture || |
| | 36 | || APER_FLUX_ERR || formal error on the flux (sqrt(sum(variance)) || |
| | 37 | || APER_FLUX_STDEV || standard deviation of flux (in fact standard deviation of the per-pixel surface brightness) || |
| | 38 | || APER_FILL || fraction of the circular aperture filled with pixels (number of unmasked pixels / Area in pixels -- note this can be > 1 due to boundary differences) || |
| | 39 | |
| | 40 | The APER_* fields are written as FITS vectors with multiple elements per field corresponding to each of the radial apertures defined above. |
| | 41 | |
| | 42 | If an object listed in the PSF table has radial aperture photometry measured, then that object will have multiple rows in the XRAD table, one for each of the PSF values: raw, matched version 1, matched version 2, etc. |
| | 43 | |
| | 44 | the centroid is used if: |
| | 45 | * the object is saturate |
| | 46 | * the moments are defined and measured |
| | 47 | * the centroid does not deviate from the peak position by more than 1.5 pixels, unless saturated |
| | 48 | otherwise, the peak position is used. |
| | 49 | |
| | 50 | |