Pulsar::SingleAxisCalibrator::Info Class Reference

Communicates SingleAxisCalibrator parameters. More...

#include <SingleAxisCalibratorInfo.h>

Inheritance diagram for Pulsar::SingleAxisCalibrator::Info:
Pulsar::BackendFeedInfo Pulsar::DoPCalibrator::Info Pulsar::BrittonInfo Pulsar::InstrumentInfo

Public Member Functions

 Info (const PolnCalibrator *calibrator)
 Constructor.
unsigned get_nparam () const
 Return the number of parameters.
std::string get_title () const override
 Return the title.
unsigned get_nclass () const override
 Return the number of parameter classes.
std::string get_label (unsigned iclass) const override
 Return the PGPLOT-encoded label of the specified class.
unsigned get_nparam (unsigned iclass) const override
 Return the number of parameters in the specified class.
std::string get_param_name (unsigned iparam) const override
 Return the PGPLOT-encoded name of the specified parameter.
Estimate< float > get_param (unsigned ichan, unsigned iclass, unsigned iparam) const override
 Return the estimate of the specified parameter.

Detailed Description

Communicates SingleAxisCalibrator parameters.

Member Function Documentation

◆ get_label()

string SingleAxisCalibrator::Info::get_label ( unsigned iclass) const
overridevirtual

Return the PGPLOT-encoded label of the specified class.

Return the name of the specified class.

Implements Pulsar::Calibrator::Info.

References get_param_name().

Referenced by Pulsar::BackendFeedInfo::get_label(), and Pulsar::DoPCalibrator::Info::get_label().

◆ get_nclass()

unsigned SingleAxisCalibrator::Info::get_nclass ( ) const
overridevirtual

◆ get_nparam()

unsigned SingleAxisCalibrator::Info::get_nparam ( unsigned iclass) const
overridevirtual

Return the number of parameters in the specified class.

Implements Pulsar::Calibrator::Info.

◆ get_param()

Estimate< float > SingleAxisCalibrator::Info::get_param ( unsigned ichan,
unsigned iclass,
unsigned iparam ) const
overridevirtual

Return the estimate of the specified parameter.

Implements Pulsar::Calibrator::Info.

Referenced by Pulsar::BackendFeedInfo::get_param(), and Pulsar::DoPCalibrator::Info::get_param().

◆ get_param_name()

std::string SingleAxisCalibrator::Info::get_param_name ( unsigned iparam) const
overridevirtual

Return the PGPLOT-encoded name of the specified parameter.

Reimplemented from Pulsar::Calibrator::Info.

Referenced by get_label(), and Pulsar::BackendFeedInfo::get_param_name().

◆ get_title()

string SingleAxisCalibrator::Info::get_title ( ) const
overridevirtual

Return the title.

Implements Pulsar::Calibrator::Info.

Reimplemented in Pulsar::InstrumentInfo.


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

Generated using doxygen 1.14.0