Changeset 21141 for branches/eam_branch_20081230/ppImage/src/ppImageLoop.c
- Timestamp:
- Jan 19, 2009, 4:55:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppImage/src/ppImageLoop.c
r21072 r21141 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.
