Changeset 18556 for trunk/ppImage/src/ppImagePixelStats.c
- Timestamp:
- Jul 15, 2008, 10:26:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImagePixelStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImagePixelStats.c
r14000 r18556 9 9 10 10 bool mdok; // Status of MD lookup 11 12 psMaskType maskVal = options->satMask | options->badMask | options->maskValue;13 11 14 12 // loop over the cells/readouts for this chip … … 48 46 } 49 47 50 if (!ppStatsPixels(stats, output->fpa, view, maskVal, config)) {48 if (!ppStatsPixels(stats, output->fpa, view, options->maskValue, config)) { 51 49 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to generate stats for image."); 52 50 psFree (view);
Note:
See TracChangeset
for help on using the changeset viewer.
