IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 11:47:06 PM (21 years ago)
Author:
Paul Price
Message:

Readouts now contain a subimage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/detrend/pmMaskBadPixels.h

    r6062 r6080  
    2424 *  @author Ross Harman, MHPCC
    2525 *
    26  *  @version $Revision: 1.2.8.1.2.1 $ $Name: not supported by cvs2svn $
    27  *  @date $Date: 2006-01-20 02:38:28 $
     26 *  @version $Revision: 1.2.8.1.2.2 $ $Name: not supported by cvs2svn $
     27 *  @date $Date: 2006-01-20 09:47:06 $
    2828 *
    2929 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838    PM_MASK_BADCOL  = 0x0002,   ///< The pixel is a bad column.
    3939    PM_MASK_SAT     = 0x0004,   ///< The pixel is saturated.
    40     PM_MASK_FLAT    = 0x0008    ///< The pixel is non-positive in the flat-field.
     40    PM_MASK_BAD     = 0x0008,   ///< The pixel is low
     41    PM_MASK_FLAT    = 0x0010    ///< The pixel is non-positive in the flat-field.
    4142} pmMaskValue;
    4243
Note: See TracChangeset for help on using the changeset viewer.