Changeset 15944
- Timestamp:
- Dec 27, 2007, 6:44:43 PM (18 years ago)
- Location:
- trunk/ppImage/src
- Files:
-
- 2 edited
-
ppImagePhotom.c (modified) (1 diff)
-
ppImageRebinReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImagePhotom.c
r14641 r15944 28 28 // iterate over the cells and readout for this chip 29 29 while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) { 30 psLogMsg ("ppImagePhotom", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);30 psLogMsg ("ppImagePhotom", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 31 31 if (! cell->process || ! cell->file_exists) { continue; } 32 32 -
trunk/ppImage/src/ppImageRebinReadout.c
r12819 r15944 23 23 24 24 while ((cell = pmFPAviewNextCell (view, outFile->src, 1)) != NULL) { 25 psLogMsg ("ppImageRebinChip", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);25 psLogMsg ("ppImageRebinChip", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 26 26 if (! cell->process || ! cell->file_exists) { continue; } 27 27
Note:
See TracChangeset
for help on using the changeset viewer.
