Changeset 26078 for trunk/ppStack
- Timestamp:
- Nov 9, 2009, 3:37:56 PM (17 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
ppStackArguments.c (modified) (1 diff)
-
ppStackSetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackArguments.c
r26076 r26078 185 185 psMetadataAddF32(arguments, PS_LIST_TAIL, "-zp-star-sys-1", 0, "Estimated systematic error; pass 1", NAN); 186 186 psMetadataAddF32(arguments, PS_LIST_TAIL, "-zp-star-sys-2", 0, "Estimated systematic error; pass 2", NAN); 187 psMetadataAddStr(arguments, PS_LIST_TAIL, "-temp-dir", 0, "Directory for temporary images", NULL); 187 188 psMetadataAddStr(arguments, PS_LIST_TAIL, "-temp-image", 0, "Suffix for temporary images", NULL); 188 189 psMetadataAddStr(arguments, PS_LIST_TAIL, "-temp-mask", 0, "Suffix for temporary masks", NULL); -
trunk/ppStack/src/ppStackSetup.c
r26076 r26078 47 47 48 48 // Generate temporary names for convolved images 49 const char *tempDir = psMetadataLookupStr(NULL, config->site, "TEMP.DIR"); // Directory for temp images 49 const char *tempDir = psMetadataLookupStr(NULL, config->arguments, "-temp-dir"); // Directory for temps 50 if (!tempDir) { 51 tempDir = psMetadataLookupStr(NULL, config->site, "TEMP.DIR"); 52 } 50 53 if (!tempDir) { 51 54 psError(PS_ERR_BAD_PARAMETER_VALUE, false, "Unable to find TEMP.DIR in site configuration");
Note:
See TracChangeset
for help on using the changeset viewer.
