IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 4:47:20 PM (20 years ago)
Author:
magnier
Message:

fixed up low-level issues with sky levels, sky bias

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourcePhotometry.h

    r6556 r6751  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-09 03:14:23 $
     5 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-01 02:47:20 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131
    3232bool pmSourcePhotometryAper(
    33     float *apMag,                       ///< aperture flux magnitude
     33    float   *apMag,                     ///< aperture flux magnitude
    3434    pmModel *model,                     ///< model used for photometry
    3535    psImage *image,                     ///< image pixels to be used
     
    3737);
    3838
    39 pmModel *pmSourceMagnitudes (pmSource *source, pmPSF *psf, float apRadius);
     39pmModel *pmSourceMagnitudes (pmSource *source, pmPSF *psf, bool growthCorr, bool apTrendCorr);
    4040float pmSourceCrossProduct (pmSource *Mi, pmSource *Mj);
    4141float pmSourceCrossWeight (pmSource *Mi, pmSource *Mj);
Note: See TracChangeset for help on using the changeset viewer.