Index: /trunk/psLib/test/image/tst_psImageExtraction.c
===================================================================
--- /trunk/psLib/test/image/tst_psImageExtraction.c	(revision 2021)
+++ /trunk/psLib/test/image/tst_psImageExtraction.c	(revision 2022)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-05 22:21:53 $
+*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-08 19:44:32 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -74,5 +74,10 @@
             imageRow[ col ] = ( psF32 ) col + rowOffset;
             imgU8Row[ col ] = (psU8) col;
-            maskRow[ col ] = 0;
+            if ( row == r/10 ) {
+                maskRow[ col ] = 1;
+            } else {
+                maskRow[ col ] = 0;
+            }
+            //            maskRow[ col ] = 0;
             maskS8Row[ col ] = 0;
             maskSzRow[ col ] = 0;
