IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2008, 12:25:22 PM (18 years ago)
Author:
Paul Price
Message:

Adding pmReadoutInterpolateBadPixels to (attempt to) interpolate over bad pixels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMaskWeight.h

    r18554 r19163  
    55 * @author Eugene Magnier, IfA
    66 *
    7  * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-07-15 20:25:00 $
     7 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-08-22 22:25:22 $
    99 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    123123    );
    124124
     125/// Interpolate over bad pixels
     126///
     127/// Scan the mask image for bad pixels, and interpolate over them using the nominated options
     128bool pmReadoutInterpolateBadPixels(pmReadout *readout, ///< Readout to work on
     129                                   psMaskType maskVal, ///< Value to mask
     130                                   psImageInterpolateMode mode, ///< Interpolation mode
     131                                   float poorFrac, ///< Maximum bad fraction of kernel for "poor" status
     132                                   psMaskType maskPoor, ///< Mask value to give poor pixels
     133                                   psMaskType maskBad ///< Mask value to give bad pixels
     134    );
    125135
    126136/// @}
Note: See TracChangeset for help on using the changeset viewer.