IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2008, 5:25:10 PM (18 years ago)
Author:
Paul Price
Message:

Adding new function: pmReadoutMaskNonfinite

File:
1 edited

Legend:

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

    r17249 r17692  
    55 * @author Eugene Magnier, IfA
    66 *
    7  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-03-31 22:39:06 $
     7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-05-15 03:25:10 $
    99 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    106106    );
    107107
    108 
     108/// Explicitly mask non-finite pixels
     109///
     110/// Since unmasked non-finite pixels can occur (e.g., by out-of-range in quantisation), it is sometimes
     111/// necessary to mask them explicitly.  Non-finite pixels in the image or weight have their mask OR-ed with
     112/// the provided value.
     113bool pmReadoutMaskNonfinite(pmReadout *readout, ///< Readout to mask
     114                            psMaskType maskVal ///< Mask value to give non-finite pixels
     115    );
    109116
    110117/// @}
Note: See TracChangeset for help on using the changeset viewer.