IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2007, 5:51:03 PM (19 years ago)
Author:
Paul Price
Message:

Adding pmConfigMask to use symbolic names for mask values. Need to adapt APIs that use mask values to accept the values for those masks (which can be obtained from pmConfigMask).

File:
1 edited

Legend:

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

    r12696 r13591  
    11/* @file  pmReadoutCombine.h
    22 * @brief Combine multiple readouts
    3  * 
     3 *
    44 * @author George Gusciora, MHPCC
    55 * @author Paul Price, IfA
    6  * 
    7  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-03-30 21:12:56 $
     6 *
     7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-06-02 03:51:03 $
    99 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    2424    psStatsOptions combine;             ///< Statistic to use when performing the combination
    2525    psMaskType maskVal;                 ///< Mask value
     26    psMaskType blank;                   ///< Mask value to give blank (i.e., no data) pixels
    2627    int nKeep;                          ///< Mimimum number of pixels to keep
    2728    float fracHigh;                     ///< Fraction of high pixels to immediately throw
Note: See TracChangeset for help on using the changeset viewer.