IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15944


Ignore:
Timestamp:
Dec 27, 2007, 6:44:43 PM (18 years ago)
Author:
eugene
Message:

reduce vebosity

Location:
trunk/ppImage/src
Files:
2 edited

Legend:

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

    r14641 r15944  
    2828    // iterate over the cells and readout for this chip
    2929    while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
    30         psLogMsg ("ppImagePhotom", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     30        psLogMsg ("ppImagePhotom", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    3131        if (! cell->process || ! cell->file_exists) { continue; }
    3232
  • trunk/ppImage/src/ppImageRebinReadout.c

    r12819 r15944  
    2323
    2424    while ((cell = pmFPAviewNextCell (view, outFile->src, 1)) != NULL) {
    25         psLogMsg ("ppImageRebinChip", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     25        psLogMsg ("ppImageRebinChip", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    2626        if (! cell->process || ! cell->file_exists) { continue; }
    2727
Note: See TracChangeset for help on using the changeset viewer.