- Timestamp:
- Sep 5, 2012, 3:48:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/ppStack/src/ppStackConvolve.c
r34089 r34394 403 403 continue; 404 404 } 405 if ( options->matchChi2->data.F32[i] > thresh) {405 if ((options->matchChi2->data.F32[i] > thresh) || ! isfinite(options->matchChi2->data.F32[i])) { 406 406 numRej++; 407 407 options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i] |= PPSTACK_MASK_CHI2;
Note:
See TracChangeset
for help on using the changeset viewer.
