Index: trunk/ppMerge/src/ppMergeOptions.h
===================================================================
--- trunk/ppMerge/src/ppMergeOptions.h	(revision 7064)
+++ trunk/ppMerge/src/ppMergeOptions.h	(revision 7067)
@@ -24,16 +24,9 @@
     psStatsOptions background;          // Statistic to use to measure the background
     ppOnOff onOff;                      // On/off pairs?
-    psStatsOptions combine;             // Statistic to use in combination
-    float rej;                          // Rejection level in combination (for sigma clipping)
-    unsigned int iter;                  // Number of iterations for combination (for sigma clipping)
-    float fracHigh;                     // Fraction of high pixels to throw
-    float fracLow;                      // Fraction of low pixels to throw
-    int nKeep;                          // Minimum number of pixels to keep
-    psMaskType maskVal;                 // Mask value
+    pmCombineParams *combine;           // Combination parameters
 } ppMergeOptions;
 
 // Allocator
-ppMergeOptions *ppMergeOptionsAlloc(psStatsOptions stat // Statistic to use in the merge
-    );
+ppMergeOptions *ppMergeOptionsAlloc(void);
 
 
