Changeset 25755 for trunk/psphot/src/psphotBlendFit.c
- Timestamp:
- Oct 2, 2009, 3:12:47 PM (17 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphotBlendFit.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src
- Property svn:ignore
-
old new 18 18 psphotVersionDefinitions.h 19 19 psphotMomentsStudy 20 psphotPetrosianStudy
-
- Property svn:ignore
-
trunk/psphot/src/psphotBlendFit.c
r24029 r25755 254 254 pmSourceCacheModel (source, maskVal); 255 255 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 256 source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;257 256 } 258 257 … … 365 364 pmSourceCacheModel (source, maskVal); 366 365 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 367 source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;368 366 } 369 367 … … 374 372 *nfail = Nfail; 375 373 374 // moments are modified by the fit; re-display 375 psphotVisualPlotMoments (recipe, sources); 376 psphotVisualShowResidualImage (readout); 377 376 378 return true; 377 379 }
Note:
See TracChangeset
for help on using the changeset viewer.
