Changeset 26020
- Timestamp:
- Nov 3, 2009, 2:31:57 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ippconfig/recipes/ppStack.config (modified) (1 diff)
-
ippconfig/site.config.in (modified) (1 diff)
-
ppStack/src/ppStackSetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/ppStack.config
r25944 r26020 59 59 PSF.MODEL STR PS_MODEL_PS1_V1 # Model for PSF generation 60 60 61 TEMP.DIR STR /local/ipp/tmp # Directory for temporary images62 61 TEMP.IMAGE STR conv.im.fits # Suffix for temporary convolved images 63 62 TEMP.MASK STR conv.mk.fits # Suffix for temporary convolved masks -
trunk/ippconfig/site.config.in
r24208 r26020 66 66 PSTAMP_DATA_STORE_ROOT STR PATH 67 67 68 TEMP.DIR STR /tmp # Directory for temporary products 69 70 68 71 # other basic values: -
trunk/ppStack/src/ppStackSetup.c
r23688 r26020 47 47 48 48 // Generate temporary names for convolved images 49 const char *tempDir = psMetadataLookupStr(NULL, recipe, "TEMP.DIR"); // Directory for temporaryimages49 const char *tempDir = psMetadataLookupStr(NULL, config->site, "TEMP.DIR"); // Directory for temp images 50 50 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"); 52 52 return false; 53 53 }
Note:
See TracChangeset
for help on using the changeset viewer.
