IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1078


Ignore:
Timestamp:
Jun 23, 2004, 3:40:38 PM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageStats.c

    r1077 r1078  
    451451    return(pixel);
    452452}
     453
     454
     455
     456
  • trunk/psLib/src/imageops/psImageStats.c

    r1077 r1078  
    451451    return(pixel);
    452452}
     453
     454
     455
     456
  • trunk/psLib/test/dataManip/Makefile

    r1041 r1078  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-15 02:45:43 $
     5##  $Revision: 1.16 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-24 01:40:38 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4444 tst_psImageStats01 \
    4545 tst_psImageStats02 \
     46 tst_psImageStats03 \
    4647 tst_psImageIO \
    4748 tst_psVectorFFT \
  • trunk/psLib/test/image/tst_psImageStats02.c

    r1073 r1078  
    1616#include <float.h>
    1717#include <math.h>
    18 #define IMAGE_SIZE 3
    19 #define CHEBY_X_DIM 3
    20 #define CHEBY_Y_DIM 3
     18#define IMAGE_SIZE 64
     19#define CHEBY_X_DIM 8
     20#define CHEBY_Y_DIM 8
    2121#define THRESHOLD 1.0
    2222int main()
Note: See TracChangeset for help on using the changeset viewer.