MountProjection.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2019 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/Util/genutil/MountProjection.h
10 
11 #ifndef __MountProjection_H
12 #define __MountProjection_H
13 
14 #include "Mount.h"
15 #include "Jones.h"
16 
18 class MountProjection : public Mount
19 {
20 public:
21 
23  virtual Jones<double> get_response () const = 0;
24 
25 };
26 
27 #endif
28 
virtual Jones< double > get_response() const =0
Get the response.
Base class of antenna/telescope mount types.
Definition: Mount.h:20
A Mount that can compute its own projection transformation.
Definition: MountProjection.h:18

Generated using doxygen 1.8.17