IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27733


Ignore:
Timestamp:
Apr 22, 2010, 6:25:02 PM (16 years ago)
Author:
Paul Price
Message:

Remove debugging fprintf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/pswarp/src/pswarpLoop.c

    r27732 r27733  
    274274        psArray *covars = psListToArray(covariances); // Array of covariance matrices
    275275        output->covariance = psImageCovarianceAverage(covars);
    276         fprintf(stderr, "Covariance: %f\n", psImageCovarianceFactor(output->covariance));
    277276        psFree(covars);
    278277        psMetadataRemoveKey(output->analysis, PSWARP_ANALYSIS_COVARIANCES);
Note: See TracChangeset for help on using the changeset viewer.