PolnStatistics.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2011 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/General/Pulsar/PolnStatistics.h
10
11#ifndef __Pulsar_PolnStatistics_h
12#define __Pulsar_PolnStatistics_h
13
14#include "Pulsar/Statistics.h"
15
16namespace Pulsar
17{
18 class PolnProfile;
19 class PolnProfileStats;
20
22 class PolnStatistics : public Statistics::Plugin
23 {
24 public:
25
26 PolnStatistics ();
27 ~PolnStatistics ();
28
31
34
35 protected:
36
39
41 void setup_stats ();
42
43 };
44}
45
46#endif
Computes polarimetric pulse profile statistics.
Definition PolnProfileStats.h:22
Polarimetric pulse profile transformations and derivations.
Definition PolnProfile.h:29
TextInterface::Parser * get_interface()
Return a text interface.
Definition PolnStatistics.C:67
PolnProfileStats * get_stats()
Return pointer to polarization profile statistics instance.
Definition PolnStatistics.C:21
void setup_stats()
Synchronize to the current state of the Statistics class.
Definition PolnStatistics.C:72
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0