Index: trunk/psModules/test/imcombine/tst_pmImageCombine.c
===================================================================
--- trunk/psModules/test/imcombine/tst_pmImageCombine.c	(revision 5169)
+++ trunk/psModules/test/imcombine/tst_pmImageCombine.c	(revision 5258)
@@ -10,6 +10,6 @@
  *  XXX: Must test masks with pmRejectPixels()
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-28 20:42:52 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-10-10 21:58:34 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -276,5 +276,6 @@
             psPixels *myPixels = (psPixels *) questionablePixels->data[i];
             for (psS32 p = 0 ; p < myPixels->n ; p++) {
-                printf("Image %d, questionable pixel %d is (%d %d)\n", i, p, myPixels->data[p].y, myPixels->data[p].x);
+                printf("Image %d, questionable pixel %d is (%f %f)\n",
+                       i, p, myPixels->data[p].y, myPixels->data[p].x);
             }
         }
@@ -318,5 +319,5 @@
 
             for (psS32 p = 0 ; p < myPixels->n ; p++) {
-                printf("Image %d, rejected pixel %d is (%d %d)\n", i, p,
+                printf("Image %d, rejected pixel %d is (%f %f)\n", i, p,
                        myPixels->data[p].y, myPixels->data[p].x);
             }
Index: trunk/psModules/test/imcombine/verified/tst_pmImageCombine.stdout
===================================================================
--- trunk/psModules/test/imcombine/verified/tst_pmImageCombine.stdout	(revision 5169)
+++ trunk/psModules/test/imcombine/verified/tst_pmImageCombine.stdout	(revision 5258)
@@ -19,14 +19,14 @@
 Calling with a NULL stats.  Should generate error, return NULL.
 Calling with acceptable data.  Should generate a psImage.
-Image 1, questionable pixel 0 is (0 8)
-Image 1, questionable pixel 1 is (1 2)
-Image 1, questionable pixel 2 is (3 9)
-Image 1, questionable pixel 3 is (4 5)
-Image 1, questionable pixel 4 is (3 8)
-Image 2, questionable pixel 0 is (9 9)
-Image 2, questionable pixel 1 is (0 5)
-Image 2, questionable pixel 2 is (6 2)
-Image 2, questionable pixel 3 is (3 7)
-Image 3, questionable pixel 0 is (7 5)
+Image 1, questionable pixel 0 is (0.000000 8.000000)
+Image 1, questionable pixel 1 is (1.000000 2.000000)
+Image 1, questionable pixel 2 is (3.000000 9.000000)
+Image 1, questionable pixel 3 is (4.000000 5.000000)
+Image 1, questionable pixel 4 is (3.000000 8.000000)
+Image 2, questionable pixel 0 is (9.000000 9.000000)
+Image 2, questionable pixel 1 is (0.000000 5.000000)
+Image 2, questionable pixel 2 is (6.000000 2.000000)
+Image 2, questionable pixel 3 is (3.000000 7.000000)
+Image 3, questionable pixel 0 is (7.000000 5.000000)
 
 
@@ -35,13 +35,13 @@
 tst_pmImageCombine.c: Image 0 had 0 rejects.
 tst_pmImageCombine.c: Image 1 had 4 rejects.
-Image 1, rejected pixel 0 is (0 8)
-Image 1, rejected pixel 1 is (1 2)
-Image 1, rejected pixel 2 is (4 5)
-Image 1, rejected pixel 3 is (3 8)
+Image 1, rejected pixel 0 is (0.000000 8.000000)
+Image 1, rejected pixel 1 is (1.000000 2.000000)
+Image 1, rejected pixel 2 is (4.000000 5.000000)
+Image 1, rejected pixel 3 is (3.000000 8.000000)
 tst_pmImageCombine.c: Image 2 had 3 rejects.
-Image 2, rejected pixel 0 is (0 5)
-Image 2, rejected pixel 1 is (6 2)
-Image 2, rejected pixel 2 is (3 7)
+Image 2, rejected pixel 0 is (0.000000 5.000000)
+Image 2, rejected pixel 1 is (6.000000 2.000000)
+Image 2, rejected pixel 2 is (3.000000 7.000000)
 tst_pmImageCombine.c: Image 3 had 1 rejects.
-Image 3, rejected pixel 0 is (7 5)
+Image 3, rejected pixel 0 is (7.000000 5.000000)
 tst_pmImageCombine.c: Image 4 had 0 rejects.
