IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2008, 2:40:29 PM (18 years ago)
Author:
Paul Price
Message:

Adding additional statistics for output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r17373 r17784  
    130130
    131131                // Perform the analysis
    132                 if (!ppSubReadout(config, view)) {
     132                if (!ppSubReadout(config, stats, view)) {
    133133                    psError(PS_ERR_UNKNOWN, false, "Unable to subtract images.\n");
    134134                    return false;
     
    168168    // Write out summary statistics
    169169    if (stats) {
     170        psMetadataAddF32(stats, PS_LIST_TAIL, "DT_SUB", 0, "Time for subtraction completion",
     171                         psTimerMark("ppSub"));
     172
    170173        const char *statsMDC = psMetadataConfigFormat(stats);
    171174        if (!statsMDC || strlen(statsMDC) == 0) {
Note: See TracChangeset for help on using the changeset viewer.