VariableTransformationFile.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#ifndef __Pulsar_VariableTransformationFile_h
10#define __Pulsar_VariableTransformationFile_h
11
12#include "Pulsar/KnownVariableTransformation.h"
13#include "Pulsar/ManualPolnCalibrator.h"
14
15namespace Pulsar {
16
18 class VariableTransformationFile : public KnownVariableTransformation
19 {
21
22 public:
23
24 VariableTransformationFile (ManualPolnCalibrator*);
25
28 };
29}
30
31#endif
Manager of variable transformations.
Definition KnownVariableTransformation.h:37
A Jones matrix with a label.
Definition KnownVariableTransformation.h:21
Manages a table of Jones matrix elements as a function of time and frequency.
Definition ManualPolnCalibrator.h:17
LabelledJones< double > get_value() override
Get the transformation.
Definition VariableTransformationFile.C:19
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0