IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20216


Ignore:
Timestamp:
Oct 17, 2008, 8:55:09 AM (18 years ago)
Author:
eugene
Message:

reduced background error verbosity

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageBackground.c

    r17641 r20216  
    7474    }
    7575    if (n < 0.01*Nsubset) {
    76         psLogMsg("psLib.psImageBackground", PS_LOG_INFO,
     76        psLogMsg("psLib.psImageBackground", PS_LOG_DETAIL,
    7777                 "Unable to measure image background: too few data points (%ld)", n);
    7878        psFree(values);
  • trunk/psphot/src/psphotImageMedian.c

    r15932 r20216  
    202202                stats->options = PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV;
    203203                if (!psImageBackground(stats, &sample, subset, submask, maskVal, rng)) {
    204                     psLogMsg ("psphot", PS_LOG_WARN, "Failed to estimate background using ROBUST_MEDIAN for "
     204                    psLogMsg ("psphot", PS_LOG_DETAIL, "Failed to estimate background using ROBUST_MEDIAN for "
    205205                               "(%dx%d, (row0,col0) = (%d,%d)",
    206206                               subset->numRows, subset->numCols, subset->row0, subset->col0);
Note: See TracChangeset for help on using the changeset viewer.