Changeset 15942
- Timestamp:
- Dec 27, 2007, 6:43:03 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ppImage/src/ppImageAddstar.c (modified) (1 diff)
-
ppImage/src/ppImageLoop.c (modified) (1 diff)
-
psphot/src/psphotImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageAddstar.c
r10448 r15942 48 48 49 49 while ((cell = pmFPAviewNextCell (view, file->fpa, 1)) != NULL) { 50 psLogMsg ("ppImageAddstar", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);50 psLogMsg ("ppImageAddstar", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 51 51 if (! cell->process || ! cell->file_exists) { continue; } 52 52 -
trunk/ppImage/src/ppImageLoop.c
r15933 r15942 39 39 40 40 while ((cell = pmFPAviewNextCell(view, input->fpa, 1)) != NULL) { 41 psLogMsg ("ppImageLoop", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);41 psLogMsg ("ppImageLoop", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 42 42 if (!cell->process || !cell->file_exists) { 43 43 continue; -
trunk/psphot/src/psphotImageLoop.c
r15216 r15942 58 58 // there is now only a single chip (multiple readouts?). loop over it and process 59 59 while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) { 60 psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);60 psLogMsg ("psphot", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 61 61 62 62 // process each of the readouts 63 63 while ((readout = pmFPAviewNextReadout (view, input->fpa, 1)) != NULL) { 64 psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);64 psLogMsg ("psphot", 6, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 65 65 if (! readout->data_exists) { continue; } 66 66
Note:
See TracChangeset
for help on using the changeset viewer.
