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/load.c

    r13391 r13434  
    1313  Buffer *buf;
    1414  KiiOverlay *overlay;
     15  KapaImageData data;
    1516 
    1617  name = NULL;
     
    2021    remove_argument (N, &argc, argv);
    2122  }
    22   if (!GetImage (&kapa, name)) return (FALSE);
     23  if (!GetImageData (&data, &kapa, name)) return (FALSE);
    2324  FREE (name);
    2425
     
    4647
    4748  if (ISCEL) {
    48     if ((buf = SelectBuffer (GetImageName(), OLDBUFFER, TRUE)) == NULL) return (FALSE);
     49    if ((buf = SelectBuffer (data.name, OLDBUFFER, TRUE)) == NULL) return (FALSE);
    4950    GetCoords (&coords, &buf[0].header);
    5051  }
Note: See TracChangeset for help on using the changeset viewer.