24 #ifndef SKA_CHEETAH_DATA_BIRDIE_H 25 #define SKA_CHEETAH_DATA_BIRDIE_H 27 #include "cheetah/data/Units.h" 71 void frequency(data::FourierFrequencyType
const& frequency);
78 data::FourierFrequencyType
const&
frequency()
const;
85 void width(data::FourierFrequencyType
const& width);
92 data::FourierFrequencyType
const&
width()
const;
95 data::FourierFrequencyType _frequency;
96 data::FourierFrequencyType _width;
104 #endif // SKA_CHEETAH_DATA_BIRDIE_H Birdie & operator=(Birdie const &)=default
Copy assignment.
Some limits and constants for FLDO.
data::FourierFrequencyType const & frequency() const
Get the frequency of the birdie.
Class for storing birdies (known RFI periodicities/frequencies)
Birdie()
Create an empty Birdie instance.
data::FourierFrequencyType const & width() const
Get the width of the birdie.