Changeset 35165
- Timestamp:
- Feb 13, 2013, 2:33:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStack.c
r35082 r35165 1418 1418 } 1419 1419 combined->image->data.F32[y][x] = stats->robustMedian; 1420 combined->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = 0; 1420 if (combined->mask) { 1421 combined->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = 0; 1422 } 1421 1423 #if (0) 1422 1424 if ((x == 59)&&(y > 40)&&(y < 50)) {
Note:
See TracChangeset
for help on using the changeset viewer.
