IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2006, 10:08:58 AM (20 years ago)
Author:
gusciora
Message:

I added tests for psImageSmooth, modified the psStats stuff and the Min
routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.c

    r5783 r6226  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-12-14 00:47:27 $
     7 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-01-27 20:08:58 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    491491                    double  Nsigma)
    492492{
     493    PS_ASSERT_IMAGE_NON_NULL(image, NULL);
    493494
    494495    int Nx, Ny, Npixel, Nrange;
Note: See TracChangeset for help on using the changeset viewer.