IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2008, 3:05:05 PM (18 years ago)
Author:
eugene
Message:

cleanup timer marks

File:
1 edited

Legend:

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

    r20250 r20453  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2008-10-18 00:49:19 $
     7 *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-10-29 01:04:27 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    168168
    169169    // stage 1:  fit an EXT model to all candidates PSF sources -- this is independent of the modeled 2D variations in the PSF
    170     psTimerStart ("fit");
     170    psTimerStart ("psf.fit");
    171171    for (int i = 0; i < psfTry->sources->n; i++) {
    172172
     
    196196        Next ++;
    197197    }
    198     psLogMsg ("psphot.psftry", 4, "fit ext:   %f sec for %d of %ld sources\n", psTimerMark ("fit"), Next, sources->n);
     198    psLogMsg ("psphot.psftry", PS_LOG_MINUTIA, "fit ext:   %f sec for %d of %ld sources\n", psTimerMark ("psf.fit"), Next, sources->n);
    199199    psTrace ("psModules.object", 3, "keeping %d of %ld PSF candidates (EXT)\n", Next, sources->n);
    200200
     
    213213
    214214    // stage 3: refit with fixed shape parameters
    215     psTimerStart ("fit");
     215    psTimerStart ("psf.fit");
    216216    for (int i = 0; i < psfTry->sources->n; i++) {
    217217
     
    267267    psfTry->psf->nPSFstars = Npsf;
    268268
    269     psLogMsg ("psphot.psftry", 4, "fit psf:   %f sec for %d of %ld sources\n", psTimerMark ("fit"), Npsf, sources->n);
     269    psLogMsg ("psphot.psftry", PS_LOG_MINUTIA, "fit psf:   %f sec for %d of %ld sources\n", psTimerMark ("psf.fit"), Npsf, sources->n);
    270270    psTrace ("psModules.object", 3, "keeping %d of %ld PSF candidates (PSF)\n", Npsf, sources->n);
    271271
Note: See TracChangeset for help on using the changeset viewer.