Changeset 18861
- Timestamp:
- Aug 1, 2008, 1:59:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r18830 r18861 186 186 } 187 187 188 pthread_t id = pthread_self();189 char name[64];190 sprintf (name, "%x", (unsigned int) id);191 psTimerStart (name);188 // pthread_t id = pthread_self(); 189 // char name[64]; 190 // sprintf (name, "%x", (unsigned int) id); 191 // psTimerStart (name); 192 192 193 193 psStatsOptions combineStdev = 0; // Statistics option for weights … … 287 287 for (int i = minInputRows; i < maxInputRows; i++) { 288 288 int yOut = i - output->row0; // y position on output readout 289 289 290 #ifdef SHOW_BUSY 290 291 291 if (psTraceGetLevel("psModules.imcombine") > 9) { 292 292 printf("Processing row %d\r", i); … … 294 294 } 295 295 #endif 296 296 297 for (int j = minInputCols; j < maxInputCols; j++) { 297 298 int xOut = j - output->col0; // x position on output readout
Note:
See TracChangeset
for help on using the changeset viewer.
