Changeset 3466 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Mar 18, 2005, 4:44:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/include/addstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/include/addstar.h
r3416 r3466 1 1 # include <ohana.h> 2 # include < loneos.h>2 # include <dvo.h> 3 3 # include <signal.h> 4 4 # include <sys/time.h> … … 71 71 double Latitude, SiderealTime; 72 72 int VERBOSE; 73 int FITS_INPUT; 73 74 int SKIP_MISSED; 74 75 int XOVERSCAN, YOVERSCAN; … … 215 216 GSCRegion *gregion_patch (GSCRegion *patch, int *nregions); 216 217 int ConvertStars (StarData *data, int size, int nitems); 218 int dump_rawstars (Stars *stars, int Nstars); 219 Stars *rfits (FILE *f, int *nstars); 220 Stars *rtext (FILE *f, int *nstars); 221
Note:
See TracChangeset
for help on using the changeset viewer.
