- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotDeblendSatstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psphot
- Property svn:mergeinfo changed
/trunk/psphot merged: 34704,34708,34721
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 34704,34708,34721
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psphot/src/psphotDeblendSatstars.c
r34570 r34735 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.
