Changeset 14652 for trunk/psModules/src/objects/pmSourceIO_SMPDATA.c
- Timestamp:
- Aug 23, 2007, 2:11:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO_SMPDATA.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_SMPDATA.c
r13139 r14652 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 5-03 00:13:42 $5 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-08-24 00:11:02 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 30 30 #include "pmPeaks.h" 31 31 #include "pmMoments.h" 32 #include "pmResiduals.h" 32 33 #include "pmGrowthCurve.h" 33 #include "pm Residuals.h"34 #include "pmPSF.h" 34 35 #include "pmModel.h" 35 #include "pmPSF.h"36 36 #include "pmSource.h" 37 #include "pmModel Group.h"37 #include "pmModelClass.h" 38 38 #include "pmSourceIO.h" 39 39 … … 132 132 133 133 // define PSF model type 134 int modelType = pmModel SetType ("PS_MODEL_GAUSS");134 int modelType = pmModelClassGetType ("PS_MODEL_GAUSS"); 135 135 136 136 char *PSF_NAME = psMetadataLookupStr (&status, header, "PSF_NAME"); 137 137 if (PSF_NAME != NULL) { 138 modelType = pmModel SetType (PSF_NAME);138 modelType = pmModelClassGetType (PSF_NAME); 139 139 } 140 140
Note:
See TracChangeset
for help on using the changeset viewer.
