Changeset 40809 for trunk/psphot/src/psphotFullForceSummary.c
- Timestamp:
- Jun 20, 2019, 4:14:36 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFullForceSummary.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFullForceSummary.c
r36731 r40809 301 301 // there is now only a single chip (multiple readouts?). loop over it and process 302 302 while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) { 303 //psLogMsg ("psphotFullForceSummary", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);303 // psLogMsg ("psphotFullForceSummary", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 304 304 305 305 // process each of the readouts 306 306 while ((readout = pmFPAviewNextReadout (view, input->fpa, 1)) != NULL) { 307 //psLogMsg ("psphotFullForceSummary", 6, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);307 // psLogMsg ("psphotFullForceSummary", 6, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 308 308 if (! readout->data_exists) { continue; } 309 309
Note:
See TracChangeset
for help on using the changeset viewer.
