IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2007, 11:30:21 AM (19 years ago)
Author:
magnier
Message:

changed API for pmModelAdd

File:
1 edited

Legend:

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

    r12943 r12951  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.19.2.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-04-21 00:03:31 $
     8 *  @version $Revision: 1.19.2.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-04-21 21:30:21 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    424424    // place the reference object in the image center
    425425    // no need to mask the source here
    426     pmModelAdd (image, NULL, model, false, false);
     426    // XXX should we measure this for the analytical model only or the full model?
     427    pmModelAdd (image, NULL, model, PM_MODEL_ADD_FULL);
    427428
    428429    // loop over a range of source fluxes
Note: See TracChangeset for help on using the changeset viewer.