IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2021, 6:45:21 AM (5 years ago)
Author:
eugene
Message:

adding simple percentile stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ppStack.20211015/src/ppStackOptions.h

    r36855 r41841  
    1616    int num;                            // Number of inputs
    1717    int quality;                        // Bad data quality flag
     18
     19    bool clipPercent;                   // use percentile range to clip?
     20    psF32 clipMinRange;                 // min percentile
     21    psF32 clipMaxRange;                 // max percentile
     22
    1823    // Prepare
    1924    pmPSF *psf;                         // Target PSF
Note: See TracChangeset for help on using the changeset viewer.