IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2006, 7:10:08 AM (20 years ago)
Author:
magnier
Message:

fixed up object output file functions, small speed improvements

File:
1 edited

Legend:

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

    r6859 r6864  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.1.2.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-14 21:43:59 $
     5 *  @version $Revision: 1.1.2.5 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-17 17:10:08 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525 *
    2626 */
     27
     28typedef enum {
     29    PM_SOURCE_PHOT_NONE   = 0x0000,
     30    PM_SOURCE_PHOT_GROWTH = 0x0001,
     31    PM_SOURCE_PHOT_APCORR = 0x0002,
     32    PM_SOURCE_PHOT_WEIGHT = 0x0004,
     33} pmSourcePhotometryMode;
     34
    2735bool pmSourcePhotometryModel(
    2836    float *fitMag,                      ///< integrated fit magnitude
     
    3745);
    3846
    39 pmModel *pmSourceMagnitudes (pmSource *source, pmPSF *psf, bool growthCorr, bool apTrendCorr);
     47bool pmSourceMagnitudesInit (psMetadata *config);
     48bool pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode);
    4049float pmSourceCrossProduct (pmSource *Mi, pmSource *Mj);
    4150float pmSourceCrossWeight (pmSource *Mi, pmSource *Mj);
Note: See TracChangeset for help on using the changeset viewer.