Changeset 18556 for trunk/ppImage/src/ppImageMetadataStats.c
- Timestamp:
- Jul 15, 2008, 10:26:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMetadataStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMetadataStats.c
r16249 r18556 13 13 return true; 14 14 } 15 16 psMaskType maskVal = options->satMask | options->badMask | options->maskValue;17 15 18 16 // Extract statistics from the last output fpa … … 50 48 pmFPAview *view = pmFPAviewAlloc(0); 51 49 52 if (!ppStatsMetadata(stats, output->fpa, view, maskVal, config)) {50 if (!ppStatsMetadata(stats, output->fpa, view, options->maskValue, config)) { 53 51 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to generate stats for image."); 54 52 psFree(view);
Note:
See TracChangeset
for help on using the changeset viewer.
