COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
ephemlib.h
Go to the documentation of this file.
1 /********************************************************************
2 * Copyright (C) 2015 by Interstel Technologies, Inc.
3 * and Hawaii Space Flight Laboratory.
4 *
5 * This file is part of the COSMOS/core that is the central
6 * module for COSMOS. For more information on COSMOS go to
7 * <http://cosmos-project.com>
8 *
9 * The COSMOS/core software is licenced under the
10 * GNU Lesser General Public License (LGPL) version 3 licence.
11 *
12 * You should have received a copy of the
13 * GNU Lesser General Public License
14 * If not, go to <http://www.gnu.org/licenses/>
15 *
16 * COSMOS/core is free software: you can redistribute it and/or
17 * modify it under the terms of the GNU Lesser General Public License
18 * as published by the Free Software Foundation, either version 3 of
19 * the License, or (at your option) any later version.
20 *
21 * COSMOS/core is distributed in the hope that it will be useful, but
22 * WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24 * Lesser General Public License for more details.
25 *
26 * Refer to the "licences" folder for further information on the
27 * condititons and terms to use this software.
28 ********************************************************************/
29 
30 #ifndef EPHEMLIB_H
31 #define EPHEMLIB_H
32 
33 #endif // EPHEMLIB_H
34 
35 
41 #include "math/mathlib.h"
42 #include "support/convertdef.h"
43 
49 
54 
55 int32_t jplnut(double mjd, double nuts[]);
56 int32_t jplpos(long from, long to, double mjd, cartpos *pos);
57 int32_t jplpos(long from, long to, double mjd, cartpos &pos);
58 int32_t jpllib(double utc,rmatrix *rm, rmatrix *drm);
59 int32_t jpllib(double utc,rmatrix &rm, rmatrix &drm);
60 int32_t jplopen();
61 
int32_t jpllib(double utc, rmatrix *rm, rmatrix *drm)
Librations from JPL Ephemeris.
Definition: ephemlib.cpp:54
Cartesian full position structure.
Definition: convertdef.h:158
int32_t jplopen()
Definition: ephemlib.cpp:183
int32_t jplnut(double utc, double nuts[])
Nutations from JPL Ephemeris.
Definition: ephemlib.cpp:90
3x3 element generic matrix
Definition: matrix.h:41
double mjd
Definition: udp_send.cpp:41
mathlib include file
int32_t jplpos(long from, long to, double utc, cartpos *pos)
Position from JPL Ephemeris.
Definition: ephemlib.cpp:128