IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2006, 12:49:47 AM (20 years ago)
Author:
eugene
Message:

cleanup log messages

File:
1 edited

Legend:

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

    r10052 r10801  
    33// construct an initial PSF model for each object
    44bool psphotGuessModels (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf) {
     5
     6  psTimerStart ("psphot");
    57
    68  // setup the PSF fit radius details
     
    3537    source->modelPSF = modelPSF;
    3638  }
    37   psLogMsg ("psphot.emsemble", 4, "built models: %f (%ld objects)\n", psTimerMark ("psphot"), sources->n);
     39  psLogMsg ("psphot.models", 4, "built models: %f (%ld objects)\n", psTimerMark ("psphot"), sources->n);
    3840  return true;
    3941}
Note: See TracChangeset for help on using the changeset viewer.