public class TutorialTroposphere extends Object
Data are read from a YAML file.
Constructor and Description |
---|
TutorialTroposphere() |
Modifier and Type | Method and Description |
---|---|
String |
getCorrectionDate()
Get the medium date used to initialize the time span tropospheric model.
|
String |
getMappingFunction()
Get the name of the tropospheric mapping function.
|
TutorialEstimatedParameter |
getZenithDelay()
Get the estimated troposheric parameter.
|
boolean |
isEstimatedModel()
Get the flag to know if tropospheric model is estimated of not.
|
boolean |
isWithWeatherModel()
Get the flag to know if an empirical model is used
to compute station Temperature and Pressure.
|
void |
setCorrectionDate(String correctionDate)
Set the medium date used to initialize the time span tropospheric model.
|
void |
setIsEstimatedModel(boolean isEstimatedModel)
Set the flag to know if tropospheric model is estimated of not.
|
void |
setMappingFunction(String mappingFunction)
Set the name of the tropospheric mapping function.
|
void |
setWithWeatherModel(boolean withWeatherModel)
Set the flag to know if an empirical model is used
to compute station Temperature and Pressure.
|
void |
setZenithDelay(TutorialEstimatedParameter zenithDelay)
Set the estimated troposheric parameter.
|
public boolean isEstimatedModel()
public void setIsEstimatedModel(boolean isEstimatedModel)
isEstimatedModel
- true if troposheric delay is computed with an estimated modelpublic TutorialEstimatedParameter getZenithDelay()
public void setZenithDelay(TutorialEstimatedParameter zenithDelay)
zenithDelay
- estimated troposheric parameterpublic String getMappingFunction()
public void setMappingFunction(String mappingFunction)
mappingFunction
- name of the tropospheric mapping function (NMF or GMF)public boolean isWithWeatherModel()
public void setWithWeatherModel(boolean withWeatherModel)
withWeatherModel
- true if an empirical model is usedpublic String getCorrectionDate()
public void setCorrectionDate(String correctionDate)
correctionDate
- medium date used to initialize the time span tropospheric modelCopyright © 2002–2022 CS GROUP. All rights reserved.