IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17133


Ignore:
Timestamp:
Mar 25, 2008, 9:36:04 AM (18 years ago)
Author:
Paul Price
Message:

Adding check on iteration parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c

    r17132 r17133  
    903903    PS_ASSERT_ARRAY_NON_NULL(inputs, false);
    904904    PS_ASSERT_INT_EQUAL(data->num, inputs->n, false);
     905    PS_ASSERT_INT_NONNEGATIVE(nIter, false);
     906    PS_ASSERT_FLOAT_POSITIVE(rej, false);
    905907
    906908    int minInputCols, maxInputCols, minInputRows, maxInputRows; // Smallest and largest values to combine
Note: See TracChangeset for help on using the changeset viewer.