IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26694


Ignore:
Timestamp:
Jan 27, 2010, 12:25:19 PM (16 years ago)
Author:
Paul Price
Message:

Remove testing code.

File:
1 edited

Legend:

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

    r26682 r26694  
    4949        }
    5050        if (!doPattern->data.B) {
    51             fprintf(stderr, "*NOT* DOING PATTERN SUBTRACTION FOR %d,%d\n", view->chip, view->cell);
    5251            continue;
    5352        }
    5453
    55         fprintf(stderr, "DOING PATTERN SUBTRACTION FOR %d,%d\n", view->chip, view->cell);
    56         continue;
     54        psLogMsg("ppImage", PS_LOG_INFO, "Performing pattern subtraction for %d,%d\n", view->chip, view->cell);
    5755
    5856        // process each of the readouts
Note: See TracChangeset for help on using the changeset viewer.