IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2005, 5:18:39 PM (21 years ago)
Author:
Paul Price
Message:

Importing PAP code from phase 2. NOTE: Reverted files in detrend/ and imsubtract/ to a previous version. DO NOT merge these files back!

File:
1 edited

Legend:

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

    r5516 r5795  
     1//////////////////////////////////////////////////////////////////////////////////////////////////////////////
     2// XXX WARNING: I have completely replaced this file with an OLD VERSION (that works) instead of the
     3// one that was being worked on.
     4//////////////////////////////////////////////////////////////////////////////////////////////////////////////
     5
    16/** @file  pmMaskBadPixels.h
    27 *
     
    1924 *  @author Ross Harman, MHPCC
    2025 *
    21  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2005-11-15 20:09:03 $
     26 *  @version $Revision: 1.2.8.1 $ $Name: not supported by cvs2svn $
     27 *  @date $Date: 2005-12-17 03:18:39 $
    2328 *
    2429 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3641} pmMaskValue;
    3742
    38 // XXX: Use PS_MIN, PS_MAX
    3943/** Macro to find maximum of two numbers */
    4044#define MAX(A,B)((A)>=(B)?(A):(B))
     
    5458bool pmMaskBadPixels(
    5559    pmReadout *in,          ///< Readout containing input image data.
    56     const pmReadout *mask,   ///< Mask data to be added to readout mask data.
     60    const psImage *mask,    ///< Mask data to be added to readout mask data.
    5761    unsigned int maskVal,   ///< Mask value to determine what to add to input mask.
    5862    float sat,              ///< Saturation limit to mask bad pixels.
Note: See TracChangeset for help on using the changeset viewer.