IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2007, 12:20:45 PM (18 years ago)
Author:
eugene
Message:

added mode option for masking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeMask.c

    r15663 r15862  
    110110
    111111            pmReadout *roOut = pmReadoutAlloc(cellOut); // Output readout
    112             roOut->mask = pmMaskIdentifyBadPixels(suspect, options->maskBad, options->combine->maskVal);
     112            roOut->mask = pmMaskIdentifyBadPixels(suspect, options->combine->maskVal, filenames->n, options->maskBad, options->maskMode);
    113113            roOut->data_exists = cellOut->data_exists = chipOut->data_exists = true;
    114114
Note: See TracChangeset for help on using the changeset viewer.