IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 5:57:32 PM (20 years ago)
Author:
Paul Price
Message:

Updates for ppMerge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmMaskBadPixels.h

    r6910 r7060  
    2424 *  @author Ross Harman, MHPCC
    2525 *
    26  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    27  *  @date $Date: 2006-04-19 20:37:35 $
     26 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     27 *  @date $Date: 2006-05-04 03:57:32 $
    2828 *
    2929 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3939/** Mask values */
    4040typedef enum {
    41     PM_MASK_CLEAR   = 0x00,   ///< The pixel is a charge trap.
     41    PM_MASK_CLEAR   = 0x00,   ///< The pixel is not masked
    4242    PM_MASK_TRAP    = 0x01,   ///< The pixel is a charge trap.
    4343    PM_MASK_BADCOL  = 0x02,   ///< The pixel is a bad column.
Note: See TracChangeset for help on using the changeset viewer.