Nancay.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2010 by Paul Demorest
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9#ifndef __Nancay_h
10#define __Nancay_h
11
12namespace Pulsar {
13
14 class Archive;
15 class Receiver;
16
18 namespace Nancay {
19
21 void L_band(Receiver *r);
22
24 void guess (Receiver* r, Archive* a);
25
26 }
27
28}
29
30#endif
The primary interface to pulsar observational data.
Definition Archive.h:46
Contains information about the receiver and receiver platform.
Definition Receiver.h:23
Namespace contains Nancay-specifc info.
Definition Nancay.h:18
void L_band(Receiver *r)
Init the Receiver Extension with Nancay info.
Definition Nancay.C:20
void guess(Receiver *r, Archive *a)
Initialize the Receiver Extension with Nancay best guess.
Definition Nancay.C:29
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0