1 #ifndef CARMA_SERVICES_NOVAS_WRAPPER_H
2 #define CARMA_SERVICES_NOVAS_WRAPPER_H
11 #define NOVAS_VERSION2
44 double radialvelocity;
48 void sidereal_time(
double julianhi,
54 void earthtilt(
double tjd,
62 short int set_body(
short int type,
68 void make_cat_entry(
char catalog[ 4 ],
80 short int astro_planet(
double tjd,
88 void equ2hor(
double tjd,
102 short int app_star(
double tjd,
108 short int app_star_doppler(
double tjd,
116 short int virtual_star(
double tjd,
122 short int astro_star(
double tjd,
129 short int app_planet(
double tjd,
136 short int app_planet_doppler(
double tjd,
145 short int topo_star(
double tjd,
149 site_info * location,
153 short int topo_star_doppler(
double tjd,
157 site_info * location,
163 short int topo_planet(
double tjd,
167 site_info * location,
172 short int topo_planet_doppler(
double tjd,
176 site_info * location,
184 void set_jpleph(
char * x );
186 void transform_cat (
short int option,
double date_incat,
187 cat_entry *incat,
double date_newcat,
192 short int ephemeris (
double tjd, body *cel_obj,
194 double *pos,
double *vel);
197 short int ephemeris_spot (
double tjd, body *cel_obj,
199 double *pos,
double *vel);
201 short int set_body_spot (
double majorAxis,
double minorAxis,
double axisAngle,
double tiltAngle,
202 double mjd,
double Longitude,
double Latitude,
double SpinRate);