Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
A single dimension representation of the bandPass. More...
#include <cheetah/rfim/ampp/Spectrum.h>
Public Types | |
typedef BaseT::Channel | Channel |
typedef BaseT::ConstChannel | ConstChannel |
![]() | |
typedef BaseT::Channel | Channel |
typedef BaseT::ConstChannel | ConstChannel |
typedef cheetah::utils::ModifiedJulianClock::time_point | TimePointType |
![]() | |
typedef pss::astrotypes::multiarray::MultiArray< Alloc, NumericalRep, SpectrumInterface, data::Frequency > ::template OperatorSliceType< data::Frequency >::type | Channel |
typedef pss::astrotypes::multiarray::MultiArray< Alloc, NumericalRep, SpectrumInterface, data::Frequency > ::template ConstOperatorSliceType< data::Frequency >::type | ConstChannel |
Public Member Functions | |
Spectrum (pss::astrotypes::DimensionSize< data::Frequency > size=pss::astrotypes::DimensionSize< data::Frequency >(0)) | |
void | adjust_mean (NumericalRep) |
adjust each channel by the provided amount | |
float | mean () const |
return the calculated mean | |
float | calculate_mean () |
![]() | |
SpectrumBase (pss::astrotypes::DimensionSize< data::Frequency > size=pss::astrotypes::DimensionSize< data::Frequency >(0)) | |
TimePointType const & | start_time () const |
void | start_time (TimePointType offset) |
![]() | |
Channel | channel (std::size_t channel_number) |
ConstChannel | channel (std::size_t channel_number) const |
std::size_t | number_of_channels () const |
return the number of channels in the data structure | |
A single dimension representation of the bandPass.
Definition at line 42 of file Spectrum.h.