Index: branches/eam_branches/stackphot.20100406/psModules/src/objects/pmPhotObj.h
===================================================================
--- branches/eam_branches/stackphot.20100406/psModules/src/objects/pmPhotObj.h	(revision 27623)
+++ branches/eam_branches/stackphot.20100406/psModules/src/objects/pmPhotObj.h	(revision 27626)
@@ -36,4 +36,5 @@
   int seq;                            ///< ID for output (generated on write OR set on read)
   psArray *sources;
+  int flags;
 } pmPhotObj;
 
Index: branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.h
===================================================================
--- branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.h	(revision 27623)
+++ branches/eam_branches/stackphot.20100406/psModules/src/objects/pmSource.h	(revision 27626)
@@ -90,4 +90,5 @@
     pmSourceExtendedPars *extpars;      ///< extended source parameters
     pmSourceDiffStats *diffStats;       ///< extra parameters for difference detections
+    int imageID;
 };
 
