Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Factory to generate known phase models. More...
#include <cheetah/generators/PhaseModelFactory.h>
Public Types | |
typedef std::function< double(utils::ModifiedJulianClock::time_point const &, boost::units::quantity< data::MegaHertz, double > const)> | type |
Public Member Functions | |
PhaseModelFactory (ConfigType const &) | |
type | create (std::string const &type) const |
creates a phase model of the specified type, using the next available suitable configuration that is found | |
std::vector< std::string > const & | types () const |
return the types supported | |
Factory to generate known phase models.
Definition at line 46 of file PhaseModelFactory.h.