Changeset 40903
- Timestamp:
- Oct 3, 2019, 3:49:37 PM (7 years ago)
- Location:
- branches/eam_branches/ohana.20190329/src/addstar
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
include/ukirt_uhs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/addstar/Makefile
r40888 r40903 318 318 $(SRC)/loadukirt_uhs_readstars_uhs.$(ARCH).o \ 319 319 $(SRC)/loadukirt_uhs_readstars_ugcs.$(ARCH).o \ 320 $(SRC)/loadukirt_uhs_readstars_ugps.$(ARCH).o \ 320 321 $(SRC)/loadukirt_uhs_readstars_ulas.$(ARCH).o \ 321 322 $(SRC)/loadukirt_uhs_table.$(ARCH).o \ -
branches/eam_branches/ohana.20190329/src/addstar/include/ukirt_uhs.h
r40888 r40903 1 1 2 typedef enum {UKIRT_MODE_NONE, UKIRT_MODE_UHS, UKIRT_MODE_UGCS, UKIRT_MODE_U LAS} UkirtMode;2 typedef enum {UKIRT_MODE_NONE, UKIRT_MODE_UHS, UKIRT_MODE_UGCS, UKIRT_MODE_UGPS, UKIRT_MODE_ULAS} UkirtMode; 3 3 4 4 # define NSTARS_MAX 10000000 … … 50 50 UKIRT_Stars *loadukirt_uhs_readstars (FILE *f, char *buffer, int *nstart, AddstarClientOptions *options, int *nstars); 51 51 52 UKIRT_Stars *loadukirt_uhs_readstars_ugps (FILE *f, char *buffer, int *nstart, AddstarClientOptions *options, int *nstars); 52 53 UKIRT_Stars *loadukirt_uhs_readstars_ugcs (FILE *f, char *buffer, int *nstart, AddstarClientOptions *options, int *nstars); 53 54 UKIRT_Stars *loadukirt_uhs_readstars_ulas (FILE *f, char *buffer, int *nstart, AddstarClientOptions *options, int *nstars);
Note:
See TracChangeset
for help on using the changeset viewer.
