1 #ifndef _ATM_WVRMEASUREMENT_H
2 #define _ATM_WVRMEASUREMENT_H
29 #error "This is a C++ include file and cannot be used from plain C"
54 const vector<Temperature> &measuredSkyBrightness);
59 const vector<Temperature> &measuredSkyBrightness,
60 const vector<Temperature> &fittedSkyBrightness,
61 const Length &retrievedWaterVaporColumn,
#define ATM_NAMESPACE_END
This is an auxiliary class that allows to create objects corresponding to measurements (and their ana...
vector< Temperature > getmeasuredSkyBrightness() const
Accessor to measured sky brightness temperature.
Temperature getSigmaFit() const
Accessor to sigma of the fit (in K)
Length retrievedWaterVaporColumn_
double getAirMass() const
Accessor to air mass.
vector< Temperature > getfittedSkyBrightness() const
Accessor to fitted sky brightness temperatures.
Length getretrievedWaterVaporColumn() const
Accessor to retrieved water vapor column.
void setretrievedWaterVaporColumn(const Length &a)
Setter of retrieved water vapor column.
WVRMeasurement()
Class constructor with no radiometric channels.
void setSigmaFit(const Temperature &a)
Setter of sigma of the fit (in K)
#define ATM_NAMESPACE_BEGIN
Angle getElevation() const
Accessor to elevation.
double get() const
Accessor to get the angle value in SI units (rad)
void setfittedSkyBrightness(const vector< Temperature > &a)
Setter of fitted sky brightness temperatures.
vector< Temperature > v_measuredSkyBrightness_
Defines a Class for those parameters being angles.
Temperature value with units.
Class for those physical parameters having dimensions of Length [L].
vector< Temperature > v_fittedSkyBrightness_
LatticeExprNode sin(const LatticeExprNode &expr)
Numerical 1-argument functions.
virtual ~WVRMeasurement()
Destructor.
Temperature sigma_fittedSkyBrightness_