24 #ifndef SKA_CHEETAH_EXPORTER_SCLFILESTREAMERTRAITS_H 25 #define SKA_CHEETAH_EXPORTER_SCLFILESTREAMERTRAITS_H 27 #include "cheetah/data/Scl.h" 47 bool consistent_with_existing_file(
data::Scl const&) {
return true; }
50 void headers(std::ostream& os,
data::Scl const&);
53 void footers(std::ostream&) {};
56 void write(std::ostream& os,
data::Scl const&);
60 void SclFileStreamerTraits::headers(std::ostream& os,
data::Scl const&)
62 os <<
"p(" <<
typename data::Scl::CandidateType::TimeType::unit_type()
63 <<
")\tp_dot(" <<
typename data::Scl::CandidateType::SecPerSecType::unit_type()
65 <<
"width(" <<
typename data::Scl::CandidateType::TimeType::unit_type() <<
")\tsigma\n";
72 #endif // SKA_CHEETAH_EXPORTER_SCLFILESTREAMERTRAITS_H class to describe the format of data::Scl output files as a panda::OutputFileStreamConcept ...
Some limits and constants for FLDO.