- Timestamp:
- Mar 8, 2006, 5:14:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourceFitModel.h
r6537 r6556 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-03-0 7 06:33:35$5 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-03-09 03:14:23 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 33 ); 34 34 35 36 pmModel *pmSourceSelectModel (pmSource *source);37 38 /** pmSourceModelGuess()39 *40 * Convert available data to an initial guess for the given model. This41 * function allocates a pmModel entry for the pmSource structure based on the42 * provided model selection. The method of defining the model parameter guesses43 * are specified for each model below. The guess values are placed in the model44 * parameters. The function returns TRUE on success or FALSE on failure.45 *46 */47 pmModel *pmSourceModelGuess(48 pmSource *source, ///< The input pmSource49 pmModelType model ///< The type of model to be created.50 );51 52 35 # endif /* PM_SOURCE_FIT_MODEL_H */
Note:
See TracChangeset
for help on using the changeset viewer.
