- Timestamp:
- Sep 27, 2012, 6:30:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/pswarp/src/pswarpTransformReadout.c
r34471 r34487 202 202 203 203 if (goodPixels > 0 && psMetadataLookupBool(&mdok, recipe, "SOURCES")) { 204 if (!psMetadataLookupBool(NULL,config->arguments,"BACKGROUND_WARPING")) { 204 205 if (!pswarpTransformSources(output, input, config)) { 205 psError(psErrorCodeLast(), false, "Unable to interpolate image.");206 return false;206 psError(psErrorCodeLast(), false, "Unable to interpolate image."); 207 return false; 207 208 } 209 } 208 210 } 209 211
Note:
See TracChangeset
for help on using the changeset viewer.
