IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2008, 8:35:04 AM (18 years ago)
Author:
eugene
Message:

total overhaul of mask handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ppImage/src/ppImagePixelStats.c

    r18430 r18472  
    99
    1010    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;
    1411
    1512    // loop over the cells/readouts for this chip
     
    4946        }
    5047
    51         if (!ppStatsPixels(stats, output->fpa, view, maskVal, config)) {
     48        if (!ppStatsPixels(stats, output->fpa, view, options->maskValue, config)) {
    5249            psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to generate stats for image.");
    5350            psFree (view);
Note: See TracChangeset for help on using the changeset viewer.