Changeset 7803
- Timestamp:
- Jul 3, 2006, 2:26:55 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeCombine.c
r7759 r7803 62 62 63 63 int numRead; // Number of inputs read 64 int numScan = 0; 64 65 do { 65 66 numRead = 0; … … 95 96 if (numRead > 0) { 96 97 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); 99 99 } 100 100 numScan++; 101 101 } while (numRead > 0); 102 102
Note:
See TracChangeset
for help on using the changeset viewer.
