Index: trunk/psModules/src/objects/pmSource.c
===================================================================
--- trunk/psModules/src/objects/pmSource.c	(revision 9621)
+++ trunk/psModules/src/objects/pmSource.c	(revision 9651)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-15 09:49:01 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-19 21:10:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -86,4 +86,5 @@
     tmp->apMag  = 32.0;
     tmp->pixWeight = 0.0;
+    tmp->sky = tmp->skyErr = NAN;
 
     psTrace("psModules.objects", 3, "---- %s() end ----\n", __func__);
Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 9621)
+++ trunk/psModules/src/objects/pmSource.h	(revision 9651)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-20 13:10:39 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-19 21:10:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -90,4 +90,5 @@
     float pixWeight;   // model-weighted coverage of valid pixels
     psRegion region;   // area on image covered by selected pixels
+    float sky, skyErr;   //?< The sky and its error at the center of the object
 }
 pmSource;
