Intermediate storage of MEAL::Complex parameters.
More...
#include <FluxCalibratorExtension.h>
|
|
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.
|
|
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.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|
| std::vector< Estimate< double > > | S_sys |
| | System equivalent flux density in each receptor and frequency channel.
|
| std::vector< Estimate< double > > | S_cal |
| | Calibrator flux density in each receptor and frequency channel.
|
| std::vector< Estimate< double > > | scale |
| | Flux scale in each receptor and frequency channel.
|
| std::vector< Estimate< double > > | ratio |
| | Gain ratio in each receptor and frequency channel.
|
|
|
class | FluxCalibrator |
|
class | FluxCalibratorExtension |
Intermediate storage of MEAL::Complex parameters.
◆ 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
References S_cal.
◆ ratio
| std::vector< Estimate<double> > Pulsar::FluxCalibratorExtension::Solution::ratio |
|
protected |
◆ S_cal
| std::vector< Estimate<double> > Pulsar::FluxCalibratorExtension::Solution::S_cal |
|
protected |
◆ S_sys
| std::vector< Estimate<double> > Pulsar::FluxCalibratorExtension::Solution::S_sys |
|
protected |
◆ scale
| std::vector< Estimate<double> > Pulsar::FluxCalibratorExtension::Solution::scale |
|
protected |
The documentation for this class was generated from the following files: