Changeset 7604 for trunk/psModules/src/objects/pmModelGroup.c
- Timestamp:
- Jun 20, 2006, 5:21:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmModelGroup.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmModelGroup.c
r7589 r7604 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-06- 17 01:50:43$8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-06-21 03:21:16 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 #include <math.h> 17 17 #include <string.h> 18 #include "pslib.h" 19 #include "psEllipse.h" 18 #include <pslib.h> 20 19 #include "pmHDU.h" 21 20 #include "pmFPA.h" … … 193 192 /****************************************************************************** 194 193 pmSourceModelGuess(source, model): This function allocates a new 195 pmModel structure based on the given modelType specified in the argument list. 196 The corresponding pmModelGuess function is returned, and used to 197 supply the values of the params array in the pmModel structure. 198 194 pmModel structure based on the given modelType specified in the argument list. 195 The corresponding pmModelGuess function is returned, and used to 196 supply the values of the params array in the pmModel structure. 197 199 198 XXX: Many parameters are based on the src->moments structure, which is in 200 199 image, not subImage coords. Therefore, the calls to the model evaluation
Note:
See TracChangeset
for help on using the changeset viewer.
