IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 25, 2007, 3:20:29 PM (19 years ago)
Author:
magnier
Message:

incorporating updates from eam_02_branch (cached models, pmPSF FITS IO)

File:
1 edited

Legend:

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

    r12949 r13034  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-04-21 19:47:14 $
     8 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-04-26 01:20:29 $
    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_OP_FULL);
    427428
    428429    // loop over a range of source fluxes
     
    436437        psImageKeepCircle (mask, xc, yc, radius, "OR", PM_MASK_MARK);
    437438        pmSourcePhotometryAper (&apMag, model, image, mask);
     439
     440        // XXX since we re-mask on each pass, this could be dropped.
    438441        psImageKeepCircle (mask, xc, yc, radius, "AND", PS_NOT_U8(PM_MASK_MARK));
    439442
Note: See TracChangeset for help on using the changeset viewer.