Changeset 21446
- Timestamp:
- Feb 11, 2009, 6:41:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20090208/psModules/src/objects/pmPeaks.c
r20937 r21446 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $9 * @date $Date: 200 8-12-08 02:51:14$8 * @version $Revision: 1.25.12.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-12 04:41:17 $ 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.
