Index: /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmPeaks.h
===================================================================
--- /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmPeaks.h	(revision 27650)
+++ /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmPeaks.h	(revision 27651)
@@ -63,5 +63,5 @@
     bool assigned;                      ///< is peak assigned to a source?
     pmPeakType type;                    ///< Description of peak.
-    pmFootprint *footprint;     ///< reference to containing footprint
+    pmFootprint *footprint;		///< reference to containing footprint
 }
 pmPeak;
Index: /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.c
===================================================================
--- /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.c	(revision 27650)
+++ /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.c	(revision 27651)
@@ -180,4 +180,5 @@
     source->type = in->type;
     source->mode = in->mode;
+    source->imageID = in->imageID;
 
     return(source);
Index: /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.h
===================================================================
--- /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.h	(revision 27650)
+++ /branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.h	(revision 27651)
@@ -43,4 +43,5 @@
     PM_SOURCE_TMPF_SIZE_MEASURED     = 0x0004,
     PM_SOURCE_TMPF_SIZE_CR_CANDIDATE = 0x0008,
+    PM_SOURCE_TMPF_MOMENTS_MEASURED  = 0x0010,
 } pmSourceTmpF;
 
