IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2011, 1:16:41 PM (15 years ago)
Author:
eugene
Message:

improvements to the output headers; some code organization; plug leaks; user-specified limits to input seeing ranges

Location:
trunk/ppStack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack

    • Property svn:ignore
      •  

        old new  
        1717autom4te.cache
        1818Doxyfile
         19a.out.dSYM
    • Property svn:mergeinfo deleted
  • trunk/ppStack/src/ppStackSetup.c

    r30620 r31158  
    5151    psString outputName = psStringCopy(psMetadataLookupStr(NULL, config->arguments,
    5252                                                           "OUTPUT")); // Name for temporary files
    53     const char *tempName = basename(outputName);
     53    const char *tempName = psStringFileBasename(outputName);
    5454    if (!tempName) {
    5555        psError(PPSTACK_ERR_ARGUMENTS, false, "Unable to construct basename for temporary files.");
     
    6565                "Unable to find TEMP.IMAGE, TEMP.MASK and TEMP.VARIANCE in recipe");
    6666        psFree(outputName);
     67        psFree(tempName);
    6768        return false;
    6869    }
     
    8283    }
    8384    psFree(outputName);
     85    psFree(tempName);
    8486
    8587    // Original images
Note: See TracChangeset for help on using the changeset viewer.