IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2006, 2:26:55 PM (20 years ago)
Author:
Paul Price
Message:

Changing "readout size" to "scan number" as the iteration counter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCombine.c

    r7759 r7803  
    6262
    6363            int numRead;  // Number of inputs read
     64            int numScan = 0;
    6465            do {
    6566                numRead = 0;
     
    9596                if (numRead > 0) {
    9697                    pmReadoutCombine(readout, stack, cellZeros, cellScales, options->combine);
    97                     psTrace(__func__, 5, "Chip %d, cell %d, readout size %dx%d\n", i, j,
    98                             readout->image->numCols, readout->image->numRows);
     98                    psTrace(__func__, 5, "Chip %d, cell %d, scan %d\n", i, j, numScan);
    9999                }
    100 
     100                numScan++;
    101101            } while (numRead > 0);
    102102
Note: See TracChangeset for help on using the changeset viewer.