Changeset 34709
- Timestamp:
- Nov 27, 2012, 11:36:14 AM (14 years ago)
- Location:
- tags/ipp-20121026/psphot
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
src (modified) (1 prop)
-
src/psphotDeblendSatstars.c (modified) (1 diff)
-
src/psphotStackImageLoop.c (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20121026/psphot
- Property svn:mergeinfo changed
/trunk/psphot (added) merged: 34704,34708
- Property svn:mergeinfo changed
-
tags/ipp-20121026/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src (added) merged: 34704,34708
- Property svn:mergeinfo changed
-
tags/ipp-20121026/psphot/src/psphotDeblendSatstars.c
r34540 r34709 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]); -
tags/ipp-20121026/psphot/src/psphotStackImageLoop.c
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
