IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:14:23 PM (20 years ago)
Author:
magnier
Message:

major rework of objects code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmMoments.h

    r6537 r6556  
    1 /** @file  pmObjects.h
     1/** @file  pmMoments.h
    22 *
    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
    94 *
    105 *  @author GLG, MHPCC
    116 *
    12  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-03-07 06:33:35 $
     7 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-03-09 03:14:23 $
    149 *
    1510 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1611 *
    1712 */
     13
     14# ifndef PM_MOMENTS_H
     15# define PM_MOMENTS_H
    1816
    1917/** pmMoments data structure
     
    4543pmMoments *pmMomentsAlloc();
    4644
    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.