Changeset 9881 for trunk/psModules/src/objects
- Timestamp:
- Nov 6, 2006, 11:07:42 PM (20 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.c
r9730 r9881 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-1 0-24 22:55:05$8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-11-07 09:07:42 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 286 286 XXX: Merge with CVS 1.20. This had the proper code for images with a single 287 287 row or column. 288 289 XXX this does not use the weight or mask information 288 290 289 291 *****************************************************************************/ … … 420 422 421 423 list = myListAddPeak(list, row + row0, col + col0, image->data.F32[row][col], myType); 424 425 # if (0) 426 427 psPolynomial2D *bicube = psImageBicubeFit (inSource->pixels, ix, iy); 428 psPlane min = psImageBicubeMin (bicube); 429 peak->xf = min.x; 430 peak->yf = min.y; 431 # endif 432 422 433 } 423 434 } -
trunk/psModules/src/objects/pmPeaks.h
r7311 r9881 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2006- 06-03 01:02:08$12 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-11-07 09:07:42 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 int x; ///< X-coordinate of peak pixel. 51 51 int y; ///< Y-coordinate of peak pixel. 52 float xf; ///< bicube fit to peak coord (x) 53 float yf; ///< bicube fit to peak coord (y) 52 54 float counts; ///< Value of peak pixel (above sky?). 53 55 pmPeakType type; ///< Description of peak.
Note:
See TracChangeset
for help on using the changeset viewer.
