Changeset 15105
- Timestamp:
- Sep 28, 2007, 4:35:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePhotometry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePhotometry.c
r15104 r15105 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-09-29 02:3 4:31$5 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-09-29 02:35:06 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 123 123 // the source peak pixel is guaranteed to be on the image, and only minimally different from the source center 124 124 double apTrend = pmTrend2DEval (psf->ApTrend, (float)source->peak->x, (float)source->peak->y); 125 source->psfMag += pmTrend2DEval (psf->ApTrend, x, y);125 source->psfMag += apTrend; 126 126 } 127 127
Note:
See TracChangeset
for help on using the changeset viewer.
