Index: trunk/psLib/src/astronomy/psAstrometry.c
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.c	(revision 2983)
+++ trunk/psLib/src/astronomy/psAstrometry.c	(revision 2990)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-13 22:45:28 $
+ *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-14 01:13:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -362,4 +362,5 @@
         chips[i] = NULL;
     }
+    newFPA->chips->n = 0; // per requirement
 
     newFPA->metadata = NULL;
@@ -467,6 +468,6 @@
     psReadout* readout = psAlloc(sizeof(psReadout));
 
-    *(psU32*)&readout->colBins = 0;
-    *(psU32*)&readout->rowBins = 0;
+    *(psU32*)&readout->colBins = 1;
+    *(psU32*)&readout->rowBins = 1;
     *(psU32*)&readout->rowParity = 0;
     *(psU32*)&readout->colParity = 0;
