IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26922


Ignore:
Timestamp:
Feb 11, 2010, 6:10:05 PM (16 years ago)
Author:
Paul Price
Message:

Turn off cell pattern correction for video cells.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendPattern.c

    r26895 r26922  
    8686            view->cell = i;
    8787
     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
    8894            bool doPattern = false;
    8995            if (!doPatternForView(&doPattern, config, chip, view, RECIPE_NAME, "PATTERN.CELL.SUBSET")) {
Note: See TracChangeset for help on using the changeset viewer.