IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20235


Ignore:
Timestamp:
Oct 17, 2008, 12:59:53 PM (18 years ago)
Author:
eugene
Message:

split log line in two

File:
1 edited

Legend:

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

    r20170 r20235  
    277277#endif
    278278
    279     psLogMsg ("psphot", PS_LOG_INFO,
    280               "Image Quality Stats from %ld psf stars : FWHM (major, minor) :"
    281               "%f, %f  M_2 : %f +/- %f, M_3 : %f +/- %f, M_4 : %f +/- %f\n",
    282               M2->n, fwhm_major, fwhm_minor, vM2, dM2, vM3, dM3, vM4, dM4);
     279    psLogMsg ("psphot", PS_LOG_INFO, "Image Quality Stats from %ld psf stars : FWHM (major, minor) : %f, %f\n",
     280              M2->n, fwhm_major, fwhm_minor);
     281
     282    psLogMsg ("psphot", PS_LOG_INFO, "M_2 : %f +/- %f, M_3 : %f +/- %f, M_4 : %f +/- %f\n",
     283              vM2, dM2, vM3, dM3, vM4, dM4);
    283284
    284285    psFree(FWHM_MAJOR);
Note: See TracChangeset for help on using the changeset viewer.