IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10878


Ignore:
Timestamp:
Jan 2, 2007, 2:59:25 PM (19 years ago)
Author:
magnier
Message:

fixed trace message (stats to results->x,yStats)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r10859 r10878  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-12-30 03:27:19 $
     10*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2007-01-03 00:59:25 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    240240    for (int i = 0; i < stats->clipIter; i++) {
    241241        psVectorClipFitPolynomial2D (map->x, results->xStats, mask, 0xff, x, wt, X, Y);
    242         psTrace ("psModules.astrom", 3, "x resid: %f +/- %f (%ld of %ld)\n", stats->clippedMean, stats->clippedStdev, stats->clippedNvalues, x->n);
     242        psTrace ("psModules.astrom", 3, "x resid: %f +/- %f (%ld of %ld)\n", results->xStats->clippedMean, results->xStats->clippedStdev, results->xStats->clippedNvalues, x->n);
    243243
    244244        psVectorClipFitPolynomial2D (map->y, results->yStats, mask, 0xff, y, wt, X, Y);
    245         psTrace ("psModules.astrom", 3, "y resid: %f +/- %f (%ld of %ld)\n", stats->clippedMean, stats->clippedStdev, stats->clippedNvalues, y->n);
     245        psTrace ("psModules.astrom", 3, "y resid: %f +/- %f (%ld of %ld)\n", results->yStats->clippedMean, results->yStats->clippedStdev, results->yStats->clippedNvalues, y->n);
    246246    }
    247247    results->xStats->clipIter = stats->clipIter;
Note: See TracChangeset for help on using the changeset viewer.