Changeset 12816
- Timestamp:
- Apr 12, 2007, 8:56:52 AM (19 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF.c
r10377 r12816 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $9 * @date $Date: 200 6-12-01 19:26:47 $8 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-04-12 18:56:37 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 409 409 region = psRegionForImage (readout->image, region); 410 410 411 // the view, image, and mask retain col0,row0 411 412 psImage *view = psImageSubset (readout->image, region); 412 413 psImage *image = psImageCopy (NULL, view, PS_TYPE_F32); -
trunk/psModules/src/objects/pmPeaks.c
r11159 r12816 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 1-19 04:36:55$8 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-04-12 18:56:52 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 304 304 XXX: This does not work if image has either a single row, or a single column. 305 305 306 The peak is returned in the image parent coordinates 307 306 308 *****************************************************************************/ 307 309 psArray *pmFindImagePeaks(const psImage *image, psF32 threshold)
Note:
See TracChangeset
for help on using the changeset viewer.
