IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33854


Ignore:
Timestamp:
May 9, 2012, 11:08:42 AM (14 years ago)
Author:
watersc1
Message:

merge of optimized ready code

File:
1 edited

Legend:

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

    r33852 r33854  
    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/*                  float ref_chip_x = ghost->chip->x; */
     167/*                  float ref_chip_y = ghost->chip->y; */
    168168                    ghostChip = psastroFindChip (&ghost->chip->x, &ghost->chip->y, fpa, ghost->FP->x, ghost->FP->y);
    169169                    // fprintf (stderr, "-> model chip position: %f, %f\n", ghost->chip->x, ghost->chip->y);
Note: See TracChangeset for help on using the changeset viewer.