IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2021, 3:54:37 PM (5 years ago)
Author:
eugene
Message:

add utility command to report on pmFPAfiles; fix typo; add quick combine-by-percentile; remove some old and excessively-verbose test blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/psModules/src/imcombine/pmStack.h

    r36710 r41843  
    4747                                );
    4848
     49bool pmStackCombineByPercentile(
     50    pmReadout *combined,
     51    psArray *input,
     52    psF64 minRange,
     53    psF64 maxRange,
     54    psImageMaskType badMaskBits,        // treat these bits as 'bad'
     55    psImageMaskType suspectMaskBits,    // treat these bits as 'suspect'
     56    psImageMaskType blankMaskBits       // use this mask value for pixels missing input data (distinguish between Ninput = 0 and Ngood = 0?)
     57  );
     58
    4959/// Stack input images
    5060bool pmStackCombine(pmReadout *combined,///< Combined readout (output)
Note: See TracChangeset for help on using the changeset viewer.