Pulsar::ManualPolnCalibrator::Response Class Reference

The response at a single radio frequency. More...

#include <ManualPolnCalibrator.h>

Public Member Functions

MJD load (const std::string &str)
 load from string and return the epoch
void set_frequency (double f)
 Set the reference frequency.
double get_frequency () const
 Get the reference frequency.
void set_response (const Jones< float > &J)
 Set the Jones matrix.
const Jones< float > & get_response () const
 Get the Jones matrix.

Protected Attributes

double frequency = 0.0
 The reference frequency.
Jones< float > response
 The response funtion.

Detailed Description

The response at a single radio frequency.

Member Function Documentation

◆ load()

MJD Pulsar::ManualPolnCalibrator::Response::load ( const std::string & str)

load from string and return the epoch

The elements of the Jones matrix are parsed in the following order: Re[j_{00}], Im[j_{00}], Re[j_{01}], Im[j_{01}], Re[j_{10}], Im[j_{10}], Re[j_{11}], Im[j_{11}]

References frequency, and set_response().

Referenced by Pulsar::ManualPolnCalibrator::load().


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

Generated using doxygen 1.14.0