IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2008, 12:24:10 PM (18 years ago)
Author:
Paul Price
Message:

Don't put statistics on an FPA: too troublesome to get to, and it's ok to just carry around a psMetadata in ppImageLoop, passing it to functions that need it. Updated times for output statistics.

File:
1 edited

Legend:

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

    r9738 r19928  
    99    psLibInit(NULL);
    1010
    11     psTimerStart(TIMERNAME);
     11    psTimerStart(TIMER_TOTAL);
    1212
    1313    // Parse the configuration and arguments
     
    6060    ppFocusFitFWHM (config, focus, fwhm);
    6161
    62     psLogMsg ("ppFocus", 3, "complete ppFocus run: %f sec\n", psTimerMark (TIMERNAME));
     62    psLogMsg ("ppFocus", 3, "complete ppFocus run: %f sec\n", psTimerMark (TIMER_TOTAL));
    6363
    6464    // Cleaning up
Note: See TracChangeset for help on using the changeset viewer.