ParIntShift.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2009 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/Timing/Pulsar/ParIntShift.h
10
11#ifndef __Pulsar_ParIntShift_h
12#define __Pulsar_ParIntShift_h
13
14#include "Pulsar/ProfileStandardShift.h"
15
16namespace Pulsar {
17
20 {
21
22 public:
23
26
30
32 ParIntShift* clone () const { return new ParIntShift(*this); }
33
34 };
35
36}
37
38
39#endif // !defined __Pulsar_ParIntShift_h
Convenience interface used to add ShiftEstimator children to factory.
Definition ShiftEstimator.h:60
Estimates phase shift in time domain using parabolic interpolation.
Definition ParIntShift.h:20
TextInterface::Parser * get_interface()
Return a text interface that can be used to configure this instance.
Definition ParIntShift.h:28
ParIntShift * clone() const
Return a copy constructed instance of self.
Definition ParIntShift.h:32
Estimate< double > get_shift() const
Return the shift estimate.
Definition ParIntShift.C:20
Estimates the phase shift relative to a standard pulse profile.
Definition ProfileStandardShift.h:20
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0