Changeset 7311 for trunk/psModules/src/objects/pmPSFtry.h
- Timestamp:
- Jun 2, 2006, 3:02:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.h
r6873 r7311 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-06-03 01:02:08 $ 8 10 * 9 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 76 78 * 77 79 */ 78 pmPSFtry *pmPSFtryAlloc( 79 psArray *stars, ///< Add comment. 80 char *modelName, ///< Add comment. 81 bool poissonErrors // use poissonian or constant errors? 82 ); 83 80 pmPSFtry *pmPSFtryAlloc (psArray *sources, char *modelName, bool poissonErrors); 84 81 85 82 /** pmPSFtryModel() … … 90 87 * 91 88 */ 92 pmPSFtry *pmPSFtryModel( 93 psArray *sources, ///< Add comment. 94 char *modelName, ///< Add comment. 95 float radius, ///< Add comment. 96 bool poissonErrors // use poissonian or constant errors? 97 ); 98 89 pmPSFtry *pmPSFtryModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors); 99 90 100 91 /** pmPSFtryMetric()
Note:
See TracChangeset
for help on using the changeset viewer.
