PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
Polarimetry
Pulsar
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
16
namespace
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
Error
Error::get_message
const std::string get_message() const
Pulsar
Defines the PSRCHIVE library.
Definition:
CalSource.h:17
Generated using
doxygen
1.8.17