IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26080 for trunk/ppStack


Ignore:
Timestamp:
Nov 9, 2009, 3:47:03 PM (17 years ago)
Author:
Paul Price
Message:

Remove debugging fprintfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r26076 r26080  
    383383            }
    384384#endif
    385 
    386             fprintf(stderr, "vf = %f\n", psImageCovarianceFactor(readout->covariance));
    387 
    388385
    389386            if (threads > 0) {
     
    525522            psFree(iter);
    526523            options->matchChi2->data.F32[index] = sum / (psImageCovarianceFactor(readout->covariance) * num);
    527             fprintf(stderr, "chi2 = %f ; vf = %f\n", sum/num, psImageCovarianceFactor(readout->covariance));
    528524        }
    529525
Note: See TracChangeset for help on using the changeset viewer.