IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3680


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

Adding stuff

Location:
trunk/stac
Files:
6 added
1 deleted
1 edited

Legend:

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

    r3666 r3680  
    3232            psFree(image);
    3333        } else {
     34            int numNaN = psImageClipNaN(image, 0.0);
     35            if (numNaN) {
     36                psTrace("stac.read.images", 5, "Clipped %d NaN pixels.\n", numNaN);
     37            }
    3438            images->data[i] = image;
    3539        }
Note: See TracChangeset for help on using the changeset viewer.