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
18class MountProjection : public Mount
19{
20public:
21
23 virtual Jones<double> get_response () const = 0;
24
25};
26
27#endif
28
A Mount that can compute its own projection transformation.
Definition MountProjection.h:19
virtual Jones< double > get_response() const =0
Get the response.
Mount()
Default constructor.
Definition Mount.C:15

Generated using doxygen 1.14.0