IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2008, 11:17:39 AM (18 years ago)
Author:
Paul Price
Message:

Adding additional debugging output. Correcting combination areas for the overlap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r16605 r16686  
    1010
    1111#include "ppStack.h"
     12
     13#define TESTING
    1214
    1315// Here follows lists of files for activation/deactivation at various stages.  Each must be NULL-terminated.
     
    344346    psFree(targetPSF);
    345347
     348
     349#ifdef TESTING
     350    psTraceSetLevel("psModules.imcombine", 7);
     351#endif
     352
     353
    346354    // Stack the convolved files
    347355    {
Note: See TracChangeset for help on using the changeset viewer.