Pulsar::Calibrator::Info Class Referenceabstract

#include <Calibrator.h>

Inheritance diagram for Pulsar::Calibrator::Info:
Reference::Able Reference::HeapTracked Pulsar::CalibratorStokesInfo Pulsar::ConfigurableProjection::Info Pulsar::ConstantGainInfo Pulsar::CorrelationInfo Pulsar::FluxCalManagerInfo Pulsar::FluxCalibrator::Info Pulsar::IXRInfo Pulsar::SolverInfo Pulsar::SourceInfo Pulsar::VariationInfo

Public Member Functions

virtual ~Info ()
 Destructor.
virtual std::string get_title () const =0
 Return the title to print above the plot.
virtual unsigned get_nchan () const =0
 Return the number of frequency channels.
virtual unsigned get_nclass () const =0
 Return the number of parameter classes.
virtual std::string get_label (unsigned iclass) const =0
 Return the PGPLOT-encoded label of the specified class.
virtual unsigned get_nparam (unsigned iclass) const =0
 Return the number of parameters in the specified class.
virtual Estimate< float > get_param (unsigned ichan, unsigned iclass, unsigned iparam) const =0
 Return the estimate of the specified parameter.
virtual std::string get_param_name (unsigned iparam) const
 Return the PGPLOT-encoded name of the specified parameter.
Optional Graphing Features

These optional attributes make the graph look nice

virtual int get_colour_index (unsigned iclass, unsigned iparam) const
 Return the colour index.
virtual int get_graph_marker (unsigned iclass, unsigned iparam) const
 Return the graph marker.
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

Detailed Description

The Calibrator::Info class is used primarily by CalibratorPlotter and CalibratorParameter plotting classes.

Member Function Documentation

◆ get_colour_index()

virtual int Pulsar::Calibrator::Info::get_colour_index ( unsigned iclass,
unsigned iparam ) const
inlinevirtual

◆ get_graph_marker()

virtual int Pulsar::Calibrator::Info::get_graph_marker ( unsigned iclass,
unsigned iparam ) const
inlinevirtual

Return the graph marker.

Reimplemented in Pulsar::ConfigurableProjection::Info.

Referenced by Pulsar::CalibratorPlotter::plot().

◆ get_label()

◆ get_nchan()

◆ get_nclass()

◆ get_nparam()

◆ get_param()

◆ get_param_name()

virtual std::string Pulsar::Calibrator::Info::get_param_name ( unsigned iparam) const
inlinevirtual

Return the PGPLOT-encoded name of the specified parameter.

This late addition is not implemented by every child.

Reimplemented in Pulsar::BackendFeedInfo, Pulsar::CorrelationInfo, and Pulsar::SingleAxisCalibrator::Info.

◆ get_title()


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

Generated using doxygen 1.14.0