IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15942


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

reduce verbosity

Location:
trunk
Files:
3 edited

Legend:

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

    r10448 r15942  
    4848
    4949        while ((cell = pmFPAviewNextCell (view, file->fpa, 1)) != NULL) {
    50             psLogMsg ("ppImageAddstar", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     50            psLogMsg ("ppImageAddstar", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    5151            if (! cell->process || ! cell->file_exists) { continue; }
    5252
  • trunk/ppImage/src/ppImageLoop.c

    r15933 r15942  
    3939
    4040        while ((cell = pmFPAviewNextCell(view, input->fpa, 1)) != NULL) {
    41             psLogMsg ("ppImageLoop", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     41            psLogMsg ("ppImageLoop", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    4242            if (!cell->process || !cell->file_exists) {
    4343                continue;
  • 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.