Changeset 13034 for trunk/psModules/src/objects/pmSourcePhotometry.h
- Timestamp:
- Apr 25, 2007, 3:20:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePhotometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePhotometry.h
r11253 r13034 4 4 * @author EAM, IfA; GLG, MHPCC 5 5 * 6 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-24 02:54:15$6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-04-26 01:20:29 $ 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 pmModel *pmSourceGetModel (bool *isPSF, const pmSource *source);57 54 58 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); 59 64 60 65 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
