Changeset 13677 for trunk/ppMerge/src/ppMergeCombine.c
- Timestamp:
- Jun 6, 2007, 9:36:07 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeCombine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeCombine.c
r13667 r13677 265 265 // Statistics on the merged cell 266 266 if (data->statsFile) { 267 data->stats = ppStats(data->stats, data->out, view, options->combine->maskVal, 268 config); // Statistics for output FPA 269 } 267 if (!data->stats) { 268 data->stats = psMetadataAlloc(); 269 } 270 if (!ppStats(data->stats, 271 data->out, 272 view, 273 options->combine->maskVal, 274 config)) { 275 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to generate stats for image.\n"); 276 return false; 277 } 278 } 270 279 271 280 // We threw away the bias sections --- record this
Note:
See TracChangeset
for help on using the changeset viewer.
