IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33992


Ignore:
Timestamp:
Jun 7, 2012, 2:55:33 PM (14 years ago)
Author:
watersc1
Message:

Fix psastro based on Gene's suggestion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20120404/psastro/src/psastroLoadGhosts.c

    r33854 r33992  
    164164                    pmChip *ghostChip = psastroFindChip (&ghost->chip->x, &ghost->chip->y, fpa, -ghost->srcFP->x, -ghost->srcFP->y);
    165165                    // fprintf (stderr, "raw chip position: %f, %f ", ghost->chip->x, ghost->chip->y);
    166 /*                  float ref_chip_x = ghost->chip->x; */
    167 /*                  float ref_chip_y = ghost->chip->y; */
     166#if PS_TRACE_ON
     167                    float ref_chip_x = ghost->chip->x;
     168                    float ref_chip_y = ghost->chip->y;
     169#endif
    168170                    ghostChip = psastroFindChip (&ghost->chip->x, &ghost->chip->y, fpa, ghost->FP->x, ghost->FP->y);
    169171                    // fprintf (stderr, "-> model chip position: %f, %f\n", ghost->chip->x, ghost->chip->y);
Note: See TracChangeset for help on using the changeset viewer.