IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 10:10:41 AM (19 years ago)
Author:
eugene
Message:

image/graph metadata stored/retrieved from kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/libkapa/include/kapa.h

    r13432 r13434  
    2020  int Nx;
    2121  int Ny;
    22   char *file;
    23   char *name;
    2422} KiiImage;
    25 
    26 typedef struct {
    27   double zero;
    28   double range;
    29   int logflux;
    30 } KiiDisplayMode;
    3123
    3224typedef struct {
     
    9082
    9183typedef struct {
     84  int logflux;
     85  double zero, range;
     86  char name[1024];
     87  char file[1024];
     88} KapaImageData;
     89
     90typedef struct {
    9291  int dx, dy, ascent;
    9392  unsigned char *bits;
     
    123122
    124123/* KiiPicture.c */
    125 int KiiNewPicture1D (int fd, KiiImage *image, KiiDisplayMode *mode, Coords *coords);
    126 int KiiNewPicture2D (int fd, KiiImage *image, KiiDisplayMode *mode, Coords *coords);
     124int KiiNewPicture1D (int fd, KiiImage *image, KapaImageData *data, Coords *coords);
     125int KiiNewPicture2D (int fd, KiiImage *image, KapaImageData *data, Coords *coords);
    127126
    128127/* KiiOverlay.c */
     
    164163int KapaGetSection (int fd, char *name);
    165164int KapaMoveSection (int fd, char *name, char *direction);
    166 int KapaSetGraphStyle (int fd, Graphdata *graphmode);
    167 int KapaGetGraphStyle (int fd, Graphdata *graphmode);
     165int KapaSetGraphData (int fd, Graphdata *graphmode);
     166int KapaGetGraphData (int fd, Graphdata *graphmode);
     167int KapaSetImageData (int fd, KapaImageData *graphmode);
     168int KapaGetImageData (int fd, KapaImageData *graphmode);
    168169
    169170/* KapaColors */
Note: See TracChangeset for help on using the changeset viewer.