IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2005, 10:54:17 AM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmMaskBadPixels.c

    r4770 r4999  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2005-08-16 01:10:34 $
     21 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2005-09-12 20:51:10 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3636#include "pmMaskBadPixelsErrors.h"
    3737
    38 bool pmMaskBadPixels(pmReadout *in, const psImage *mask, unsigned int maskVal, float sat,
    39                      unsigned int growVal, int grow)
     38bool pmMaskBadPixels(
     39    pmReadout *in,
     40    const psImage *mask,
     41    unsigned int maskVal,
     42    float sat,
     43    unsigned int growVal,
     44    int grow)
    4045{
    4146    int i = 0;
Note: See TracChangeset for help on using the changeset viewer.