IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2008, 5:45:18 PM (18 years ago)
Author:
eugene
Message:

cleaning up the image/screen relationships and remap functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/include/structures.h

    r16039 r16228  
    9090
    9191typedef struct {
    92   int      dx, dy, x, y;
     92  int      x, y;              // location of picture in graphic
     93  int      dx, dy;            // size of picture
     94  int      DX, DY;            // size of displayed picture (must be updated with new images...)
     95  int      expand;            // zoomscale
     96  double   Xo, Yo;            // image pixel at screen center
    9397  XImage  *pix;
    9498  char    *data;
     
    183187  int      DecimalDegrees;
    184188
    185   double   X, Y;           /* image pixel at screen center */
    186   int      expand;         /* zoomscale */
    187   double   x, y, z;        /* last pointer coords */
     189  // double   X, Y;           /* image pixel at screen center */
     190  // double   x, y, z;        /* last pointer coords */
    188191
    189192  Overlay  overlay[NOVERLAYS];
Note: See TracChangeset for help on using the changeset viewer.