IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2022, 3:03:24 PM (4 years ago)
Author:
eugene
Message:

add option to mask dead readouts (overscan < minValue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/psModules/src/detrend/pmOverscan.h

    r14505 r42147  
    4343    int boxcar;                         ///< Boxcar smoothing radius
    4444    float gauss;                        ///< Gaussian smoothing sigma
     45    float minValid;                     ///< if overscan is too low, readout is dead : mask
     46    psImageMaskType maskVal;            ///< Mask value to give dead readouts
     47
    4548    // Outputs
    4649    psPolynomial1D *poly;               ///< Result of polynomial fit
Note: See TracChangeset for help on using the changeset viewer.