- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/objects/pmSourcePhotometry.h
r21511 r27840 29 29 30 30 typedef enum { 31 PM_SOURCE_PHOT_NONE = 0x0000, 32 PM_SOURCE_PHOT_GROWTH = 0x0001, 33 PM_SOURCE_PHOT_APCORR = 0x0002, 34 PM_SOURCE_PHOT_WEIGHT = 0x0004, 35 PM_SOURCE_PHOT_INTERP = 0x0008, 31 PM_SOURCE_PHOT_NONE = 0x0000, 32 PM_SOURCE_PHOT_GROWTH = 0x0001, 33 PM_SOURCE_PHOT_APCORR = 0x0002, 34 PM_SOURCE_PHOT_WEIGHT = 0x0004, 35 PM_SOURCE_PHOT_INTERP = 0x0008, 36 PM_SOURCE_PHOT_DIFFSTATS = 0x0010, 36 37 } pmSourcePhotometryMode; 37 38 38 39 bool pmSourcePhotometryModel( 39 40 float *fitMag, ///< integrated fit magnitude 41 float *fitFlux, ///< integrated fit magnitude 40 42 pmModel *model ///< model used for photometry 41 43 ); … … 52 54 bool pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode, psImageMaskType maskVal); 53 55 bool pmSourcePixelWeight (float *pixWeight, pmModel *model, psImage *mask, psImageMaskType maskVal); 54 bool pmSourceChisq (pmModel *model, psImage *image, psImage *mask, psImage *weight, psImageMaskType maskVal );56 bool pmSourceChisq (pmModel *model, psImage *image, psImage *mask, psImage *weight, psImageMaskType maskVal, const float covarFactor); 55 57 58 bool pmSourceMeasureDiffStats (pmSource *source, psImageMaskType maskVal); 56 59 57 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum );58 double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum );59 double pmSourceModelWeight(const pmSource *Mi, int term, const bool unweighted_sum );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 63 61 64 // retire these:
Note:
See TracChangeset
for help on using the changeset viewer.
