Changeset 10260
- Timestamp:
- Nov 28, 2006, 4:44:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceFitModel.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceFitModel.h
r10077 r10260 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 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 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 44 44 45 45 // initialize data for a group of object models 46 bool pm ModelFitSetInit (pmModelType type);46 bool pmSourceFitSetInit (pmModelType type); 47 47 48 48 // clear data for a group of object models 49 void pmModelFitSetClear (void); 49 void pmSourceFitSetClear (void); 50 51 // function used to set limits for a group of models 52 bool pmSourceFitSet_CheckLimits (psMinConstraintMode mode, int nParam, float *params, float *betas); 50 53 51 54 // function used to fit a group of object models 52 psF32 pm ModelFitSet(psVector *deriv,53 const psVector *params,54 const psVector *x);55 psF32 pmSourceFitSet_Function(psVector *deriv, 56 const psVector *params, 57 const psVector *x); 55 58 56 59 /** pmSourceFitSet()
Note:
See TracChangeset
for help on using the changeset viewer.
