IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2005, 12:37:46 PM (21 years ago)
Author:
Paul Price
Message:

Fixing up combination without errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacRead.c

    r3680 r3681  
    3232            psFree(image);
    3333        } else {
    34             int numNaN = psImageClipNaN(image, 0.0);
     34            int numNaN = psImageClipNaN(image, FLT_MAX);
    3535            if (numNaN) {
    3636                psTrace("stac.read.images", 5, "Clipped %d NaN pixels.\n", numNaN);
Note: See TracChangeset for help on using the changeset viewer.