VieSched++
VieVS VLBI Scheduling Software
VieVS::Flux_B Class Reference

baseline length based flux information More...

#include <Flux_B.h>

Inheritance diagram for VieVS::Flux_B:
Collaboration diagram for VieVS::Flux_B:

Public Member Functions

 Flux_B (double wavelength, const std::vector< double > &knots, const std::vector< double > &values)
 constructor More...
 
double getMaximumFlux () const noexceptoverride
 maximum possible flux density More...
 
double observedFlux (double u, double v) const noexceptoverride
 observed flux density More...
 
- Public Member Functions inherited from VieVS::AbstractFlux
 AbstractFlux (double wavelength)
 constructor More...
 
virtual ~AbstractFlux ()=default
 virtual destructor More...
 
double getWavelength () const
 getter for wavelength More...
 
- Public Member Functions inherited from VieVS::VieVS_Object
 VieVS_Object (unsigned long id)
 constructor More...
 
const unsigned long getId () const
 get object id More...
 
bool hasValidId () const
 check if id is valid More...
 
bool hasId (unsigned long id) const
 check if object has specific id More...
 
void setId (unsigned long id)
 set object id More...
 
std::string printId () const
 object id string More...
 

Private Attributes

std::vector< double > knots_
 baseline length for flux density More...
 
std::vector< double > values_
 corresponding flux density for baseline length More...
 

Detailed Description

baseline length based flux information

Author
Matthias Schartner
Date
12.04.2018

Constructor & Destructor Documentation

VieVS::Flux_B::Flux_B ( double  wavelength,
const std::vector< double > &  knots,
const std::vector< double > &  values 
)

constructor

Author
Matthias Schartner
Parameters
wavelengthwavelength in meters
knotsbaseline length knots in meters
valuesflux density values in jansky

Member Function Documentation

double VieVS::Flux_B::getMaximumFlux ( ) const
overridevirtualnoexcept

maximum possible flux density

Author
Matthias Schartner
Returns
maximum possible flux density in Jansky

Implements VieVS::AbstractFlux.

double VieVS::Flux_B::observedFlux ( double  u,
double  v 
) const
overridevirtualnoexcept

observed flux density

Author
Matthias Schartner
Parameters
uprojected baseline length u
vprojected baseline length v
Returns
observed flux density in jansky

Implements VieVS::AbstractFlux.

Member Data Documentation

std::vector<double> VieVS::Flux_B::knots_
private

baseline length for flux density

std::vector<double> VieVS::Flux_B::values_
private

corresponding flux density for baseline length


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