Pulsar::FluxCalManagerInfo Class Reference

Communicates FluxCalManager parameters to plotting routines. More...

#include <FluxCalManagerInfo.h>

Inheritance diagram for Pulsar::FluxCalManagerInfo:
Pulsar::Calibrator::Info Reference::Able Reference::HeapTracked

Public Member Functions

 FluxCalManagerInfo (const ReceptionCalibrator *calibrator)
 Constructor.
std::string get_title () const
 Return the title.
unsigned get_nchan () const
 Return the number of frequency channels.
unsigned get_nclass () const
 Return the number of parameter classes.
std::string get_label (unsigned iclass) const
 Return the name of the specified class.
unsigned get_nparam (unsigned iclass) const
 Return the number of parameters in the specified class.
Estimate< float > get_param (unsigned ichan, unsigned iclass, unsigned iparam) const
 Return the estimate of the specified parameter.
int get_colour_index (unsigned iclass, unsigned iparam) const
 Return the colour index of the specified parameter.
Public Member Functions inherited from Pulsar::Calibrator::Info
virtual ~Info ()
 Destructor.
virtual std::string get_param_name (unsigned iparam) const
 Return the PGPLOT-encoded name of the specified parameter.
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

Protected Attributes

Reference::To< const ReceptionCalibratorcalibrator
 The ReceptionCalibrator with FluxCalManager data to be plotted.
unsigned nclass
 The number of different classes of data.
unsigned nclass_on
 The number of FluxCalOn classes.

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

Communicates FluxCalManager parameters to plotting routines.

Member Function Documentation

◆ get_colour_index()

int Pulsar::FluxCalManagerInfo::get_colour_index ( unsigned iclass,
unsigned iparam ) const
virtual

Return the colour index of the specified parameter.

Reimplemented from Pulsar::Calibrator::Info.

◆ get_label()

std::string Pulsar::FluxCalManagerInfo::get_label ( unsigned iclass) const
virtual

Return the name of the specified class.

Implements Pulsar::Calibrator::Info.

References calibrator, and nclass_on.

◆ get_nchan()

unsigned Pulsar::FluxCalManagerInfo::get_nchan ( ) const
virtual

Return the number of frequency channels.

Implements Pulsar::Calibrator::Info.

References calibrator.

Referenced by FluxCalManagerInfo().

◆ get_nclass()

unsigned Pulsar::FluxCalManagerInfo::get_nclass ( ) const
virtual

Return the number of parameter classes.

Implements Pulsar::Calibrator::Info.

References nclass.

◆ get_nparam()

unsigned Pulsar::FluxCalManagerInfo::get_nparam ( unsigned iclass) const
virtual

Return the number of parameters in the specified class.

Implements Pulsar::Calibrator::Info.

◆ get_param()

Estimate< float > Pulsar::FluxCalManagerInfo::get_param ( unsigned ichan,
unsigned iclass,
unsigned iparam ) const
virtual

◆ get_title()

std::string Pulsar::FluxCalManagerInfo::get_title ( ) const
virtual

Return the title.

Implements Pulsar::Calibrator::Info.


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

Generated using doxygen 1.14.0