Changeset 18591 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Jul 16, 2008, 5:36:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r18508 r18591 204 204 205 205 bool mdok; // Status of MD lookup 206 psMaskType maskBlank = psMetadataLookupU8(NULL, config->arguments, "MASK.BLANK"); // Mask for blank reg.207 206 bool tempDelete = psMetadataLookupBool(&mdok, config->arguments, "TEMP.DELETE"); // Delete temporary files? 208 207 const char *tempImage = psMetadataLookupStr(NULL, config->arguments, "TEMP.IMAGE"); // Suffix for temporary images … … 242 241 psMetadata *ppsub = psMetadataLookupMetadata(NULL, config->recipes, "PPSUB"); // PPSUB recipe 243 242 int overlap = 2 * psMetadataLookupS32(NULL, ppsub, "KERNEL.SIZE"); // Overlap by kernel size between consecutive scans 243 244 if (!pmConfigMaskSetBits(NULL, NULL, config)) { 245 psError(PS_ERR_UNKNOWN, false, "Unable to determine mask value."); 246 return false; 247 } 244 248 245 249 memDump("start"); … … 790 794 if (stats) { 791 795 psTrace("ppStack", 1, "Gathering statistics on stacked image....\n"); 792 ppStatsFPA(stats, outCell->parent->parent, view, maskBlank, config);796 ppStatsFPA(stats, outCell->parent->parent, view, pmConfigMaskGet("BLANK", config), config); 793 797 } 794 798
Note:
See TracChangeset
for help on using the changeset viewer.
