IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2005, 4:20:27 PM (21 years ago)
Author:
eugene
Message:

various cleanups, fixes, additions...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChoosePSF.c

    r5802 r5828  
    1010    psArray        *stars = NULL;
    1111    psMetadataItem *item  = NULL;
     12
     13    psTimerStart ("psphot");
    1214
    1315    // array to store candidate PSF stars
     
    2325        if (source->mode & PM_SOURCE_PSFSTAR) psArrayAdd (stars, 200, source);
    2426    }
    25     psLogMsg ("psphot.pspsf", 3, "selected candidate %d PSF objects\n", stars->n);
     27    psLogMsg ("psphot.pspsf", 4, "selected candidate %d PSF objects\n", stars->n);
    2628
    2729    // get the fixed PSF fit radius
     
    8385
    8486    modelName = pmModelGetType (psf->type);
     87    psLogMsg ("psphot.pspsf", 3, "select psf model: %f sec\n", psTimerMark ("psphot"));
    8588    psLogMsg ("psphot.pspsf", 3, "selected psf model %s, ApResid: %f +/- %f\n", modelName, psf->ApResid, psf->dApResid);
    8689
Note: See TracChangeset for help on using the changeset viewer.