FlatLatticeTilingPulsar.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (C) 2007, 2008 Karl Wette
00003  *
00004  *  This program is free software; you can redistribute it and/or modify
00005  *  it under the terms of the GNU General Public License as published by
00006  *  the Free Software Foundation; either version 2 of the License, or
00007  *  (at your option) any later version.
00008  *
00009  *  This program is distributed in the hope that it will be useful,
00010  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  *  GNU General Public License for more details.
00013  *
00014  *  You should have received a copy of the GNU General Public License
00015  *  along with with program; see the file COPYING. If not, write to the
00016  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
00017  *  MA  02111-1307  USA
00018  */
00019 
00020 /**
00021  * \author Karl Wette
00022  * \file
00023  * \brief Pulsar-specific routines for FlatLatticeTiling
00024  */
00025 
00026 #ifndef _FLATLATTICETILINGPULSAR_H
00027 #define _FLATLATTICETILINGPULSAR_H
00028 
00029 #include <gsl/gsl_vector.h>
00030 #include <gsl/gsl_matrix.h>
00031 
00032 #include <lal/LALRCSID.h>
00033 #include <lal/LALDatatypes.h>
00034 #include <lal/FlatLatticeTiling.h>
00035 
00036 #ifdef __cplusplus
00037 extern "C" {
00038 #endif
00039 
00040   NRCSID(FLATLATTICETILINGPULSARH, "$Id: FlatLatticeTilingPulsar.h,v 1.4 2008/08/04 20:51:49 kwwette Exp $");
00041 
00042   /**
00043    * Functions
00044    */
00045   int XLALSetFlatLatticeTilingSpindownFstatMetric(FlatLatticeTiling*, REAL8, REAL8, REAL8);
00046   int XLALAddFlatLatticeTilingAgeBrakingIndexBounds(FlatLatticeTiling*, REAL8, REAL8, REAL8, REAL8, REAL8, INT4, INT4);
00047 
00048 #ifdef __cplusplus
00049 }
00050 #endif
00051 
00052 #endif

Generated on Sun Sep 7 03:06:41 2008 for LAL by  doxygen 1.5.2