Changeset 9770 for trunk/psModules/src/objects/pmPSFtry.c
- Timestamp:
- Oct 28, 2006, 10:23:51 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r9730 r9770 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-10-2 4 22:55:05$7 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-10-28 20:23:51 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 111 111 pmSource *source = psfTry->sources->data[i]; 112 112 pmModel *model = pmSourceModelGuess (source, psfTry->psf->type); 113 if (model == NULL) { 114 psError(PS_ERR_UNKNOWN, false, "failed to build model"); 115 return NULL; 116 } 113 117 x = source->peak->x; 114 118 y = source->peak->y;
Note:
See TracChangeset
for help on using the changeset viewer.
