IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43037


Ignore:
Timestamp:
May 28, 2026, 9:29:22 PM (7 weeks ago)
Author:
eugene
Message:

remove unused variable numIgnore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmPattern.c

    r42889 r43037  
    12171217    // Count number of cells to tweak
    12181218    int numTweak = 0;                   // Number of cells to tweak
    1219     int numIgnore = 0;                  // Number of cells to ignore
    12201219    for (int i = 0; i < numCells; i++) {
    12211220        pmCell *cell = chip->cells->data[i]; // Cell of interest
    12221221        if (!cell || !cell->data_exists || !cell->process ||
    12231222            cell->readouts->n == 0 || cell->readouts->n > 1 || !cell->readouts->data[0]) {
    1224             numIgnore++;
    12251223            meanMask->data.PS_TYPE_VECTOR_MASK_DATA[i] = PM_PATTERN_IGNORE;
    12261224            continue;
Note: See TracChangeset for help on using the changeset viewer.