public static class TutorialMeasurements.TutorialAzEl extends Object
Constructor and Description |
---|
TutorialAzEl() |
Modifier and Type | Method and Description |
---|---|
double |
getSigma()
Get the theoretical standard deviation of the measurement.
|
double |
getWeight()
Get the measurement base weight.
|
boolean |
isWithRefractionCorrection()
Get the flag for the computation of the refraction correction.
|
void |
setSigma(double sigma)
Set the theoretical standard deviation of the measurement.
|
void |
setWeight(double weight)
Set the measurement base weight.
|
void |
setWithRefractionCorrection(boolean withRefractionCorrection)
Set the flag for the computation of the refraction correction.
|
public double getSigma()
public void setSigma(double sigma)
sigma
- theoretical standard deviation of the measurementpublic double getWeight()
public void setWeight(double weight)
weight
- measurement base weightpublic boolean isWithRefractionCorrection()
public void setWithRefractionCorrection(boolean withRefractionCorrection)
withRefractionCorrection
- true if the refraction correction has to be computedCopyright © 2002–2022 CS GROUP. All rights reserved.