IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2014, 4:35:41 PM (12 years ago)
Author:
eugene
Message:

add some commented-out timing messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendFringe.c

    r26895 r37406  
    327327    pmCell *cell = NULL;
    328328
     329    // psTimerStart("apply.fringe");
     330
    329331    assert (options->doFringe); // do not call if not needed
    330332    assert (inputView->chip != -1);
     
    386388    }
    387389
     390    // psLogMsg ("ppImage", 5, "apply fringe: %f sec\n", psTimerMark ("apply.fringe"));
     391
    388392    psFree (view);
    389393    return true;
Note: See TracChangeset for help on using the changeset viewer.