IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2012, 6:30:59 PM (14 years ago)
Author:
watersc1
Message:

Fixed problem that was causing pswarp to exit with non-zero status (pmPFAfileIOChecks does something to the config that results in PSPHOT.DETECTIONS being added to the metadata twice. Removed offending region without change in output). Cleaned up some other debug information and removed unused bits of code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/pswarp/src/pswarpTransformReadout.c

    r34471 r34487  
    202202
    203203    if (goodPixels > 0 && psMetadataLookupBool(&mdok, recipe, "SOURCES")) {
     204      if (!psMetadataLookupBool(NULL,config->arguments,"BACKGROUND_WARPING")) {
    204205        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;
    207208        }
     209      }
    208210    }
    209211
Note: See TracChangeset for help on using the changeset viewer.