SmoothMedian.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2007 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/General/Pulsar/SmoothMedian.h
10
11#ifndef __Pulsar_SmoothMedian_h
12#define __Pulsar_SmoothMedian_h
13
14#include "Pulsar/Smooth.h"
15
16namespace Pulsar {
17
19
24 class SmoothMedian : public Smooth {
25
26 public:
27
29 SmoothMedian* clone () const;
30
33
35 class Interface;
36
37 void transform (Profile*);
38
39 };
40
41}
42
43#endif
Any quantity recorded as a function of pulse phase.
Definition Profile.h:40
Smooths a Profile using the median over a boxcar.
Definition SmoothMedian.h:24
TextInterface::Parser * get_interface()
Return a text-based interface to class properties.
Definition SmoothMedian.C:82
SmoothMedian * clone() const
Return a copy constructed instance of self.
Definition SmoothMedian.C:66
void transform(Profile *)
Defined by derived classes.
Definition SmoothMedian.C:20
Smooth()
Default constructor.
Definition Smooth.C:13
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0