Changeset 9527 for trunk/psModules/src/objects/pmSourcePhotometry.h
- Timestamp:
- Oct 12, 2006, 4:24:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePhotometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePhotometry.h
r6872 r9527 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2006- 04-17 18:01:05$5 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-10-13 02:24:34 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 bool pmSourceMagnitudesInit (psMetadata *config); 48 48 bool pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode); 49 float pmSourceCrossProduct (pmSource *Mi, pmSource *Mj);50 float pmSourceCrossWeight (pmSource *Mi, pmSource *Mj);49 double pmSourceCrossProduct(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum); 50 double pmSourceCrossWeight(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum); 51 51 bool pmSourcePixelWeight (float *pixWeight, pmModel *model, psImage *image, psImage *mask); 52 52
Note:
See TracChangeset
for help on using the changeset viewer.
