IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2005, 4:44:20 PM (21 years ago)
Author:
eugene
Message:

loneos.h to dvo.h; FITS tables for smpfiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/include/addstar.h

    r3416 r3466  
    11# include <ohana.h>
    2 # include <loneos.h>
     2# include <dvo.h>
    33# include <signal.h>
    44# include <sys/time.h>
     
    7171double Latitude, SiderealTime;
    7272int    VERBOSE;
     73int    FITS_INPUT;
    7374int    SKIP_MISSED;
    7475int    XOVERSCAN, YOVERSCAN;
     
    215216GSCRegion *gregion_patch (GSCRegion *patch, int *nregions);
    216217int ConvertStars (StarData *data, int size, int nitems);
     218int dump_rawstars (Stars *stars, int Nstars);
     219Stars *rfits (FILE *f, int *nstars);
     220Stars *rtext (FILE *f, int *nstars);
     221
Note: See TracChangeset for help on using the changeset viewer.