IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2006, 10:58:40 AM (20 years ago)
Author:
Paul Price
Message:

Got the wrong sign.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMosaic.c

    r7606 r7610  
    571571        }
    572572        float cellBad = psMetadataLookupF32(NULL, cell->concepts, "CELL.BAD");
    573         if (cellBad < bad) {
     573        if (cellBad > bad) {
    574574            bad = cellBad;
    575575        }
Note: See TracChangeset for help on using the changeset viewer.