Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
A single dimension representation of a Spectrum. More...
#include <cheetah/data/Spectrum.h>
Public Types | |
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 | |
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 a Spectrum.
Definition at line 58 of file Spectrum.h.
SpectrumBase< DerivedType, NumericalRep, Alloc >::TimePointType const & ska::cheetah::data::SpectrumBase< DerivedType, NumericalRep, Alloc >::start_time | ( | ) | const |
Definition at line 49 of file Spectrum.cpp.
void ska::cheetah::data::SpectrumBase< DerivedType, NumericalRep, Alloc >::start_time | ( | TimePointType | offset | ) |
Definition at line 43 of file Spectrum.cpp.