IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:14:23 PM (20 years ago)
Author:
magnier
Message:

major rework of objects code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourceFitSet.c

    r6537 r6556  
    1 /** @file  pmSourceFitSet.h
     1/** @file  pmSourceFitSet.c
    22 *
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-07 06:33:35 $
     5 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-09 03:14:23 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1010 */
    1111
     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
    1227// sky, p1.1, p1.2, p1.3,... p1.n, p2.1, p2.2,
    1328// nPar = nSrc*(nOnePar - 1) + 1
    14 
    15 # include <stdio.h>
    16 # include <math.h>
    17 # include <pslib.h>
    18 # include "pmSource.h"
    1929
    2030static pmModelFunc mFunc;
     
    110120
    111121    // set the static variables
    112     pmSourceFitSetInit (model->type);
     122    pmModelFitSetInit (model->type);
    113123
    114124    int nSrc = modelSet->n;
     
    272282    }
    273283
    274     source->mode |= PM_SOURCE_FITTED;
     284    source->mode |= PM_SOURCE_MODE_FITTED;
    275285
    276286    psFree(x);
Note: See TracChangeset for help on using the changeset viewer.