Class MEAL::DataAndModelReport
-
class DataAndModelReport : public MEAL::ReceptionModel::Report
Print the data and model values for each pulsar.
Public Functions
-
inline DataAndModelReport(const std::string &name)
Construct with filename.
-
inline virtual ReceptionModel::Report *clone() const
Return a new, copy-constructed clone.
-
virtual void report()
Write the report for each pulsar.
-
virtual void report(std::ostream&)
Write the report for the current pulsar.
-
std::set<std::string> get_source_names()
Return the names of all sources in the data set.
-
inline DataAndModelReport(const std::string &name)