Changeset 28484 for branches/pap/psModules/src/objects/pmSourcePhotometry.h
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo changed
/branches/czw_branch/20100519/psModules (added) merged: 28164,28304,28334,28338
- Property svn:mergeinfo changed
-
branches/pap/psModules/src/objects/pmSourcePhotometry.h
r27531 r28484 48 48 psImage *image, ///< image pixels to be used 49 49 psImage *mask, ///< mask of pixels to ignore 50 psImageMaskType maskVal ///< Value to mask50 psImageMaskType maskVal ///< Value to mask 51 51 ); 52 52 … … 58 58 bool pmSourceMeasureDiffStats (pmSource *source, psImageMaskType maskVal); 59 59 60 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor );61 double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor );62 double pmSourceModelWeight(const pmSource *Mi, int term, const bool unweighted_sum, const float covarFactor );60 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal); 61 double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal); 62 double pmSourceModelWeight(const pmSource *Mi, int term, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal); 63 63 64 64 // retire these:
Note:
See TracChangeset
for help on using the changeset viewer.
