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/pmSubtractionStamps.c

    r27400 r27402  
    107107            if ((image1 && image1->data.F32[y][x] < thresh1) ||
    108108                (image2 && image2->data.F32[y][x] < thresh2)) {
    109                 continue;
    110             }
    111             if ((image1 && image1->data.F32[y][x] > 30000) ||
    112                 (image2 && image2->data.F32[y][x] > 30000)) {
    113109                continue;
    114110            }
Note: See TracChangeset for help on using the changeset viewer.