- Timestamp:
- Jun 22, 2012, 3:33:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psModules/src/objects/pmSourcePhotometry.h
r34049 r34053 38 38 } pmSourcePhotometryMode; 39 39 40 # if (HAVE_MODEL_VAR)41 40 typedef enum { 42 41 PM_SOURCE_PHOTFIT_NONE = 0, … … 44 43 PM_SOURCE_PHOTFIT_IMAGE_VAR = 2, 45 44 PM_SOURCE_PHOTFIT_MODEL_VAR = 3, 45 PM_SOURCE_PHOTFIT_MODEL_SKY = 4, // XXX bad name: set variance floor based on mean variance image (variance of sky) 46 46 } pmSourceFitVarMode; 47 # endif48 47 49 48 bool pmSourcePhotometryModel( … … 84 83 bool pmSourceMeasureDiffStats (pmSource *source, psImageMaskType maskVal, psImageMaskType markVal); 85 84 86 # if (HAVE_MODEL_VAR)87 85 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const pmSourceFitVarMode fitVarMode, const float covarFactor, psImageMaskType maskVal); 88 86 double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const pmSourceFitVarMode fitVarMode, const float covarFactor, psImageMaskType maskVal); 89 87 double pmSourceModelWeight(const pmSource *Mi, int term, const pmSourceFitVarMode fitVarMode, const float covarFactor, psImageMaskType maskVal); 90 # else91 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal);92 double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal);93 double pmSourceModelWeight(const pmSource *Mi, int term, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal);94 # endif95 88 96 89 bool pmSourceNeighborFlags (pmSource *source);
Note:
See TracChangeset
for help on using the changeset viewer.
