Pulsar::FluxCalibratorExtension::Solution Class Reference

Intermediate storage of MEAL::Complex parameters. More...

#include <FluxCalibratorExtension.h>

Inheritance diagram for Pulsar::FluxCalibratorExtension::Solution:
Reference::Able Reference::HeapTracked

Public Member Functions

unsigned get_nreceptor () const
 Get the number of receptors.
 
void resize (unsigned nreceptor)
 Set the number of receptors.
 
void set_S_sys (unsigned receptor, const Estimate< double > &)
 Set the system equivalent flux density of the specified channel.
 
Estimate< double > get_S_sys (unsigned receptor) const
 Get the system equivalent flux density of the specified channel.
 
void set_S_cal (unsigned receptor, const Estimate< double > &)
 Get the system equivalent flux densities of the fluxcal. More...
 
Estimate< double > get_S_cal (unsigned receptor) const
 Get the calibrator flux density of the specified channel.
 
void set_scale (unsigned receptor, const Estimate< double > &)
 Set the flux scale of the specified channel.
 
Estimate< double > get_scale (unsigned receptor) const
 Get the flux scale of the specified channel.
 
void set_gain_ratio (unsigned r, const Estimate< double > &)
 Set the gain ratio of the specified channel.
 
Estimate< double > get_gain_ratio (unsigned receptor) const
 Get the gain ratio of the specified channel.
 
- 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

std::vector< Estimate< double > > S_sys
 System equivalent flux density in each receptor and frequency channel. More...
 
std::vector< Estimate< double > > S_cal
 Calibrator flux density in each receptor and frequency channel. More...
 
std::vector< Estimate< double > > scale
 Flux scale in each receptor and frequency channel. More...
 
std::vector< Estimate< double > > ratio
 Gain ratio in each receptor and frequency channel. More...
 

Friends

class FluxCalibrator
 
class FluxCalibratorExtension
 

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

Intermediate storage of MEAL::Complex parameters.

Member Function Documentation

◆ set_S_cal()

void FluxCalibratorExtension::Solution::set_S_cal ( unsigned  receptor,
const Estimate< double > &  _S_cal 
)

Get the system equivalent flux densities of the fluxcal.

Set the calibrator flux density of the specified channel

Member Data Documentation

◆ ratio

std::vector< Estimate<double> > Pulsar::FluxCalibratorExtension::Solution::ratio
protected

Gain ratio in each receptor and frequency channel.

unitless

◆ S_cal

std::vector< Estimate<double> > Pulsar::FluxCalibratorExtension::Solution::S_cal
protected

Calibrator flux density in each receptor and frequency channel.

in mJy

Referenced by get_nreceptor().

◆ S_sys

std::vector< Estimate<double> > Pulsar::FluxCalibratorExtension::Solution::S_sys
protected

System equivalent flux density in each receptor and frequency channel.

in mJy

◆ scale

std::vector< Estimate<double> > Pulsar::FluxCalibratorExtension::Solution::scale
protected

Flux scale in each receptor and frequency channel.

in mJy per uncalibrated flux density unit


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

Generated using doxygen 1.8.17