IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2007, 10:34:27 AM (19 years ago)
Author:
magnier
Message:

adding pmTrend2D.h where needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070830/psModules/src/objects/pmSourceIO_SMPDATA.c

    r14652 r14785  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-08-24 00:11:02 $
     5 *  @version $Revision: 1.10.2.1 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-09-07 20:34:27 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232#include "pmResiduals.h"
    3333#include "pmGrowthCurve.h"
     34#include "pmTrend2D.h"
    3435#include "pmPSF.h"
    3536#include "pmModel.h"
     
    184185        pmSourceSetDophotType (source, dophot);
    185186
    186         psF64 Area = 2.0 * M_PI * axes.major * axes.minor;
    187         psF64 peakFlux = source->psfMag / Area;
     187        double Area = 2.0 * M_PI * axes.major * axes.minor;
     188        double peakFlux = source->psfMag / Area;
    188189
    189190        source->peak = pmPeakAlloc(PAR[PM_PAR_XPOS], PAR[PM_PAR_YPOS], peakFlux, PM_PEAK_LONE);
Note: See TracChangeset for help on using the changeset viewer.