Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
A simple Taylor Expansion phase model. More...
#include <cheetah/generators/src/SimplePhaseModel.h>
Public Member Functions | |
SimplePhaseModel (SimplePhaseModelConfig const &) | |
double | operator() (utils::ModifiedJulianClock::time_point const &mjd, boost::units::quantity< data::MegaHertz, double > const mhz) const |
A simple Taylor Expansion phase model.
Swt the coefficents and the reference epoch in the config object.
phi(t) = phi(t_0) + nu * (t - t_0) + nu_dot * (t - t_0)^2 ...
Definition at line 44 of file SimplePhaseModel.h.