IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 1:14:47 PM (20 years ago)
Author:
eugene
Message:

removed IMAGE_CATALOG from config, finished proper-motion additions, minor fixes in graphing

File:
1 edited

Legend:

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

    r5852 r6684  
    7979  int  size;
    8080  char font[64];
    81   char text[128];
     81  char text[LABEL_MAXLEN];
    8282} Label;
    8383
     
    8888} Overlay;
    8989 
    90 # if (0)
    91 typedef struct {
    92   char      ctype[16];
    93   double    crval1, crpix1, cdelt1;
    94   double    crval2, crpix2, cdelt2;
    95   double    pc1_1, pc1_2;
    96   double    pc2_1, pc2_2;
    97 } Coords;
    98 # endif
    99 
    10090typedef struct {
    10191  float *x, *y, *z, *dxp, *dxm, *dyp, *dym;
     
    110100  char isaxis, areticks, islabel, islog;
    111101  double fx, dfx, fy, dfy;  /* axis location on graphic */
    112   char label[64];
    113102} Axis;
    114103
     
    127116  double   y, dy;
    128117
    129   char     name[64];
     118  char     name[LABEL_MAXLEN];  /* name of the section */
    130119
    131120} Layout;
Note: See TracChangeset for help on using the changeset viewer.