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/opihi/cmd.data/point.c

    r13391 r13434  
    1111  Buffer *buf;
    1212  KiiOverlay overlay;
     13  KapaImageData data;
    1314
    1415  name = NULL;
     
    1819    remove_argument (N, &argc, argv);
    1920  }
    20   if (!GetImage (&kapa, name)) return (FALSE);
     21  if (!GetImageData (&data, &kapa, name)) return (FALSE);
    2122  FREE (name);
    2223
     
    3940 
    4041  if (celestial) {
    41     if ((buf = SelectBuffer (GetImageName(), OLDBUFFER, TRUE)) == NULL) return (FALSE);
     42    if ((buf = SelectBuffer (data.name, OLDBUFFER, TRUE)) == NULL) return (FALSE);
    4243    GetCoords (&coords, &buf[0].header);
    4344  }
Note: See TracChangeset for help on using the changeset viewer.