IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2009, 3:08:33 PM (17 years ago)
Author:
Paul Price
Message:

Ensure we can reject pixels when combining images without convolution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStack.h

    r21476 r23577  
    5252                    bool entire,        ///< Combine entire image even if rejection lists provided?
    5353                    bool useVariance,   ///< Use variance values for rejection?
    54                     bool safe           ///< Play safe with small numbers of input pixels (mask if N <= 2)?
     54                    bool safe,          ///< Play safe with small numbers of input pixels (mask if N <= 2)?
     55                    bool rejectInspect  ///< Reject pixels instead of marking them for inspection?
    5556    );
    5657
Note: See TracChangeset for help on using the changeset viewer.