Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Configuration parameters for the SimplePhase Model. More...
#include <cheetah/generators/SimplePhaseModelConfig.h>
Public Member Functions | |
SimplePhaseModelConfig & | operator= (SimplePhaseModelConfig const &) |
copy the coefficients from one object into another More... | |
std::vector< float > const & | coefficients () const |
return the coeffients for the simple phase model More... | |
void | coefficients (std::vector< float > coeffs) |
set the coeffients for the simple phase model | |
![]() | |
Config (std::string module_name) | |
void | terminate () const |
call for notifiers to indicate a termination condition More... | |
Protected Member Functions | |
void | add_options (OptionsDescriptionEasyInit &add_options) override |
Additional Inherited Members | |
![]() | |
typedef System | SystemType |
typedef panda::PoolManager< SystemType > | PoolManagerType |
typedef PoolManagerType::PoolType | PoolType |
Configuration parameters for the SimplePhase Model.
Definition at line 43 of file SimplePhaseModelConfig.h.
std::vector< float > const & ska::cheetah::generators::SimplePhaseModelConfig::coefficients | ( | ) | const |
return the coeffients for the simple phase model
the parameter in the equations is the time since epoch in days By default the epoch is MJD 0.0
Definition at line 54 of file SimplePhaseModelConfig.cpp.
SimplePhaseModelConfig & ska::cheetah::generators::SimplePhaseModelConfig::operator= | ( | SimplePhaseModelConfig const & | config | ) |
copy the coefficients from one object into another
n.b not a full copy of the object
Definition at line 37 of file SimplePhaseModelConfig.cpp.