IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2009, 2:31:57 PM (17 years ago)
Author:
Paul Price
Message:

Moving TEMP.DIR from ppStack recipe to site config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackSetup.c

    r23688 r26020  
    4747
    4848    // Generate temporary names for convolved images
    49     const char *tempDir = psMetadataLookupStr(NULL, recipe, "TEMP.DIR"); // Directory for temporary images
     49    const char *tempDir = psMetadataLookupStr(NULL, config->site, "TEMP.DIR"); // Directory for temp images
    5050    if (!tempDir) {
    51         psError(PS_ERR_BAD_PARAMETER_VALUE, false, "Unable to find TEMP.DIR in recipe");
     51        psError(PS_ERR_BAD_PARAMETER_VALUE, false, "Unable to find TEMP.DIR in site configuration");
    5252        return false;
    5353    }
Note: See TracChangeset for help on using the changeset viewer.