Changeset 21183 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r20771 r21183 126 126 } 127 127 128 // measure various statistics for this image128 // measure various pixel-based statistics for this image 129 129 if (!ppImagePixelStats(config, stats, options, view)) { 130 ESCAPE("Unable to measures stats for image");130 ESCAPE("Unable to measures pixel stats for image"); 131 131 } 132 132 if (!ppImageMosaicChip(config, options, view, "PPIMAGE.CHIP", "PPIMAGE.OUTPUT")) { … … 209 209 } 210 210 211 // Write out summary statistics211 // Calculate summary statistics from FPA Metadata 212 212 if (!ppImageMetadataStats(config, stats, options)) { 213 ESCAPE("Unable to write statistics file.");213 ESCAPE("Unable to determine FPA-level metadata statistics."); 214 214 } 215 215 … … 218 218 ESCAPE("save failure for FPA"); 219 219 } 220 221 220 psFree(view); 222 221 … … 230 229 } 231 230 } 231 psFree (stats); 232 232 233 233 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
