Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 23487)
+++ trunk/psModules/src/objects/pmSource.h	(revision 24579)
@@ -213,6 +213,8 @@
  */
 bool pmSourceMoments(
-    pmSource *source,   ///< The input pmSource for which moments will be computed
-    float radius   ///< Use a circle of pixels around the peak
+    pmSource *source, ///< The input pmSource for which moments will be computed
+    float radius,     ///< Use a circle of pixels around the peak
+    float sigma,      ///< size of Gaussian window function (<= 0.0 -> skip window)
+    float minSN	      ///< minimum pixel significance
 );
 
