#include <math.h>
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
|
short int | ephem_open (char *ephem_name, double *jd_begin, double *jd_end, short int *de_number) |
|
short int | ephem_close (void) |
|
short int | planet_ephemeris (double tjd[2], short int target, short int center, double *position, double *velocity) |
|
short int | state (double *jed, short int target, double *target_pos, double *target_vel) |
|
void | interpolate (double *buf, double *t, long int ncm, long int na, double *position, double *velocity) |
|
void | split (double tt, double *fr) |
|
short int ephem_open |
( |
char * |
ephem_name, |
|
|
double * |
jd_begin, |
|
|
double * |
jd_end, |
|
|
short int * |
de_number |
|
) |
| |
void interpolate |
( |
double * |
buf, |
|
|
double * |
t, |
|
|
long int |
ncm, |
|
|
long int |
na, |
|
|
double * |
position, |
|
|
double * |
velocity |
|
) |
| |
short int planet_ephemeris |
( |
double |
tjd[2], |
|
|
short int |
target, |
|
|
short int |
center, |
|
|
double * |
position, |
|
|
double * |
velocity |
|
) |
| |
void split |
( |
double |
tt, |
|
|
double * |
fr |
|
) |
| |
short int state |
( |
double * |
jed, |
|
|
short int |
target, |
|
|
double * |
target_pos, |
|
|
double * |
target_vel |
|
) |
| |