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_image.c

    r5919 r6684  
    3333}
    3434
    35 
    36 
    37 
    38 
    39 
    40 
    41 
    42 
    43 
    44 
    45 
    46 
    47 
    48 
    49 
    50 
    51 
    52 
    5335/* set SIGPIPE to this function to close cleanly */
    5436void XImageDead (int input) {
     
    8062
    8163  Ximage[N] = fd;
     64  return (TRUE);
     65}
     66
     67int close_image (int N) {
     68
     69  if (N <  0) return (FALSE);
     70  if (N >= NXIMAGE) return (FALSE);
     71
     72  KiiClose (Ximage[N]);
     73  Ximage[N] = -1;
    8274  return (TRUE);
    8375}
Note: See TracChangeset for help on using the changeset viewer.