Changeset 33963 for trunk/psModules/src/objects/pmSourcePhotometry.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20111122/psModules merged: 33044,33085,33087,33096,33638 /branches/eam_branches/ipp-20120405/psModules (added) merged: 33947,33951
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects/pmSourcePhotometry.h
r31670 r33963 38 38 } pmSourcePhotometryMode; 39 39 40 typedef enum { 41 PM_SOURCE_PHOTFIT_NONE = 0, 42 PM_SOURCE_PHOTFIT_CONST = 1, 43 PM_SOURCE_PHOTFIT_IMAGE_VAR = 2, 44 PM_SOURCE_PHOTFIT_MODEL_VAR = 3, 45 } pmSourceFitVarMode; 46 40 47 bool pmSourcePhotometryModel( 41 48 float *fitMag, ///< integrated fit magnitude … … 75 82 bool pmSourceMeasureDiffStats (pmSource *source, psImageMaskType maskVal, psImageMaskType markVal); 76 83 77 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal);78 double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal);79 double pmSourceModelWeight(const pmSource *Mi, int term, const bool unweighted_sum, const float covarFactor, psImageMaskType maskVal);84 double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const pmSourceFitVarMode fitVarMode, const float covarFactor, psImageMaskType maskVal); 85 double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const pmSourceFitVarMode fitVarMode, const float covarFactor, psImageMaskType maskVal); 86 double pmSourceModelWeight(const pmSource *Mi, int term, const pmSourceFitVarMode fitVarMode, const float covarFactor, psImageMaskType maskVal); 80 87 81 88 bool pmSourceNeighborFlags (pmSource *source);
Note:
See TracChangeset
for help on using the changeset viewer.
