Changeset 20255
- Timestamp:
- Oct 17, 2008, 3:07:45 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceSize.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceSize.c
r20146 r20255 144 144 } 145 145 source->crNsigma = (nCR > 0) ? fCR / nCR : 0.0; 146 assert (isfinite(source->crNsigma));146 if (!isfinite(source->crNsigma)) continue; 147 147 148 148 // this source is thought to be a cosmic ray. flag the detection and mask the pixels
Note:
See TracChangeset
for help on using the changeset viewer.
