IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15371


Ignore:
Timestamp:
Oct 24, 2007, 11:11:37 AM (19 years ago)
Author:
Paul Price
Message:

Make output coordinates for rejection and deviation consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r15361 r15371  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-10-23 21:48:56 $
     6 *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-10-24 21:11:37 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    2626#include "pmSubtraction.h"
    2727
    28 //#define TESTING
     28#define TESTING
    2929
    3030#define PIXEL_LIST_BUFFER 100           // Number of entries to add to pixel list at a time
     
    928928            deviations->data.F32[i] = devNorm * deviation;
    929929            psTrace("psModules.imcombine", 5, "Deviation for stamp %d (%d,%d): %f\n",
    930                     i, (int)stamp->x, (int)stamp->y, deviations->data.F32[i]);
     930                    i, (int)(stamp->x + 0.5), (int)(stamp->y + 0.5), deviations->data.F32[i]);
    931931            totalSquareDev += PS_SQR(deviations->data.F32[i]);
    932932            numStamps++;
Note: See TracChangeset for help on using the changeset viewer.