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.c

    r6537 r6556  
    1 /** @file  pmObjects.c
    2  *
    3  *  This file will ...
     1/** @file  pmModel.c
     2 *
     3 *  Functions to define and manipulate object models
    44 *
    55 *  @author GLG, MHPCC
    6  *  @author EAM, IfA: significant modifications.
    7  *
    8  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-03-07 06:33:35 $
     6 *  @author EAM, IfA
     7 *
     8 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-03-09 03:14:23 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <string.h>
    1818#include "pslib.h"
    19 #include "pmObjects.h"
    20 #include "pmModelGroup.h"
     19#include "pmModel.h"
     20
     21/* The following types and functions need to be known by pmModel.c and are defined in
     22   pmModelGroup.h.  The use of pmSource and other types in pmModelGroup.h prevent us from
     23   directly including it here  ***/
     24
     25typedef psMinimizeLMChi2Func pmModelFunc;
     26typedef bool (*pmModelFitStatusFunc)(pmModel *model);
     27pmModelFunc pmModelFunc_GetFunction (pmModelType type);
     28pmModelFitStatusFunc pmModelFitStatusFunc_GetFunction (pmModelType type);
     29int pmModelParameterCount(pmModelType type);
    2130
    2231static void modelFree(pmModel *tmp)
Note: See TracChangeset for help on using the changeset viewer.