IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 9:36:12 AM (21 years ago)
Author:
gusciora
Message:

pmRejectPixels() contains a known bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmImageCombine.h

    r4060 r4217  
    11/** @file  pmImageCombine.h
    22 *
    3  *  This file will ...
     3 *  This file will perform image combination of several images of the
     4 *  same field, produce a list of questionable pixels, then tag some
     5 *  of those pixels as cosmic rays.
    46 *
     7 *  @author Paul Price, IfA (original prototype)
    58 *  @author GLG, MHPCC
    69 *
    7  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-31 22:32:42 $
     10 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-13 19:36:12 $
    912 *
    1013 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2225#include<math.h>
    2326#include "pslib.h"
    24 #include "psConstants.h"
    2527
    2628psImage *pmCombineImages(psImage *combine,              ///< Combined image (output)
Note: See TracChangeset for help on using the changeset viewer.