Distortion.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2012 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9#ifndef __Pulsar_Distortion_h
10#define __Pulsar_Distortion_h
11
12#include "Reference.h"
13
14namespace Pulsar {
15
16 class Archive;
17
19 class Distortion {
20
22
23 public:
24
26 void set_standard (Archive*);
27
29 void set_calibrator (Archive*);
30
31 };
32}
33
34#endif
The primary interface to pulsar observational data.
Definition Archive.h:46
Analysis of the impact of instrumental boost on phase shift estimate.
Definition Distortion.h:19
void set_standard(Archive *)
Set the standard (template) used to estimate phase shift.
Definition Distortion.C:144
void set_calibrator(Archive *)
Set the calibrator (reference) used to estimate distortion.
Definition Distortion.C:42
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0