ProfileStatsInterface.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2008 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/General/Pulsar/ProfileStatsInterface.h
10 
11 #ifndef __Pulsar_ProfileStatsInterface_h
12 #define __Pulsar_ProfileStatsInterface_h
13 
14 #include "Pulsar/ProfileStats.h"
15 #include "TextInterface.h"
16 
17 namespace Pulsar
18 {
20  class ProfileStats::Interface : public TextInterface::To<ProfileStats>
21  {
22  public:
23 
25  Interface ( ProfileStats* = 0, bool manage_estimators = true );
26  };
27 }
28 
29 #endif
Stores a weight for each Profile phase bin.
Definition: PhaseWeight.h:29
Interface(ProfileStats *=0, bool manage_estimators=true)
Default constructor.
Definition: ProfileStatsInterface.C:16
Archive statistics text interface.
Definition: PhaseWeightInterface.h:25
Defines the PSRCHIVE library.
Definition: CalSource.h:17
Computes pulse profile statistics.
Definition: ProfileStats.h:35

Generated using doxygen 1.8.17