Changeset 32744 for trunk/psphot/src/psphotSourceFits.c
- Timestamp:
- Nov 22, 2011, 10:16:39 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceFits.c
r32695 r32744 531 531 if (TIMING) { t1 = psTimerMark ("psphotFitPCM"); } 532 532 533 // NOTE : 65 allocs to here 533 534 // get the guess for sersic models 534 535 if (modelType == pmModelClassGetType("PS_MODEL_SERSIC")) { … … 560 561 561 562 // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5); 562 pmSourceFitPCM (pcm, source, &options, maskVal, markVal, psfSize); 563 pmSourceFitPCM (pcm, source, &options, maskVal, markVal, psfSize); // NOTE : 1687 allocs in here 563 564 if (TIMING) { t5 = psTimerMark ("psphotFitPCM"); } 564 565
Note:
See TracChangeset
for help on using the changeset viewer.
