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/pmModel.h

    r6537 r6556  
    11/** @file  pmObjects.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 *  Functions to define and manipulate object models
    94 *
    105 *  @author GLG, MHPCC
     6 *  @author EAM, IfA
    117 *
    12  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-03-07 06:33:35 $
     8 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-03-09 03:14:23 $
    1410 *
    1511 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6157pmModel *pmModelCopy (pmModel *model);
    6258
    63 psF32 pmModelEval(pmModel *model, psImage *image, psS32 col, psS32 row)
     59psF32 pmModelEval(pmModel *model, psImage *image, psS32 col, psS32 row);
    6460
    6561/** pmModelAdd()
Note: See TracChangeset for help on using the changeset viewer.