IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2010, 1:54:55 PM (16 years ago)
Author:
eugene
Message:

remove unneeded fprintfs; do not fail on missing MIN,MAX_TOL values

File:
1 edited

Legend:

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

    r29015 r29017  
    506506    // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
    507507    pmSourceFitModel (source, model, &options, maskVal);
    508     fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix);
     508    // fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix);
    509509
    510510    // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
     
    570570    // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 5);
    571571    pmSourceFitPCM (pcm, source, &options, maskVal, markVal, psfSize);
    572     fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix);
     572    // fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix);
    573573
    574574    // psTraceSetLevel("psLib.math.psMinimizeLMChi2", 0);
     
    613613       
    614614        pmSourceFitModel (source, model, &options, maskVal);
    615         fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix);
     615        // fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix);
    616616
    617617        chiSquare[i] = model->chisqNorm;
     
    681681        pmSourceFitPCM (pcm, source, &options, maskVal, markVal, psfSize);
    682682# endif
    683         fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix);
     683        // fprintf (stderr, "chisq: %f, nIter: %d, radius: %f, npix: %d\n", model->chisqNorm, model->nIter, model->fitRadius, model->nPix);
    684684
    685685        chiSquare[i] = model->chisq;
Note: See TracChangeset for help on using the changeset viewer.