Pulsar::ReceptionCalibratorPlotter Class Reference

Plots the various components of a ReceptionCalibrator. More...

#include <ReceptionCalibratorPlotter.h>

Inheritance diagram for Pulsar::ReceptionCalibratorPlotter:
Pulsar::SystemCalibratorPlotter Pulsar::CalibratorPlotter Reference::Able Reference::HeapTracked

Public Member Functions

 ReceptionCalibratorPlotter (ReceptionCalibrator *calibrator)
 
void plot_fluxcal ()
 Plot the flux calibrator as a function of frequency. More...
 
const ReceptionCalibratorget_calibrator () const
 Return the calibrator to be plotted.
 
- Public Member Functions inherited from Pulsar::SystemCalibratorPlotter
 SystemCalibratorPlotter (SystemCalibrator *calibrator)
 
void plot_cal ()
 Plot the calibrator as a function of frequency. More...
 
void plot_cal_constraints (unsigned ichan)
 Plot the Stokes parameters versus parallactic angle.
 
void plot_psr_constraints (unsigned ichan, unsigned istate)
 Plot the observed Stokes parameters versus parallactic angle.
 
void plot_phase_constraints ()
 Plot vertical lines over the phases used as pulsar constraints.
 
void set_plot_residual (bool val)
 Plot the residual in plot_psr_constraints.
 
void plot_time_variations ()
 Plot all time variation functions.
 
const SystemCalibratorget_calibrator () const
 Return the calibrator to be plotted.
 
- Public Member Functions inherited from Pulsar::CalibratorPlotter
 CalibratorPlotter ()
 Default constructor.
 
virtual ~CalibratorPlotter ()
 Destructor.
 
virtual void plot (const Calibrator *calibrator)
 Plot the Pulsar::Calibrator. More...
 
virtual void plot (const Calibrator::Info *info, unsigned nchan, double centre_frequency, double bandwidth)
 Plot the Pulsar::Calibrator.
 
void plot_labels (const Calibrator::Info *info)
 Plot the titles over the plot frames.
 
void set_display_mean_single_line (const bool _display_mean_single_line)
 Set whether the default output from EstimatePlotter is displayed.
 
bool get_display_mean_single_line () const
 Get whether the default output from EstimatePlotter is displayed.
 
- 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 Member Functions

void plot_constraints (unsigned ichan, unsigned istate)
 Plot the observed Stokes parameters versus parallactic angle.
 
void plot_time_variation (VariationInfo::Which, const MEAL::Scalar *)
 Plot the given time variation function.
 
- Protected Member Functions inherited from Pulsar::SystemCalibratorPlotter
void plot_constraints (unsigned ichan, unsigned istate)
 Plot the observed Stokes parameters versus parallactic angle.
 
void plot_time_variation (VariationInfo::Which, const MEAL::Scalar *)
 Plot the given time variation function.
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Protected Attributes

Reference::To< ReceptionCalibratorcalibrator
 Reference stored on init.
 
bool plot_residual
 Plotting methods will plot the residual.
 
bool output_state
 Plotting methods will output data in text files, pcm_state*.dat.
 
- Protected Attributes inherited from Pulsar::SystemCalibratorPlotter
Reference::To< SystemCalibratorcalibrator
 Reference stored on init.
 
bool plot_residual
 Plotting methods will plot the residual.
 
bool output_state
 Plotting methods will output data in text files, pcm_state*.dat.
 

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 ()
 
- Public Attributes inherited from Pulsar::CalibratorPlotter
unsigned npanel
 Number of panels (vertical)
 
float between_panels
 Fraction of total plotting space placed between panels.
 
bool use_colour
 Use colour in plots.
 
bool print_titles
 Print titles over top of panel.
 
bool plot_error_bars
 Plot error bars.
 
std::string title
 Title to print over top panel.
 
- Static Public Attributes inherited from Pulsar::CalibratorPlotter
static bool verbose = false
 Verbosity flag.
 

Detailed Description

Plots the various components of a ReceptionCalibrator.

Member Function Documentation

◆ plot_fluxcal()

void Pulsar::ReceptionCalibratorPlotter::plot_fluxcal ( )

Plot the flux calibrator as a function of frequency.

PGPLOT the flux calibrator model parameters as a function of frequency.


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

Generated using doxygen 1.8.17