Changeset 7610 for trunk/psModules/src/camera/pmFPAMosaic.c
- Timestamp:
- Jun 21, 2006, 10:58:40 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.c
r7606 r7610 571 571 } 572 572 float cellBad = psMetadataLookupF32(NULL, cell->concepts, "CELL.BAD"); 573 if (cellBad <bad) {573 if (cellBad > bad) { 574 574 bad = cellBad; 575 575 }
Note:
See TracChangeset
for help on using the changeset viewer.
