Changeset 27531 for trunk/psModules/src/objects/pmSourcePhotometry.h
- Timestamp:
- Mar 30, 2010, 1:29:50 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePhotometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePhotometry.h
r25980 r27531 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 ); … … 54 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 60 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor);
Note:
See TracChangeset
for help on using the changeset viewer.
