FourthMomentInterpreter.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/More/Polarimetry/Pulsar/FourthMomentInterpreter.h
10
11#ifndef __Pulsar_FourthMomentInterpreter_h
12#define __Pulsar_FourthMomentInterpreter_h
13
14#include "Pulsar/InterpreterExtension.h"
15
16namespace Pulsar {
17
18 class FourthMomentInterpreter : public Interpreter::Extension {
19
20 public:
21
23 FourthMomentInterpreter ();
24
26 ~FourthMomentInterpreter ();
27
29 std::string debias (const std::string& arg);
30
31 };
32
33}
34
35#endif
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0