Index: /trunk/psModules/test/tst_pmMaskBadPixels.c
===================================================================
--- /trunk/psModules/test/tst_pmMaskBadPixels.c	(revision 4997)
+++ /trunk/psModules/test/tst_pmMaskBadPixels.c	(revision 4998)
@@ -17,6 +17,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-16 01:10:36 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-12 20:47:12 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -99,4 +99,6 @@
     //    pmReadout *inReadout = pmReadoutAlloc(0, 0, inImage1);
     pmReadout *inReadout = pmReadoutAlloc(NULL);
+    inReadout->row0 = 0;
+    inReadout->col0 = 0;
     inReadout->image = inImage1;
     mask1->data.PS_TYPE_MASK_DATA[24][24]=1;
@@ -117,4 +119,6 @@
     //    pmReadout *inReadout2 = pmReadoutAlloc(0, 0, inImage2);
     pmReadout *inReadout2 = pmReadoutAlloc(NULL);
+    inReadout2->row0 = 0;
+    inReadout2->col0 = 0;
     inReadout2->image = inImage2;
     PRINT_MATRIX(mask2, U8, "Data mask:");
@@ -134,4 +138,6 @@
     //    pmReadout *inReadout3 = pmReadoutAlloc(0, 0, inImage3);
     pmReadout *inReadout3 = pmReadoutAlloc(NULL);
+    inReadout3->row0 = 0;
+    inReadout3->col0 = 0;
     inReadout3->image = inImage3;
     mask3->data.PS_TYPE_MASK_DATA[24][24]=1;
@@ -155,4 +161,6 @@
     //    pmReadout *inReadout4 = pmReadoutAlloc(0, 0, inImage4);
     pmReadout *inReadout4 = pmReadoutAlloc(NULL);
+    inReadout4->row0 = 0;
+    inReadout4->col0 = 0;
     inReadout4->image = inImage4;
     inReadout4->mask = mask4i;
@@ -173,4 +181,6 @@
     //    pmReadout *inReadout5 = pmReadoutAlloc(0, 0, inImage5);
     pmReadout *inReadout5 = pmReadoutAlloc(NULL);
+    inReadout5->row0 = 0;
+    inReadout5->col0 = 0;
     inReadout5->image = inImage5;
     pmMaskBadPixels(inReadout5, NULL, 0, 100.0, 1, 10);
@@ -186,4 +196,6 @@
     //    pmReadout *inReadout6 = pmReadoutAlloc(0, 0, NULL);
     pmReadout *inReadout6 = pmReadoutAlloc(NULL);
+    inReadout6->row0 = 0;
+    inReadout6->col0 = 0;
     inReadout6->mask = mask6;
     pmMaskBadPixels(inReadout6, mask6, 0, 100.0, 1, 10);
@@ -201,4 +213,6 @@
     //    pmReadout *inReadout7 = pmReadoutAlloc(0, 0, inImage7);
     pmReadout *inReadout7 = pmReadoutAlloc(NULL);
+    inReadout7->row0 = 0;
+    inReadout7->col0 = 0;
     inReadout7->image = inImage7;
     inReadout7->mask = mask7i;
@@ -218,4 +232,6 @@
     //    pmReadout *inReadout8 = pmReadoutAlloc(0, 0, inImage8);
     pmReadout *inReadout8 = pmReadoutAlloc(NULL);
+    inReadout8->row0 = 0;
+    inReadout8->col0 = 0;
     inReadout8->image = inImage8;
     inReadout8->mask = mask8i;
@@ -237,4 +253,6 @@
     inReadout9->image = inImage9;
     inReadout9->mask = mask9i;
+    inReadout9->row0 = 0;
+    inReadout9->col0 = 0;
     *(int*)&inReadout9->col0 = 150;
     *(int*)&inReadout9->row0 = 150;
@@ -254,4 +272,6 @@
     //    pmReadout *inReadout10 = pmReadoutAlloc(0, 0, inImage10);
     pmReadout *inReadout10 = pmReadoutAlloc(NULL);
+    inReadout10->row0 = 0;
+    inReadout10->col0 = 0;
     inReadout10->image = inImage10;
     inReadout10->mask = mask10i;
@@ -271,4 +291,6 @@
     //    pmReadout *inReadout11 = pmReadoutAlloc(0, 0, inImage11);
     pmReadout *inReadout11 = pmReadoutAlloc(NULL);
+    inReadout11->row0 = 0;
+    inReadout11->col0 = 0;
     inReadout11->image = inImage11;
     inReadout11->mask = mask11i;
