ProfileShiftEstimator.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/ProfileShiftEstimator.h
10
11#ifndef __Pulsar_ProfileShiftEstimator_h
12#define __Pulsar_ProfileShiftEstimator_h
13
14#include "Pulsar/ShiftEstimator.h"
15#include "Pulsar/Profile.h"
16
17namespace Pulsar {
18
21 {
22
23 public:
24
26 void set_observation (const Profile* p) { observation = p; }
27
29 const Profile* get_observation () const { return observation; }
30
31 protected:
32
34 };
35
36}
37
38
39#endif // !defined __Pulsar_ProfileShiftEstimator_h
Algorithms that estimate the phase shift from a single pulse profile.
Definition ProfileShiftEstimator.h:21
const Profile * get_observation() const
Get the profile from which the shift will be estimated.
Definition ProfileShiftEstimator.h:29
void set_observation(const Profile *p)
Set the profile from which the shift will be estimated.
Definition ProfileShiftEstimator.h:26
Any quantity recorded as a function of pulse phase.
Definition Profile.h:40
Algorithms that estimate pulse phase shifts.
Definition ShiftEstimator.h:25
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0