IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2014, 5:04:29 PM (12 years ago)
Author:
watersc1
Message:

Don't kill the files when you try to read them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundStackCamera.c

    r36801 r36802  
    267267            psString solutionFileName = psStringCopy(data->OTApath);
    268268            psStringAppend(&solutionFileName, ".%s.fits",chipName);
    269             psString resolvedFileName = pmConfigConvertFilename(solutionFileName,config,true,true);
     269            psString resolvedFileName = pmConfigConvertFilename(solutionFileName,config,false,false);
    270270            psFits *solutionFits = psFitsOpen(resolvedFileName,"r");
    271271            psImage *solution = psFitsReadImage(solutionFits,psRegionSet(0,0,0,0),0);
Note: See TracChangeset for help on using the changeset viewer.