Changeset 26922
- Timestamp:
- Feb 11, 2010, 6:10:05 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendPattern.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendPattern.c
r26895 r26922 86 86 view->cell = i; 87 87 88 pmCell *cell = chip->cells->data[i]; // Cell of interest 89 if (cell->readouts->n > 1) { 90 psLogMsg("ppImage", PS_LOG_INFO, "Not performing cell pattern correction on video cell."); 91 continue; 92 } 93 88 94 bool doPattern = false; 89 95 if (!doPatternForView(&doPattern, config, chip, view, RECIPE_NAME, "PATTERN.CELL.SUBSET")) {
Note:
See TracChangeset
for help on using the changeset viewer.
