IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2007, 9:47:14 AM (19 years ago)
Author:
magnier
Message:

adding pmResiduals (from eam_02_branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSF.c

    r12816 r12949  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-04-12 18:56:37 $
     8 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-04-21 19:47:14 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727#include "pmPeaks.h"
    2828#include "pmMoments.h"
     29#include "pmResiduals.h"
    2930#include "pmModel.h"
    3031#include "pmSource.h"
     
    7374    psFree (psf->growth);
    7475    psFree (psf->params_NEW);
     76    psFree (psf->residuals);
    7577    return;
    7678}
     
    117119    // don't define a growth curve : user needs to choose radius bins
    118120    psf->growth = NULL;
     121
     122    // by default, we do not construct the residual image
     123    psf->residuals = NULL;
    119124
    120125    Nparams = pmModelParameterCount (type);
Note: See TracChangeset for help on using the changeset viewer.