IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10260


Ignore:
Timestamp:
Nov 28, 2006, 4:44:21 PM (19 years ago)
Author:
magnier
Message:

renamed pmModelFit... to pmSourceFit..., added CheckLimits function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceFitModel.h

    r10077 r10260  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-11-18 09:52:14 $
     5 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-11-29 02:44:21 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4444
    4545// initialize data for a group of object models
    46 bool pmModelFitSetInit (pmModelType type);
     46bool pmSourceFitSetInit (pmModelType type);
    4747
    4848// clear data for a group of object models
    49 void pmModelFitSetClear (void);
     49void pmSourceFitSetClear (void);
     50
     51// function used to set limits for a group of models
     52bool pmSourceFitSet_CheckLimits (psMinConstraintMode mode, int nParam, float *params, float *betas);
    5053
    5154// function used to fit a group of object models
    52 psF32 pmModelFitSet(psVector *deriv,
    53                     const psVector *params,
    54                     const psVector *x);
     55psF32 pmSourceFitSet_Function(psVector *deriv,
     56                              const psVector *params,
     57                              const psVector *x);
    5558
    5659/** pmSourceFitSet()
Note: See TracChangeset for help on using the changeset viewer.