Index: trunk/psModules/src/objects/pmSourceMatch.h
===================================================================
--- trunk/psModules/src/objects/pmSourceMatch.h	(revision 20949)
+++ trunk/psModules/src/objects/pmSourceMatch.h	(revision 20953)
@@ -12,4 +12,5 @@
     psVector *mag;                      // Magnitudes
     psVector *magErr;                   // Magnitude errors
+    psVector *mask;                     // Mask for measurements
 } pmSourceMatch;
 
@@ -56,6 +57,10 @@
                                int maxIter, // Maximum number of iterations
                                float tol, // Relative tolerance for convergence
-                               float cloudClip, // Clipping for clouds
-                               float starClip // Clipping for stars
+                               float rejLimit, // Limit on rejection between iterations
+                               int transIter, // Clipping iterations for transparency
+                               float transClip, // Clipping level for transparency
+                               float photoLevel, // Level at which we declare image is photometric
+                               float starClip, // Clipping for stars
+                               float sysErr // Systematic error in measurements
     );
 
