IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2006, 6:32:38 PM (20 years ago)
Author:
eugene
Message:

added profile enabling, some attempts at optimization

File:
1 edited

Legend:

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

    r6117 r6495  
    7676    bool status;
    7777
     78    psTimerStart ("psphot");
     79
    7880    float RADIUS = psMetadataLookupF32 (&status, config, "AP_RADIUS");
    7981    for (int i = 0; i < sources->n; i++) {
     
    8183        pmSourceMagnitudes (source, psf, RADIUS);
    8284    }   
     85
     86    psLogMsg ("psphot.magnitudes", 4, "measure magnitudes : %f sec for %d objects\n", psTimerMark ("psphot"), sources->n);
    8387    return true;
    8488}
Note: See TracChangeset for help on using the changeset viewer.