- Timestamp:
- Jul 11, 2008, 8:35:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ppImage/src/ppImageMetadataStats.c
r18430 r18472 13 13 return true; 14 14 } 15 16 // XXX should this be just options->maskValue?? I think so...17 psMaskType maskVal = options->satMask | options->badMask | options->maskValue;18 15 19 16 // Extract statistics from the last output fpa … … 51 48 pmFPAview *view = pmFPAviewAlloc(0); 52 49 53 if (!ppStatsMetadata(stats, output->fpa, view, maskVal, config)) {50 if (!ppStatsMetadata(stats, output->fpa, view, options->maskValue, config)) { 54 51 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to generate stats for image."); 55 52 psFree(view);
Note:
See TracChangeset
for help on using the changeset viewer.
