Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
An API for accessing pulsar pulse profiles. More...
#include <cheetah/generators/pulse_profile/ProfileManager.h>
Public Types | |
typedef boost::units::quantity< data::MilliSeconds, double > | PeriodUnitType |
Public Member Functions | |
PulsarProfile | profile (PulsarProfileId const &) const |
return a profile of a known pulsar | |
PulsarProfile | profile (PulsarProfileConfig const &) |
void | add (PulsarProfileId id, PulsarProfile profile) |
return the list of known pulsar profiles std::list<PulsarProfileId> const& profile_list() const; More... | |
An API for accessing pulsar pulse profiles.
Definition at line 46 of file ProfileManager.h.
void ska::cheetah::generators::ProfileManager::add | ( | PulsarProfileId | id, |
PulsarProfile | profile | ||
) |
return the list of known pulsar profiles std::list<PulsarProfileId> const& profile_list() const;
add a profile to the mamanger
Definition at line 45 of file ProfileManager.cpp.