Changeset 6556 for branches/rel10_ifa/psModules/src/objects/pmMoments.h
- Timestamp:
- Mar 8, 2006, 5:14:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmMoments.h
r6537 r6556 1 /** @file pm Objects.h1 /** @file pmMoments.h 2 2 * 3 * The process of finding, measuring, and classifying astronomical sources on 4 * images is one of the critical tasks of the IPP or any astronomical software 5 * system. This file will define structures and functions related to the task 6 * of source detection and measurement. The elements defined in this section 7 * are generally low-level components which can be connected together to 8 * construct a complete object measurement suite. 3 * Definitions of the moments structure 9 4 * 10 5 * @author GLG, MHPCC 11 6 * 12 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-03-0 7 06:33:35$7 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-03-09 03:14:23 $ 14 9 * 15 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 16 11 * 17 12 */ 13 14 # ifndef PM_MOMENTS_H 15 # define PM_MOMENTS_H 18 16 19 17 /** pmMoments data structure … … 45 43 pmMoments *pmMomentsAlloc(); 46 44 47 /** pmSourceMoments() 48 * 49 * Measure source moments for the given source, using the value of 50 * source.moments.sky provided as the local background value and the peak 51 * coordinates as the initial source location. The resulting moment values are 52 * applied to the source.moments entry, and the source is returned. The moments 53 * are measured within the given circular radius of the source.peak coordinates. 54 * The return value indicates the success (TRUE) of the operation. 55 * 56 */ 57 bool pmSourceMoments( 58 pmSource *source, ///< The input pmSource for which moments will be computed 59 float radius ///< Use a circle of pixels around the peak 60 ); 45 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
