Changeset 16689 for trunk/psModules/src/imcombine/pmStack.c
- Timestamp:
- Feb 27, 2008, 2:15:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStack.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStack.c
r16685 r16689 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2008-02-2 7 21:16:57$10 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-02-28 00:15:03 $ 12 12 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii 13 13 * … … 541 541 PS_ASSERT_INT_POSITIVE(bad, false); 542 542 PS_ASSERT_INT_NONNEGATIVE(numIter, false); 543 PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, false); 543 if (isnan(rej)) { 544 PS_ASSERT_INT_EQUAL(numIter, 0); 545 } else { 546 PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, false); 547 } 544 548 if (havePixels) { 545 549 // This is a subsequent combination, so expect that the image and mask already exist
Note:
See TracChangeset
for help on using the changeset viewer.
