IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2013, 2:20:46 PM (13 years ago)
Author:
eugene
Message:

stats is basically working now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/pswarp/src/pswarp.c

    r35434 r35512  
    4545        pswarpCleanup(config, statsFile);
    4646    }
    47 
    48 # if (0)
    49     pswarpDumpOutput (config);
    50     exit (0);
    51 # endif
    52 
    5347    // load and warp
    5448    if (!pswarpLoop(config, statsFile->md)) {
    5549        pswarpCleanup(config, statsFile);
    5650    }
    57     pswarpDumpOutput (config);
    58     exit (0);
    5951
    6052# else
     
    7870    }
    7971# endif
     72
    8073    psLogMsg("pswarp", PS_LOG_INFO, "complete pswarp run: %f sec\n", psTimerMark("pswarp"));
    8174    pswarpCleanup(config, statsFile);
     
    8376
    8477// NOTE: pswarpCleanup calls exit
     78
     79// pswarpDumpOutput (config);
     80// exit (0);
Note: See TracChangeset for help on using the changeset viewer.