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/ppImage.c

    r14000 r19928  
    99    psLibInit(NULL);
    1010
    11     psTimerStart(TIMERNAME);
     11    psTimerStart(TIMER_TOTAL);
    1212
    1313    // Parse the configuration and arguments
     
    3838    }
    3939
    40     psLogMsg ("ppImage", 3, "Complete ppImage run: %f sec\n", psTimerMark(TIMERNAME));
     40    psLogMsg("ppImage", PS_LOG_INFO, "Complete ppImage run: %f sec\n", psTimerMark(TIMER_TOTAL));
    4141
    4242    // Cleaning up
Note: See TracChangeset for help on using the changeset viewer.