Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
solarsystem.h
Go to the documentation of this file.
1 /*
2  NOVAS-C Version 2.0 (1 Nov 98)
3  Header file for all source files containing versions of
4  NOVAS-C function 'solarsystem'
5 
6  Naval Observatory Vector Astrometry Subroutines
7  C Version
8 
9  U. S. Naval Observatory
10  Astronomical Applications Dept.
11  3450 Massachusetts Ave., NW
12  Washington, DC 20392-5420
13 */
14 
15 #ifndef _SOLSYS_
16  #define _SOLSYS_
17 
18 /*
19  Function prototypes
20 */
21 
22  short int solarsystem (double tjd, short int body, short int origin,
23 
24  double *pos, double *vel);
25 
26 #endif
short int solarsystem(double tjd, short int body, short int origin, double *pos, double *vel)
float32 * pos
Definition: l1_czcs_hdf.c:35
Definition: novas.h:66
void origin(double A)
Definition: proj_report.c:190