Index: /branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c
===================================================================
--- /branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c	(revision 17132)
+++ /branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c	(revision 17133)
@@ -903,4 +903,6 @@
     PS_ASSERT_ARRAY_NON_NULL(inputs, false);
     PS_ASSERT_INT_EQUAL(data->num, inputs->n, false);
+    PS_ASSERT_INT_NONNEGATIVE(nIter, false);
+    PS_ASSERT_FLOAT_POSITIVE(rej, false);
 
     int minInputCols, maxInputCols, minInputRows, maxInputRows; // Smallest and largest values to combine
