Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Class for storing birdies (known RFI periodicities/frequencies) More...
#include <cheetah/data/Birdie.h>
Public Member Functions | |
Birdie () | |
Create an empty Birdie instance. | |
Birdie (data::FourierFrequencyType const &frequency, data::FourierFrequencyType const &width) | |
Create a new Birdie. More... | |
Birdie (Birdie const &)=default | |
Birdie (Birdie &&)=default | |
Birdie & | operator= (Birdie const &)=default |
Copy assignment. | |
void | frequency (data::FourierFrequencyType const &frequency) |
Set the frequency of the birdie. More... | |
data::FourierFrequencyType const & | frequency () const |
Get the frequency of the birdie. More... | |
void | width (data::FourierFrequencyType const &width) |
Set the width of the birdie. More... | |
data::FourierFrequencyType const & | width () const |
Get the width of the birdie. More... | |
Class for storing birdies (known RFI periodicities/frequencies)
Each birdie represents a signal of a given width to be excised from the spectrum of each DM trial during a search for periodic pulsar-like signals
ska::cheetah::data::Birdie::Birdie | ( | data::FourierFrequencyType const & | frequency, |
data::FourierFrequencyType const & | width | ||
) |
Create a new Birdie.
frequency | The central frequency of the birdie |
width | The full width of the birdie (centered around the frequency) |
Definition at line 34 of file Birdie.cpp.
void ska::cheetah::data::Birdie::frequency | ( | data::FourierFrequencyType const & | frequency | ) |
Set the frequency of the birdie.
frequency | The frequency |
Definition at line 44 of file Birdie.cpp.
data::FourierFrequencyType const & ska::cheetah::data::Birdie::frequency | ( | ) | const |
Get the frequency of the birdie.
Definition at line 49 of file Birdie.cpp.
void ska::cheetah::data::Birdie::width | ( | data::FourierFrequencyType const & | width | ) |
Set the width of the birdie.
width | The width in Hz |
Definition at line 54 of file Birdie.cpp.
data::FourierFrequencyType const & ska::cheetah::data::Birdie::width | ( | ) | const |
Get the width of the birdie.
Definition at line 59 of file Birdie.cpp.