- Timestamp:
- Mar 8, 2006, 5:14:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourceFitSet.c
r6537 r6556 1 /** @file pmSourceFitSet. h1 /** @file pmSourceFitSet.c 2 2 * 3 3 * @author EAM, IfA 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 … … 10 10 */ 11 11 12 #include <stdio.h> 13 #include <math.h> 14 #include <string.h> 15 #include "pslib.h" 16 #include "pmHDU.h" 17 #include "pmFPA.h" 18 #include "pmPeaks.h" 19 #include "pmMoments.h" 20 #include "pmGrowthCurve.h" 21 #include "pmModel.h" 22 #include "pmPSF.h" 23 #include "pmSource.h" 24 #include "pmModelGroup.h" 25 #include "pmSourceFitSet.h" 26 12 27 // sky, p1.1, p1.2, p1.3,... p1.n, p2.1, p2.2, 13 28 // nPar = nSrc*(nOnePar - 1) + 1 14 15 # include <stdio.h>16 # include <math.h>17 # include <pslib.h>18 # include "pmSource.h"19 29 20 30 static pmModelFunc mFunc; … … 110 120 111 121 // set the static variables 112 pm SourceFitSetInit (model->type);122 pmModelFitSetInit (model->type); 113 123 114 124 int nSrc = modelSet->n; … … 272 282 } 273 283 274 source->mode |= PM_SOURCE_ FITTED;284 source->mode |= PM_SOURCE_MODE_FITTED; 275 285 276 286 psFree(x);
Note:
See TracChangeset
for help on using the changeset viewer.
