- Timestamp:
- Apr 23, 2007, 4:39:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psModules/src/objects/pmSourcePhotometry.h
r12958 r12977 4 4 * @author EAM, IfA; GLG, MHPCC 5 5 * 6 * @version $Revision: 1.8.6. 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-04-2 3 18:04:18$6 * @version $Revision: 1.8.6.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-04-24 02:39:12 $ 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 50 50 bool pmSourceMagnitudesInit (psMetadata *config); 51 51 bool pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode); 52 double pmSourceCrossProduct(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum);53 double pmSourceCrossWeight(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum);54 52 bool pmSourcePixelWeight (float *pixWeight, pmModel *model, psImage *image, psImage *mask); 55 53 bool pmSourceChisq (pmModel *model, psImage *image, psImage *mask, psImage *weight); 56 54 57 double pmSourceWeight(const pmSource *Mi, int term, const bool unweighted_sum); 55 56 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum); 57 double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum); 58 double pmSourceModelWeight(const pmSource *Mi, int term, const bool unweighted_sum); 59 60 // retire these: 61 // double pmSourceCrossProduct(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum); 62 // double pmSourceCrossWeight(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum); 63 // double pmSourceWeight(const pmSource *Mi, int term, const bool unweighted_sum); 58 64 59 65 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
