IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

reduce verbosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotImageLoop.c

    r15216 r15942  
    5858        // there is now only a single chip (multiple readouts?). loop over it and process
    5959        while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
    60             psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     60            psLogMsg ("psphot", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    6161
    6262            // process each of the readouts
    6363            while ((readout = pmFPAviewNextReadout (view, input->fpa, 1)) != NULL) {
    64                 psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     64                psLogMsg ("psphot", 6, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    6565                if (! readout->data_exists) { continue; }
    6666
Note: See TracChangeset for help on using the changeset viewer.