- Timestamp:
- Apr 17, 2006, 7:10:08 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourcePhotometry.h
r6859 r6864 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.1.2. 4$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-04-1 4 21:43:59$5 * @version $Revision: 1.1.2.5 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-04-17 17:10:08 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 * 26 26 */ 27 28 typedef 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 27 35 bool pmSourcePhotometryModel( 28 36 float *fitMag, ///< integrated fit magnitude … … 37 45 ); 38 46 39 pmModel *pmSourceMagnitudes (pmSource *source, pmPSF *psf, bool growthCorr, bool apTrendCorr); 47 bool pmSourceMagnitudesInit (psMetadata *config); 48 bool pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode); 40 49 float pmSourceCrossProduct (pmSource *Mi, pmSource *Mj); 41 50 float pmSourceCrossWeight (pmSource *Mi, pmSource *Mj);
Note:
See TracChangeset
for help on using the changeset viewer.
