Index: /trunk/psLib/psLib.kdevses
===================================================================
--- /trunk/psLib/psLib.kdevses	(revision 1307)
+++ /trunk/psLib/psLib.kdevses	(revision 1308)
@@ -2,13 +2,13 @@
 <!DOCTYPE KDevPrjSession>
 <KDevPrjSession>
- <DocsAndViews NumberOfDocuments="6" >
+ <DocsAndViews NumberOfDocuments="9" >
   <Doc0 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageExtraction.c" >
-   <View0 line="265" Type="???" >
-    <AdditionalSettings Top="2" Width="1243" Attach="1" Height="827" Left="2" MinMaxMode="0" />
+   <View0 line="362" Type="???" >
+    <AdditionalSettings Top="2" Width="1270" Attach="1" Height="779" Left="2" MinMaxMode="0" />
    </View0>
   </Doc0>
   <Doc1 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageExtraction.h" >
    <View0 line="75" Type="???" >
-    <AdditionalSettings Top="2" Width="1243" Attach="1" Height="827" Left="2" MinMaxMode="0" />
+    <AdditionalSettings Top="2" Width="1526" Attach="1" Height="954" Left="2" MinMaxMode="0" />
    </View0>
   </Doc1>
@@ -24,13 +24,28 @@
   </Doc3>
   <Doc4 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageManip.c" >
-   <View0 line="373" Type="???" >
-    <AdditionalSettings Top="2" Width="1243" Attach="1" Height="827" Left="2" MinMaxMode="0" />
+   <View0 line="463" Type="???" >
+    <AdditionalSettings Top="2" Width="1196" Attach="1" Height="939" Left="2" MinMaxMode="0" />
    </View0>
   </Doc4>
   <Doc5 NumberOfViews="1" URL="file:/home/desonia/psLib/src/collections/psType.h" >
-   <View0 line="119" Type="???" >
-    <AdditionalSettings Top="2" Width="1243" Attach="1" Height="827" Left="2" MinMaxMode="0" />
+   <View0 line="120" Type="???" >
+    <AdditionalSettings Top="2" Width="1270" Attach="1" Height="779" Left="2" MinMaxMode="0" />
    </View0>
   </Doc5>
+  <Doc6 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageIO.h" >
+   <View0 line="0" Type="???" >
+    <AdditionalSettings Top="2" Width="1270" Attach="1" Height="779" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc6>
+  <Doc7 NumberOfViews="1" URL="file:/home/desonia/psLib/src/image/psImageManip.h" >
+   <View0 line="0" Type="???" >
+    <AdditionalSettings Top="2" Width="1196" Attach="1" Height="939" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc7>
+  <Doc8 NumberOfViews="1" URL="file:/home/desonia/psLib/test/dataManip/tst_psImageStats03.c" >
+   <View0 line="35" Type="???" >
+    <AdditionalSettings Top="2" Width="1526" Attach="1" Height="942" Left="2" MinMaxMode="0" />
+   </View0>
+  </Doc8>
  </DocsAndViews>
  <pluginList>
Index: /trunk/psLib/test/Makefile
===================================================================
--- /trunk/psLib/test/Makefile	(revision 1307)
+++ /trunk/psLib/test/Makefile	(revision 1308)
@@ -3,6 +3,6 @@
 ##  Makefile:   test
 ##
-##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-15 02:45:43 $
+##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-07-28 02:50:32 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -59,4 +59,5 @@
 	install FullUnitTest runTest $(testbindir)
 	$(MAKE) --directory=collections install
+	$(MAKE) --directory=image install
 	$(MAKE) --directory=dataManip install
 	$(MAKE) --directory=sysUtils install
@@ -66,4 +67,5 @@
 distclean:	clean
 	$(MAKE) --directory=collections distclean
+	$(MAKE) --directory=image distclean
 	$(MAKE) --directory=dataManip distclean
 	$(MAKE) --directory=sysUtils distclean
@@ -77,4 +79,5 @@
 clean:
 	$(MAKE) --directory=collections clean
+	$(MAKE) --directory=image clean
 	$(MAKE) --directory=dataManip clean
 	$(MAKE) --directory=sysUtils clean
Index: /trunk/psLib/test/collections/Makefile
===================================================================
--- /trunk/psLib/test/collections/Makefile	(revision 1307)
+++ /trunk/psLib/test/collections/Makefile	(revision 1308)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/collections
 ##
-##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-07-15 23:52:34 $
+##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-07-28 02:50:37 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -33,5 +33,4 @@
          tst_psVectorSort_03   \
          tst_psVectorSort_04   \
-         tst_psImage     \
          tst_psList
 
Index: /trunk/psLib/test/dataManip/Makefile
===================================================================
--- /trunk/psLib/test/dataManip/Makefile	(revision 1307)
+++ /trunk/psLib/test/dataManip/Makefile	(revision 1308)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/sysUtils
 ##
-##  $Revision: 1.34 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-07-22 23:56:37 $
+##  $Revision: 1.35 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-07-28 02:50:38 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,10 +25,4 @@
 tst_psHist01 \
 tst_psHist02 \
-tst_psImageFFT \
-tst_psImageManip \
-tst_psImageStats00 \
-tst_psImageStats01 \
-tst_psImageStats02 \
-tst_psImageStats03 \
 tst_psMatrix01 \
 tst_psMatrix02 \
