IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2007, 4:31:41 PM (19 years ago)
Author:
magnier
Message:

adding pmResiduals.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psModules/src/objects/pmPSF.c

    r12816 r12931  
    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.19.2.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-04-20 02:31:41 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030#include "pmSource.h"
    3131#include "pmGrowthCurve.h"
     32#include "pmResiduals.h"
    3233#include "pmPSF.h"
    3334#include "pmModelGroup.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.