IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2007, 7:27:21 PM (19 years ago)
Author:
eugene
Message:

working on new masking functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071212/ppMerge/src/ppMerge.c

    r15631 r15806  
    5555
    5656    if (options->mask) {
    57         // Generate a mask
    58         ppMergeMask(data, options, config);
     57        // Generate a mask
     58        // XXX this should result in a mask image based on the outliers relative to the ensemble in a given image
     59        ppMergeMaskByImageStats(data, options, config);
     60
     61        // Do the combination and write
     62        // XXX this should result in a mask image based on the outlier statistics relative to the per-pixel histogram
     63        ppMergeMaskByPixelStats(data, options, config);
     64
     65        ppMergeMaskUnion(data, options, config);
     66
     67        ppMergeMaskOutput(data, options, config);
    5968    } else {
    6069
Note: See TracChangeset for help on using the changeset viewer.