libnova  v 0.15.0
aberration.h
00001 /*
00002  *  This library is free software; you can redistribute it and/or
00003  *  modify it under the terms of the GNU Lesser General Public
00004  *  License as published by the Free Software Foundation; either
00005  *  version 2 of the License, or (at your option) any later version.
00006  *
00007  *  This library is distributed in the hope that it will be useful,
00008  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00009  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00010  *  Lesser General Public License for more details.
00011  *
00012  *  You should have received a copy of the GNU General Public License
00013  *  along with this program; if not, write to the Free Software
00014  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00015  *  
00016  *  Copyright (C) 2000 - 2005 Liam Girdwood  
00017  */
00018 
00019 
00020 #ifndef _LN_ABERRATION_H
00021 #define _LN_ABERRATION_H
00022 
00023 #include <libnova/ln_types.h>
00024 
00025 #ifdef __cplusplus
00026 extern "C" {
00027 #endif
00028 
00040 /* Equ 22.1, 22.3, 22.4 and Ron-Vondrak expression */
00041 void LIBNOVA_EXPORT ln_get_equ_aber (struct ln_equ_posn * mean_position, double JD, struct ln_equ_posn * position);
00042 
00047 /* Equ 22.1, 22.2 pg 139 */
00048 void LIBNOVA_EXPORT ln_get_ecl_aber (struct ln_lnlat_posn * mean_position, double JD, struct ln_lnlat_posn * position); 
00049 
00050 #ifdef __cplusplus
00051 };
00052 #endif
00053 
00054 #endif