Changeset 15107 for trunk/psModules/src/objects/pmSourcePhotometry.c
- Timestamp:
- Sep 28, 2007, 5:14:55 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
r15105 r15107 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-09-29 0 2:35:06$5 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-09-29 03:14:55 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 99 99 if (psf->FluxScale) { 100 100 // the source peak pixel is guaranteed to be on the image, and only minimally different from the source center 101 double fluxScale = pmTrend2DEval (psf-> ApTrend, (float)source->peak->x, (float)source->peak->y);101 double fluxScale = pmTrend2DEval (psf->FluxScale, (float)source->peak->x, (float)source->peak->y); 102 102 if (!isfinite(fluxScale)) { 103 103 // XXX objects on the edge can be slightly outside -- if we get an
Note:
See TracChangeset
for help on using the changeset viewer.
