Changeset 27402 for trunk/psModules/src/imcombine/pmSubtractionStamps.c
- Timestamp:
- Mar 23, 2010, 9:12:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.c
r27400 r27402 107 107 if ((image1 && image1->data.F32[y][x] < thresh1) || 108 108 (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)) {113 109 continue; 114 110 }
Note:
See TracChangeset
for help on using the changeset viewer.
