IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2010, 1:41:30 PM (16 years ago)
Author:
Paul Price
Message:

Mention which image is being rejected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStackMatch.c

    r26674 r26684  
    563563                                           PM_SUBTRACTION_ANALYSIS_DECONV_MAX); // Max deconvolution fraction
    564564        if (deconv > deconvLimit) {
    565             psWarning("Maximum deconvolution fraction (%f) exceeds limit (%f) --- rejecting\n",
    566                       deconv, deconvLimit);
     565            psWarning("Maximum deconvolution fraction (%f) exceeds limit (%f) --- rejecting image %d\n",
     566                      deconv, deconvLimit, index);
    567567            psFree(conv);
    568568            return NULL;
Note: See TracChangeset for help on using the changeset viewer.