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/psphotImageStats.c

    r5058 r5828  
    4949    sky->sampleStdev  = sqrt(sky->sampleMean/GAIN + PS_SQR(NOISE));
    5050
    51     psLogMsg ("psphot", 4, "stats: %f sec\n", psTimerMark ("psphot"));
    52     psLogMsg ("psphot", 3, "background: %f +/- %f\n", sky->sampleMean, sky->sampleStdev);
     51    psLogMsg ("psphot", 4, "background: %f +/- %f\n", sky->sampleMean, sky->sampleStdev);
     52    psLogMsg ("psphot", 3, "image stats: %f sec\n", psTimerMark ("psphot"));
    5353
    5454    psFree (stats);
Note: See TracChangeset for help on using the changeset viewer.