IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2008, 5:24:32 PM (18 years ago)
Author:
Paul Price
Message:

Small changes to bad pixel masking --- adding readout analysis names to header.

File:
1 edited

Legend:

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

    r15910 r17085  
    55 * @author Eugene Magnier, IfA
    66 *
    7  * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-12-24 21:10:28 $
     7 * @version $Revision: 1.15.6.1 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-03-21 03:24:32 $
    99 * Copyright 2004 Institute for Astronomy, University of Hawaii
    1010 */
     
    1515/// @addtogroup detrend Detrend Creation and Application
    1616/// @{
     17
     18#define PM_MASK_ANALYSIS_MEAN "MASK.MEAN" // Readout analysis metadata keyword with mean value
     19#define PM_MASK_ANALYSIS_STDEV "MASK.STDEV" // Readout analysis metadata keyword with stdev value
     20
    1721
    1822typedef enum {
     
    6064psImage *pmMaskIdentifyBadPixels(const psImage *suspects, ///< Accumulated suspect pixels image
    6165                                 psMaskType maskVal, ///< Value to set for bad pixels
    62                                 int nTotal,
     66                                int nTotal,
    6367                                 float thresh, ///< Threshold for bad pixel (standard deviations)
    64                                 pmMaskIdentifyMode mode
     68                                pmMaskIdentifyMode mode
    6569                                );
    6670/// @}
Note: See TracChangeset for help on using the changeset viewer.