IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2010, 9:12:53 AM (16 years ago)
Author:
Paul Price
Message:

Pulling r27400 out of the trunk until it can be developed further (compression, make optional). Development will continue on branches/pap_stack/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMask.c

    r27400 r27402  
    9292                    continue;
    9393                }
    94                 if (imageData1[y][x] > 50000) {
    95                     maskData1[y][x] = maskVal;
    96                     numBad++;
    97                     continue;
    98                 }
    99                 if (imageData2[y][x] > 50000) {
    100                     maskData2[y][x] = maskVal;
    101                     numBad++;
    102                     continue;
    103                 }
    10494                xMin = PS_MIN(xMin, x);
    10595                xMax = PS_MAX(xMax, x);
Note: See TracChangeset for help on using the changeset viewer.