public class TutorialIonosphere extends Object
Data are read from a YAML file.
| Constructor and Description |
|---|
TutorialIonosphere() |
| Modifier and Type | Method and Description |
|---|---|
double |
getIonosphericLayer()
Get the height of the ionospheric layer.
|
TutorialEstimatedParameter |
getVtec()
Get the estimated ionospheric parameter.
|
boolean |
isEstimatedModel()
Get the flag to know if the ionospheric model is estimated of not.
|
void |
setIonosphericLayer(double ionosphericLayer)
Set the height of the ionospheric layer.
|
void |
setIsEstimatedModel(boolean isEstimatedModel)
Set the flag to know if the ionospheric model is estimated of not.
|
void |
setVtec(TutorialEstimatedParameter vtec)
Set the estimated ionospheric parameter.
|
public boolean isEstimatedModel()
public void setIsEstimatedModel(boolean isEstimatedModel)
isEstimatedModel - true if the ionospheric delay is computed with an estimated modelpublic TutorialEstimatedParameter getVtec()
public void setVtec(TutorialEstimatedParameter vtec)
vtec - estimated ionospheric parameterpublic double getIonosphericLayer()
public void setIonosphericLayer(double ionosphericLayer)
ionosphericLayer - height of the ionospheric layer (m)Copyright © 2002–2022 CS GROUP. All rights reserved.