Changeset 32852 for branches/eam_branches/ipp-20111122/psvideophot/src
- Timestamp:
- Dec 2, 2011, 11:45:13 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20111122/psvideophot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/psvideophot
- Property svn:mergeinfo changed
/trunk/psvideophot (added) merged: 32787,32791
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/psvideophot/src
- Property svn:ignore
-
branches/eam_branches/ipp-20111122/psvideophot/src/psvideoLoop.c
r32556 r32852 234 234 Centering(readout->image, EDGE, &vpSum, xy, median); 235 235 236 vpFlux = SubSum(readout->image, xy, median); 236 if (isfinite(xy[0]) && isfinite(xy[1])) { 237 vpFlux = SubSum(readout->image, xy, median); 238 } 237 239 238 240 // printf("%4d %9.2f %9.2f %9.2f %.1f %.1f %9.2f\n",
Note:
See TracChangeset
for help on using the changeset viewer.
