Pulsar::Calibrator::Info Class Referenceabstract

#include <Calibrator.h>

Inheritance diagram for Pulsar::Calibrator::Info:
Reference::Able Reference::HeapTracked Pulsar::CalibratorStokesInfo Pulsar::ConstantGainInfo Pulsar::FluxCalibrator::Info Pulsar::FluxCalManagerInfo 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_name (unsigned iclass) const =0
 Return the name 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.
 
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.


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

Generated using doxygen 1.8.17