Index: trunk/psModules/src/detrend/pmPattern.h
===================================================================
--- trunk/psModules/src/detrend/pmPattern.h	(revision 24891)
+++ trunk/psModules/src/detrend/pmPattern.h	(revision 24899)
@@ -24,6 +24,7 @@
     int iter,                           ///< Number of clipping iterations
     float rej,                          ///< Rejection threshold for clipping
-    psStatsOptions clipMean,             ///< Statistic to use for mean
-    psStatsOptions clipStdev             ///< Statistic to use for standard deviation
+    psStatsOptions clipMean,            ///< Statistic to use for mean
+    psStatsOptions clipStdev,           ///< Statistic to use for standard deviation
+    psImageMaskType maskBad             ///< Mask value to give bad pixels
     );
 
