- Timestamp:
- Sep 7, 2010, 9:16:10 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/objects/pmSourcePhotometry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823
-
branches/eam_branches/ipp-20100823/psModules/src/objects/pmSourcePhotometry.c
r29004 r29124 148 148 149 149 // for PSFs, correct both apMag and psfMag to same system, consistent with infinite flux star in aperture RADIUS 150 // XXX add a flag for "ap_mag is corrected?" 150 151 if ((mode & PM_SOURCE_PHOT_APCORR) && isPSF && psf && psf->ApTrend) { 151 152 // the source peak pixel is guaranteed to be on the image, and only minimally different from the source center … … 292 293 293 294 // measure apMag 295 // XXX save the apFlux and apFluxErr 296 // XXX note that these fluxes/mags are uncorrected for masked pixels 297 // XXX raise a bit if the aperture has a masked pixel (not marked)? 294 298 for (int iy = 0; iy < image->numRows; iy++) { 295 299 for (int ix = 0; ix < image->numCols; ix++) {
Note:
See TracChangeset
for help on using the changeset viewer.
