24 #ifndef SKA_CHEETAH_EXPORTERS_SPCCLSIGPROC_H 25 #define SKA_CHEETAH_EXPORTERS_SPCCLSIGPROC_H 27 #include "cheetah/exporters/SpCclSigProcConfig.h" 28 #include "cheetah/sigproc/SigProcWriter.h" 29 #include "cheetah/data/SpCcl.h" 30 #include "cheetah/data/Units.h" 31 #include "cheetah/utils/chrono.h" 42 template<
typename NumericalRep>
45 typedef pss::astrotypes::sigproc::Header HeaderType;
46 typedef cheetah::utils::ModifiedJulianClock::time_point TimePointType;
53 std::vector<TimePointType> start_times();
58 bool operator << (data::SpCcl<NumericalRep>
const& cand_list);
63 std::vector<TimePointType> _start_times;
70 #include "cheetah/exporters/detail/SpCclSigProc.cpp" 71 #endif // SKA_CHEETAH_EXPORTERS_SPCCLSIGPROC_H
A configuration class for the dynamic spectrum of single pulse candidates.
Some limits and constants for FLDO.
Writes data types to a sigproc format file.