IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/pswarp/src/pswarpTransformReadout.c

    r28405 r28794  
    195195    psFree(interp);
    196196
    197     if (goodPixels > 0) {
     197    if (goodPixels > 0 && psMetadataLookupBool(&mdok, recipe, "SOURCES")) {
    198198        if (!pswarpTransformSources(output, input, config)) {
    199199            psError(psErrorCodeLast(), false, "Unable to interpolate image.");
    200200            return false;
    201201        }
    202 
     202    }
     203
     204    if (goodPixels > 0) {
    203205        // Data is only written out if there are good pixels
    204206        output->data_exists = true;
Note: See TracChangeset for help on using the changeset viewer.