IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2005, 10:09:03 AM (20 years ago)
Author:
gusciora
Message:

SubtractBias was recoded. Significant mods to removeBadPixels.
Additional mods to other files.

File:
1 edited

Legend:

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

    r5170 r5516  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2005-09-28 20:43:52 $
     21 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2005-11-15 20:09:03 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3636} pmMaskValue;
    3737
     38// XXX: Use PS_MIN, PS_MAX
    3839/** Macro to find maximum of two numbers */
    3940#define MAX(A,B)((A)>=(B)?(A):(B))
     
    5354bool pmMaskBadPixels(
    5455    pmReadout *in,          ///< Readout containing input image data.
    55     const psImage *mask,    ///< Mask data to be added to readout mask data.
     56    const pmReadout *mask,   ///< Mask data to be added to readout mask data.
    5657    unsigned int maskVal,   ///< Mask value to determine what to add to input mask.
    5758    float sat,              ///< Saturation limit to mask bad pixels.
Note: See TracChangeset for help on using the changeset viewer.