Changeset 13667
- Timestamp:
- Jun 5, 2007, 4:16:51 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ppImage/src/ppImageLoop.c (modified) (1 diff)
-
ppMerge/src/ppMergeCombine.c (modified) (1 diff)
-
ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r13229 r13667 123 123 return false; 124 124 } 125 ppStats(stats, output->fpa, view, config); 125 ppStats(stats, output->fpa, view, 126 options->satMask | options->badMask | options->maskValue, 127 config); 126 128 } 127 129 -
trunk/ppMerge/src/ppMergeCombine.c
r13624 r13667 265 265 // Statistics on the merged cell 266 266 if (data->statsFile) { 267 data->stats = ppStats(data->stats, data->out, view, config); // Statistics for output FPA 267 data->stats = ppStats(data->stats, data->out, view, options->combine->maskVal, 268 config); // Statistics for output FPA 268 269 } 269 270 -
trunk/ppStack/src/ppStackLoop.c
r13489 r13667 13 13 bool ppStackLoop(pmConfig *config) 14 14 { 15 psMaskType maskBlank = psMetadataLookupU8(NULL, config->arguments, "MASK.BLANK"); // Mask for blank reg. 16 15 17 bool mdok; // Status of MD lookup 16 18 const char *statsName = psMetadataLookupStr(&mdok, config->arguments, "STATS"); // Filename for statistics … … 85 87 // Perform statistics on the cell 86 88 if (stats) { 87 ppStats(stats, input->fpa, view, config);89 ppStats(stats, input->fpa, view, maskBlank, config); 88 90 } 89 91
Note:
See TracChangeset
for help on using the changeset viewer.
