Index: branches/eam_branches/ipp-20230313/psModules/src/objects/pmSource.c
===================================================================
--- branches/eam_branches/ipp-20230313/psModules/src/objects/pmSource.c	(revision 42436)
+++ branches/eam_branches/ipp-20230313/psModules/src/objects/pmSource.c	(revision 42439)
@@ -456,4 +456,7 @@
             }
 
+	    // skip sources associated with possible detector features 
+	    if (source->mode2 & PM_SOURCE_MODE2_ON_LINE) continue;
+
             float Mxx = source->moments->Mxx, Myy = source->moments->Myy; // Second moments
             float ar = Mxx / Myy;       // Radius
@@ -752,4 +755,7 @@
                 continue;
             }
+
+	    // skip sources associated with possible detector features 
+	    if (source->mode2 & PM_SOURCE_MODE2_ON_LINE) continue;
 
             // the rest are probable stellar objects
