IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2007, 5:36:18 PM (19 years ago)
Author:
eugene
Message:

using common psImageBinning tools

File:
1 edited

Legend:

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

    r12587 r12592  
    6363        while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
    6464            psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     65            // XXX who should be setting cell->process?
    6566            // if (! cell->process || ! cell->file_exists) { continue; }
    66             if (! cell->process) { continue; }
     67            // if (! cell->process) { continue; }
    6768           
    6869            // process each of the readouts
Note: See TracChangeset for help on using the changeset viewer.