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

    r9270 r10801  
    44// in order to  successfully replace the sky, we must define a corresponding file...
    55bool psphotSkyReplace (pmConfig *config, pmFPAview *view) {
     6
     7    psTimerStart ("psphot");
    68
    79    // find the currently selected readout
     
    2628        }
    2729    }
     30    psLogMsg ("psphot.sky", PS_LOG_DETAIL, "replace background flux : %f sec\n", psTimerMark ("psphot"));
    2831    return true;
    2932}
Note: See TracChangeset for help on using the changeset viewer.