IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20039


Ignore:
Timestamp:
Oct 9, 2008, 4:33:35 PM (18 years ago)
Author:
Paul Price
Message:

Comment out plots.

File:
1 edited

Legend:

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

    r20036 r20039  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2008-10-10 01:07:38 $
     10*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2008-10-10 02:33:35 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    564564    psF32 **D2 = gridD2->data.F32;
    565565
     566#ifdef PLOTS
    566567    // vectors to hold dX and dY
    567568    int nplot = raw->n * ref->n;
    568569    float dXplot[nplot];
    569570    float dYplot[nplot];
     571#endif
    570572
    571573    // accumulate grids for focal plane (L,M) matches
     
    577579            dY = ob1->FP->y - ob2->FP->y;
    578580
     581#ifdef PLOTS
    579582            dXplot[(i * ref->n) + j] = dX;
    580583            dYplot[(i * ref->n) + j] = dY;
    581584            // fprintf (f, "dX,dY: %8.2f %8.2f : %8.2f %8.2f : %8.2f %8.2f\n", dX, dY, ob1->FP->x, ob2->FP->x, ob1->FP->y, ob2->FP->y);
     585#endif
    582586            // find bin coordinates for this delta-delta
    583587            if (!AstromGridBin (&iX, &iY, dX, dY)) {
     
    685689    // fprintf (stderr, "sigma: nMatch: %d, nTest: %d, nTen: %d\n", stats->nMatch, stats->nTest, sort->data.U32[sort->n - 10]);
    686690
     691#ifdef PLOTS
    687692    /*** plot DXs and DYs ***/
    688693    KapaSection section = {"s1", 0.00, 0.00, 1.0, 1.0};
     
    738743    fscanf(stdin, "%c", &c);
    739744    /*** end ***/
     745#endif
    740746
    741747  psFree (sort);
Note: See TracChangeset for help on using the changeset viewer.