- Timestamp:
- Nov 26, 2013, 5:51:56 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceFitPCM.c
r36085 r36314 51 51 # define TIMING 0 52 52 53 bool pmSourceChisqModelFlux (pmSource *source, pmModel *model, psImageMaskType maskVal); 54 53 55 bool pmSourceFitPCM (pmPCMdata *pcm, pmSource *source, pmSourceFitOptions *fitOptions, psImageMaskType maskVal, psImageMaskType markVal, int psfSize) { 54 56 … … 113 115 } else { 114 116 // xxx this is wrong because it does not convolve with the psf 115 pmSourceChisqUnsubtracted (source, pcm->modelConv, maskVal); 117 pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize); 118 pmSourceChisqModelFlux (source, pcm->modelConv, maskVal); 116 119 } 117 120 if (TIMING) { t4 = psTimerMark ("pmSourceFitPCM"); }
Note:
See TracChangeset
for help on using the changeset viewer.
