IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2006, 3:03:49 PM (20 years ago)
Author:
eugene
Message:

substantial work on the image loop, support for DetDB

File:
1 edited

Legend:

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

    r7531 r7581  
    2424
    2525    // Image Arithmetic Loop
    26     ppImageLoop(config, options);
     26    if (!ppImageLoop(config, options)) {
     27        psErrorStackPrint(stderr, "");
     28        exit(1);
     29    }
    2730
    28     psLogMsg ("ppImage", 3, "complete ppImage run: %f sec\n", psTimerMark ("complete"));
     31    psLogMsg ("ppImage", 3, "complete ppImage run: %f sec\n", psTimerMark (TIMERNAME));
    2932
    3033    // Cleaning up
Note: See TracChangeset for help on using the changeset viewer.