public class TutorialMeasurements extends Object
Data are read from a YAML file.
Modifier and Type | Class and Description |
---|---|
static class |
TutorialMeasurements.TutorialAzEl
Azimuth/Elevation measurement.
|
static class |
TutorialMeasurements.TutorialPhase
Phase measurement.
|
static class |
TutorialMeasurements.TutorialPV
Position/Velocity measurement.
|
static class |
TutorialMeasurements.TutorialRange
Range measurement.
|
static class |
TutorialMeasurements.TutorialRangeRate
Range rate measurement.
|
Constructor and Description |
---|
TutorialMeasurements() |
Modifier and Type | Method and Description |
---|---|
TutorialMeasurements.TutorialAzEl |
getAzEl()
Get the azimuth/elevation measurement data.
|
TutorialIonosphere |
getIonosphere()
Get the ionospheric model.
|
List<String> |
getMeasurementFiles()
Get the list of measurement files.
|
int |
getOutlierRejectionMultiplier()
Get the detection limit for outliers.
|
int |
getOutlierRejectionStartingIteration()
Get the number of iterations before with filter is not applied.
|
TutorialMeasurements.TutorialPhase |
getPhase()
Get the phase measurement data.
|
TutorialMeasurements.TutorialPV |
getPv()
Get the position/velocity measurement data.
|
TutorialMeasurements.TutorialRange |
getRange()
Get the range measurement data.
|
TutorialMeasurements.TutorialRangeRate |
getRangeRate()
Get the range rate measurement data.
|
TutorialStationDisplacement |
getStationDisplacement()
Get the station displacement data.
|
List<TutorialStation> |
getStations()
Get the list of used stations.
|
TutorialTroposphere |
getTroposphere()
Get the tropospheric model.
|
boolean |
isWithShapiro()
Get the flag for the computation of the Shapiro effect.
|
boolean |
isWithStationPositionEstimated()
Get the flag for station position estimation.
|
void |
setAzEl(TutorialMeasurements.TutorialAzEl azEl)
Set the azimuth/elevation measurement data.
|
void |
setIonosphere(TutorialIonosphere ionosphere)
Set the ionospheric model.
|
void |
setMeasurementFiles(List<String> measurementFiles)
Set the list of measurement files.
|
void |
setOutlierRejectionMultiplier(int outlierRejectionMultiplier)
Set the detection limit for outliers.
|
void |
setOutlierRejectionStartingIteration(int outlierRejectionStartingIteration)
Set the number of iterations before with filter is not applied.
|
void |
setPhase(TutorialMeasurements.TutorialPhase phase)
Set the phase measurement data.
|
void |
setPv(TutorialMeasurements.TutorialPV pv)
Set the position/velocity measurement data.
|
void |
setRange(TutorialMeasurements.TutorialRange range)
Set the range measurement data.
|
void |
setRangeRate(TutorialMeasurements.TutorialRangeRate rangeRate)
Set the range rate measurement data.
|
void |
setStationDisplacement(TutorialStationDisplacement stationDisplacement)
Set the station displacement data.
|
void |
setStations(List<TutorialStation> stations)
Set the list of used stations.
|
void |
setTroposphere(TutorialTroposphere troposphere)
Set the tropospheric model.
|
void |
setWithShapiro(boolean withShapiro)
Set the flag for the computation of the Shapiro effect.
|
void |
setWithStationPositionEstimated(boolean withStationPositionEstimated)
Set the flag for station position estimation.
|
public List<String> getMeasurementFiles()
public void setMeasurementFiles(List<String> measurementFiles)
measurementFiles
- list of measurement filespublic boolean isWithStationPositionEstimated()
public void setWithStationPositionEstimated(boolean withStationPositionEstimated)
withStationPositionEstimated
- true if station position is estimatedpublic TutorialTroposphere getTroposphere()
public void setTroposphere(TutorialTroposphere troposphere)
troposphere
- tropospheric modelpublic TutorialIonosphere getIonosphere()
public void setIonosphere(TutorialIonosphere ionosphere)
ionosphere
- ionospheric modelpublic boolean isWithShapiro()
public void setWithShapiro(boolean withShapiro)
withShapiro
- true if Shapiro effect has to be computedpublic TutorialStationDisplacement getStationDisplacement()
public void setStationDisplacement(TutorialStationDisplacement stationDisplacement)
stationDisplacement
- station displacement datapublic List<TutorialStation> getStations()
public void setStations(List<TutorialStation> stations)
stations
- list of used stationspublic int getOutlierRejectionMultiplier()
public void setOutlierRejectionMultiplier(int outlierRejectionMultiplier)
outlierRejectionMultiplier
- detection limit for outlierspublic int getOutlierRejectionStartingIteration()
public void setOutlierRejectionStartingIteration(int outlierRejectionStartingIteration)
outlierRejectionStartingIteration
- starting iteration for outlierspublic TutorialMeasurements.TutorialRange getRange()
public void setRange(TutorialMeasurements.TutorialRange range)
range
- range measurement datapublic TutorialMeasurements.TutorialRangeRate getRangeRate()
public void setRangeRate(TutorialMeasurements.TutorialRangeRate rangeRate)
rangeRate
- range rate measurement datapublic TutorialMeasurements.TutorialAzEl getAzEl()
public void setAzEl(TutorialMeasurements.TutorialAzEl azEl)
azEl
- azimuth/elevation measurement datapublic TutorialMeasurements.TutorialPhase getPhase()
public void setPhase(TutorialMeasurements.TutorialPhase phase)
phase
- phase measurement datapublic TutorialMeasurements.TutorialPV getPv()
public void setPv(TutorialMeasurements.TutorialPV pv)
pv
- position/velocity measurement dataCopyright © 2002–2020 CS Systèmes d'Information. All rights reserved.