EllAngPlot.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2006 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/Plotting/Pulsar/EllAngPlot.h
10
11#ifndef __Pulsar_EllAngPlot_h
12#define __Pulsar_EllAngPlot_h
13
14#include "Pulsar/AnglePlot.h"
15
16namespace Pulsar {
17
19 class EllAngPlot : public AnglePlot {
20
21 public:
22
24 EllAngPlot ();
25
27 std::string get_ylabel (const Archive* data);
28
30 void get_angles (const Archive*);
31
32 };
33
34}
35
36#endif
AnglePlot()
Default constructor.
Definition AnglePlot.C:22
The primary interface to pulsar observational data.
Definition Archive.h:46
EllAngPlot()
Default constructor.
Definition EllAngPlot.C:12
void get_angles(const Archive *)
Compute ellipticity angles and store in AnglePlot::angles.
Definition EllAngPlot.C:19
std::string get_ylabel(const Archive *data)
Return the default label for the y axis.
Definition EllAngPlot.C:26
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0