- Timestamp:
- Jul 11, 2008, 8:35:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ppImage/src/ppImagePixelStats.c
r18430 r18472 9 9 10 10 bool mdok; // Status of MD lookup 11 12 // XXX should this be just options->maskValue?? I think so...13 psMaskType maskVal = options->satMask | options->badMask | options->maskValue;14 11 15 12 // loop over the cells/readouts for this chip … … 49 46 } 50 47 51 if (!ppStatsPixels(stats, output->fpa, view, maskVal, config)) {48 if (!ppStatsPixels(stats, output->fpa, view, options->maskValue, config)) { 52 49 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to generate stats for image."); 53 50 psFree (view);
Note:
See TracChangeset
for help on using the changeset viewer.
