IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2011, 10:16:39 AM (15 years ago)
Author:
eugene
Message:

add notes counting allocations using psImageSmooth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceFits.c

    r32695 r32744  
    531531    if (TIMING) { t1 = psTimerMark ("psphotFitPCM"); }
    532532
     533    // NOTE : 65 allocs to here
    533534    // get the guess for sersic models
    534535    if (modelType == pmModelClassGetType("PS_MODEL_SERSIC")) {
     
    560561
    561562    // 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
    563564    if (TIMING) { t5 = psTimerMark ("psphotFitPCM"); }
    564565
Note: See TracChangeset for help on using the changeset viewer.