casa
5.7.0-16
|
This is an auxiliary class that allows to create objects corresponding to measurements (and their analysis) of a multichannel water vapor radiometer system. More...
#include <ATMWVRMeasurement.h>
Public Member Functions | |
WVRMeasurement () | |
Class constructor with no radiometric channels. More... | |
WVRMeasurement (const Angle &elevation, const vector< Temperature > &measuredSkyBrightness) | |
The basic class constructor, with the elevation angle corresponding to the measurement, and the measurements themselves in the channels of the water vapor radiometer system. More... | |
WVRMeasurement (const Angle &elevation, const vector< Temperature > &measuredSkyBrightness, const vector< Temperature > &fittedSkyBrightness, const Length &retrievedWaterVaporColumn, const Temperature &sigma_fittedSkyBrightness) | |
A more general class constructor, with the elevation angle corresponding to the measurement, the measurements themselves in the channels of the water vapor radiometer system, the fitted values in those channels and the sigma of the fit. More... | |
virtual | ~WVRMeasurement () |
Destructor. More... | |
Angle | getElevation () const |
Accessor to elevation. More... | |
double | getAirMass () const |
Accessor to air mass. More... | |
vector< Temperature > | getmeasuredSkyBrightness () const |
Accessor to measured sky brightness temperature. More... | |
vector< Temperature > | getfittedSkyBrightness () const |
Accessor to fitted sky brightness temperatures. More... | |
void | setfittedSkyBrightness (const vector< Temperature > &a) |
Setter of fitted sky brightness temperatures. More... | |
Length | getretrievedWaterVaporColumn () const |
Accessor to retrieved water vapor column. More... | |
void | setretrievedWaterVaporColumn (const Length &a) |
Setter of retrieved water vapor column. More... | |
Temperature | getSigmaFit () const |
Accessor to sigma of the fit (in K) More... | |
void | setSigmaFit (const Temperature &a) |
Setter of sigma of the fit (in K) More... | |
Protected Attributes | |
Angle | elevation_ |
vector< Temperature > | v_measuredSkyBrightness_ |
vector< Temperature > | v_fittedSkyBrightness_ |
Length | retrievedWaterVaporColumn_ |
Temperature | sigma_fittedSkyBrightness_ |
This is an auxiliary class that allows to create objects corresponding to measurements (and their analysis) of a multichannel water vapor radiometer system.
Definition at line 46 of file ATMWVRMeasurement.h.
WVRMeasurement::WVRMeasurement | ( | ) |
Class constructor with no radiometric channels.
WVRMeasurement::WVRMeasurement | ( | const Angle & | elevation, |
const vector< Temperature > & | measuredSkyBrightness | ||
) |
The basic class constructor, with the elevation angle corresponding to the measurement, and the measurements themselves in the channels of the water vapor radiometer system.
WVRMeasurement::WVRMeasurement | ( | const Angle & | elevation, |
const vector< Temperature > & | measuredSkyBrightness, | ||
const vector< Temperature > & | fittedSkyBrightness, | ||
const Length & | retrievedWaterVaporColumn, | ||
const Temperature & | sigma_fittedSkyBrightness | ||
) |
A more general class constructor, with the elevation angle corresponding to the measurement, the measurements themselves in the channels of the water vapor radiometer system, the fitted values in those channels and the sigma of the fit.
This constructor is not intended to be used by the user, but by water vapor retrieval procedures inside the SkyStatus class
|
virtual |
Destructor.
|
inline |
Accessor to air mass.
Definition at line 70 of file ATMWVRMeasurement.h.
References elevation_, Angle::get(), and casacore::sin().
|
inline |
|
inline |
Accessor to fitted sky brightness temperatures.
Definition at line 74 of file ATMWVRMeasurement.h.
References v_fittedSkyBrightness_.
|
inline |
Accessor to measured sky brightness temperature.
Definition at line 72 of file ATMWVRMeasurement.h.
References v_measuredSkyBrightness_.
|
inline |
Accessor to retrieved water vapor column.
Definition at line 78 of file ATMWVRMeasurement.h.
References retrievedWaterVaporColumn_.
|
inline |
Accessor to sigma of the fit (in K)
Definition at line 82 of file ATMWVRMeasurement.h.
References sigma_fittedSkyBrightness_.
|
inline |
Setter of fitted sky brightness temperatures.
Definition at line 76 of file ATMWVRMeasurement.h.
References v_fittedSkyBrightness_.
|
inline |
Setter of retrieved water vapor column.
Definition at line 80 of file ATMWVRMeasurement.h.
References retrievedWaterVaporColumn_.
|
inline |
Setter of sigma of the fit (in K)
Definition at line 84 of file ATMWVRMeasurement.h.
References sigma_fittedSkyBrightness_.
|
protected |
Definition at line 87 of file ATMWVRMeasurement.h.
Referenced by getAirMass(), and getElevation().
|
protected |
Definition at line 90 of file ATMWVRMeasurement.h.
Referenced by getretrievedWaterVaporColumn(), and setretrievedWaterVaporColumn().
|
protected |
Definition at line 91 of file ATMWVRMeasurement.h.
Referenced by getSigmaFit(), and setSigmaFit().
|
protected |
Definition at line 89 of file ATMWVRMeasurement.h.
Referenced by getfittedSkyBrightness(), and setfittedSkyBrightness().
|
protected |
Definition at line 88 of file ATMWVRMeasurement.h.
Referenced by getmeasuredSkyBrightness().