IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2007, 5:14:55 PM (19 years ago)
Author:
eugene
Message:

oops!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourcePhotometry.c

    r15105 r15107  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-09-29 02:35:06 $
     5 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-09-29 03:14:55 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9999    if (psf->FluxScale) {
    100100        // 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);
    102102        if (!isfinite(fluxScale)) {
    103103            // XXX objects on the edge can be slightly outside -- if we get an
Note: See TracChangeset for help on using the changeset viewer.