IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15806


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

working on new masking functions

Location:
branches/eam_branch_20071212/ppMerge/src
Files:
2 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
  • branches/eam_branch_20071212/ppMerge/src/ppMergeCombine.c

    r15654 r15806  
    352352        }
    353353
     354        // XXX Why don't we perfrom pmComceptsAverageChips here?
     355
    354356        // Write the pixels
    355357        if (chip->hdu && !chip->hdu->blankPHU) {
Note: See TracChangeset for help on using the changeset viewer.