- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/pswarp/src/pswarpTransformReadout.c
r28405 r28794 195 195 psFree(interp); 196 196 197 if (goodPixels > 0 ) {197 if (goodPixels > 0 && psMetadataLookupBool(&mdok, recipe, "SOURCES")) { 198 198 if (!pswarpTransformSources(output, input, config)) { 199 199 psError(psErrorCodeLast(), false, "Unable to interpolate image."); 200 200 return false; 201 201 } 202 202 } 203 204 if (goodPixels > 0) { 203 205 // Data is only written out if there are good pixels 204 206 output->data_exists = true;
Note:
See TracChangeset
for help on using the changeset viewer.
