IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40903


Ignore:
Timestamp:
Oct 3, 2019, 3:49:37 PM (7 years ago)
Author:
eugene
Message:

add UHS variants

Location:
branches/eam_branches/ohana.20190329/src/addstar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/addstar/Makefile

    r40888 r40903  
    318318$(SRC)/loadukirt_uhs_readstars_uhs.$(ARCH).o \
    319319$(SRC)/loadukirt_uhs_readstars_ugcs.$(ARCH).o \
     320$(SRC)/loadukirt_uhs_readstars_ugps.$(ARCH).o \
    320321$(SRC)/loadukirt_uhs_readstars_ulas.$(ARCH).o \
    321322$(SRC)/loadukirt_uhs_table.$(ARCH).o \
  • branches/eam_branches/ohana.20190329/src/addstar/include/ukirt_uhs.h

    r40888 r40903  
    11
    2 typedef enum {UKIRT_MODE_NONE, UKIRT_MODE_UHS, UKIRT_MODE_UGCS, UKIRT_MODE_ULAS} UkirtMode;
     2typedef enum {UKIRT_MODE_NONE, UKIRT_MODE_UHS, UKIRT_MODE_UGCS, UKIRT_MODE_UGPS, UKIRT_MODE_ULAS} UkirtMode;
    33
    44# define NSTARS_MAX 10000000
     
    5050UKIRT_Stars *loadukirt_uhs_readstars (FILE *f, char *buffer, int *nstart, AddstarClientOptions *options, int *nstars);
    5151
     52UKIRT_Stars *loadukirt_uhs_readstars_ugps (FILE *f, char *buffer, int *nstart, AddstarClientOptions *options, int *nstars);
    5253UKIRT_Stars *loadukirt_uhs_readstars_ugcs (FILE *f, char *buffer, int *nstart, AddstarClientOptions *options, int *nstars);
    5354UKIRT_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.