- Timestamp:
- Jun 11, 2013, 9:16:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psModules/src/objects/pmSourceFitPCM.c
r35560 r35645 145 145 bool pmSourceModelGuessPCM (pmPCMdata *pcm, pmSource *source, psImageMaskType maskVal, psImageMaskType markVal) { 146 146 147 if (!pcm->modelConv->modelGuess(pcm->modelConv, source, maskVal, markVal)) {147 if (!pcm->modelConv->modelGuess(pcm->modelConv, source, maskVal, markVal)) { 148 148 return false; 149 149 } 150 150 return true; 151 151 152 // the following was an attempt to make analytical modifications to the shape terms based on the psf 153 // this has been replaced with a more empirical approach 154 # if (0) 152 155 // generate copy of the model 153 156 // XXX we could modify the parameter values or even the model … … 196 199 197 200 return true; 201 # endif 198 202 }
Note:
See TracChangeset
for help on using the changeset viewer.
