tempo_impl.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2000 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/Util/tempo/tempo_impl.h
10
11#ifndef __TEMPO_IMPLEMENTATION_H
12#define __TEMPO_IMPLEMENTATION_H
13
14#include "Observatory.h"
15
16// these implementation details are hidden
17namespace Tempo
18{
19 // observatories parsed from obsys.dat, defined in obsys.C
20 extern std::vector< Reference::To<Observatory> > antennae;
21
22 // parse obsys.dat, implemented in obsys.C
23 void load_obsys ();
24
25 // return the ITOA code for the given telescope name, implemented in itoa.C
26 std::string itoa_code (const std::string& telescope_name);
27}
28
29#endif
Interface to Tempo.
Definition fit.C:22

Generated using doxygen 1.14.0