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/opihi/lib.data/open_graph.c

    r5919 r6684  
    88static int       Xgraph[NXGRAPH]; 
    99static Graphdata graphdata[NXGRAPH];
    10 
    11 
    1210
    1311void QuitGraph () {
     
    8078
    8179  Xgraph[N] = fd;
     80  return (TRUE);
     81}
     82
     83int close_graph (int N) {
     84
     85  if (N <  0) return (FALSE);
     86  if (N >= NXGRAPH) return (FALSE);
     87
     88  KiiClose (Xgraph[N]);
     89  Xgraph[N] = -1;
    8290  return (TRUE);
    8391}
Note: See TracChangeset for help on using the changeset viewer.