LALPulsar  6.1.0.1-c9a8ef6
GetEarthTimes.h
Go to the documentation of this file.
1 /*
2 * Copyright (C) 2007 David M. Whitbeck, Jolien Creighton, Ian Jones, Reinhard Prix, Teviet Creighton
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with with program; see the file COPYING. If not, write to the
16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 * MA 02110-1301 USA
18 */
19 
20 
21 #ifndef _GETEARTHTIMES_H
22 #define _GETEARTHTIMES_H
23 
24 #include <lal/LALStdlib.h>
25 #include <lal/LALBarycenter.h>
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 /**
32  * \defgroup GetEarthTimes_h Header GetEarthTimes.h
33  * \author Creighton, T. D.
34  * \ingroup lalpulsar_general
35  * \brief Computes the next sidereal midnight and autumnal equinox.
36  */
37 /** @{ */
38 
39 int XLALGetEarthTimes( const LIGOTimeGPS *tepoch, REAL8 *tMidnight, REAL8 *tAutumn );
40 
41 /** @} */
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif
int XLALGetEarthTimes(const LIGOTimeGPS *tepoch, REAL8 *tMidnight, REAL8 *tAutumn)
This function takes a GPS time from tepoch and uses it to assign tAutumn and tMidnight,...
Definition: GetEarthTimes.c:76
double REAL8