Changeset 9352
- Timestamp:
- Oct 5, 2006, 9:06:04 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.c
r9340 r9352 376 376 PS_ASSERT_ARRAY_NON_NULL(images, NULL); 377 377 if (masks) { 378 PS_ASSERT_ARRAYS_SIZE_EQUAL(images, masks, NULL); 378 // XXX ASSERT not defined 379 // PS_ASSERT_ARRAYS_SIZE_EQUAL(images, masks, NULL); 379 380 } 380 381 if (weights) { 381 PS_ASSERT_ARRAYS_SIZE_EQUAL(images, weights, NULL); 382 // XXX ASSERT not defined 383 // PS_ASSERT_ARRAYS_SIZE_EQUAL(images, weights, NULL); 382 384 } 383 385 long num = images->n; // Number of images 384 386 PS_ASSERT_VECTOR_SIZE(exptimes, num, NULL); 385 PS_ASSERT_INT_POSITIVE(nIter, 0,NULL);387 PS_ASSERT_INT_POSITIVE(nIter, NULL); 386 388 PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, NULL); 387 389
Note:
See TracChangeset
for help on using the changeset viewer.
