- Timestamp:
- Nov 27, 2012, 11:34:40 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotDeblendSatstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotDeblendSatstars.c
r34540 r34708 498 498 psStatsInit (fluxStats); 499 499 500 while ( logR->data.F32[bin] < lRmax) {500 while (bin < logR->n && logR->data.F32[bin] < lRmax) { 501 501 if (isfinite(flux->data.F32[bin])) { 502 502 psVectorAppend (fluxVals, flux->data.F32[bin]);
Note:
See TracChangeset
for help on using the changeset viewer.
