Changeset 21514 for trunk/psModules/src/objects/pmPeaks.c
- Timestamp:
- Feb 16, 2009, 12:30:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.c
r20937 r21514 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $9 * @date $Date: 200 8-12-08 02:51:14 $8 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-16 22:30:14 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 63 63 peak->xf = min.x + ix + image->col0; 64 64 peak->yf = min.y + iy + image->row0; 65 peak->dx = NAN; 66 peak->dy = NAN; 65 66 // These errors are fractional errors, and should be scaled by the 67 // error on the peak pixel (see, eg, psphotFindPeaks) 68 peak->dx = min.xErr; 69 peak->dy = min.yErr; 67 70 68 71 // xf,yf must land on image with 0 pixel border
Note:
See TracChangeset
for help on using the changeset viewer.
