Calibration::DataAndModelReport Class Reference

Print the data and model values for each pulsar. More...

#include <DataAndModelReport.h>

Inheritance diagram for Calibration::DataAndModelReport:
Calibration::ReceptionModel::Report Reference::Able Reference::HeapTracked

Public Member Functions

 DataAndModelReport (const std::string &name)
 Construct with filename.
ReceptionModel::Reportclone () const
 Return a new, copy-constructed clone.
void report ()
 Write the report for each pulsar.
void report (std::ostream &)
 Write the report for the current pulsar.
std::set< std::string > get_source_names ()
 Return the names of all source in the data set.
Public Member Functions inherited from Calibration::ReceptionModel::Report
 Report (const std::string &name)
 Construct with filename.
void set_model (ReceptionModel *_model)
 Set the measurement equation on which to report.
void set_filename (const std::string &_name)
 Set the name of the file to which the report will be written.
const std::string & get_filename () const
void set_path (const std::string &_name)
 Set the root path to which reports will be written.
const std::string & get_path () const
std::string make_reports_path (const std::string &subdir="")
 Create the reports directory and return the constructed path name.
Public Member Functions inherited from Reference::Able
 Able (const Able &)
Ableoperator= (const Able &)
unsigned get_reference_count () const
Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
HeapTrackedoperator= (const HeapTracked &)
bool __is_on_heap () const

Additional Inherited Members

Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
static void operator delete (void *location, void *ptr)
static void operator delete (void *location)
static size_t get_heap_queue_size ()
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const
Protected Attributes inherited from Calibration::ReceptionModel::Report
std::string path
 Path to which reports are written.
std::string filename
 Filename to which the report is written.
Reference::To< ReceptionModel, false > model
 The measurement equation for which report is written.

Detailed Description

Print the data and model values for each pulsar.

Member Function Documentation

◆ clone()

ReceptionModel::Report * Calibration::DataAndModelReport::clone ( ) const
inlinevirtual

Return a new, copy-constructed clone.

Implements Calibration::ReceptionModel::Report.

References DataAndModelReport().

◆ report() [1/2]

void Calibration::DataAndModelReport::report ( )
virtual

◆ report() [2/2]


The documentation for this class was generated from the following files:

Generated using doxygen 1.14.0