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 
12 namespace 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
void set_nrcvr(const int s_nrcvr)
Set the number of receptors.
Definition: Receiver.h:97
void set_basis(Signal::Basis basis)
Set the basis of the feed receptors.
Definition: Receiver.C:97
void set_name(const std::string &_name)
Set the name of the receiver.
Definition: Receiver.h:92
void L_band(Receiver *r)
Init the Receiver Extension with Nancay info.
Definition: Nancay.C:20
The primary interface to pulsar observational data.
Definition: Archive.h:45
Contains information about the receiver and receiver platform.
Definition: Receiver.h:28
void guess(Receiver *r, Archive *a)
Initialize the Receiver Extension with Nancay best guess.
Definition: Nancay.C:29
void Nancay(Telescope *t)
Initialize the Telescope Extension with Nancay info.
Definition: Telescopes.C:226
void set_tracking_mode(Tracking mode)
Set the tracking mode of the receiver platform.
Definition: Receiver.h:82
Defines the PSRCHIVE library.
Definition: CalSource.h:17

Generated using doxygen 1.8.17