Package | Description |
---|---|
org.orekit.tutorials.yaml |
This package provides classes to read the data
contained inside a YAML file.
|
Modifier and Type | Method and Description |
---|---|
TutorialEstimatedParameter |
TutorialStation.getAzElBias()
Get the estimated azimuth/elevation measurement bias.
|
TutorialEstimatedParameter |
TutorialSpacecraft.getBias()
Get the estimated On-board range bias.
|
TutorialEstimatedParameter |
TutorialForceModel.TutorialDrag.getCd()
Get the estimated drag coefficient.
|
TutorialEstimatedParameter |
TutorialSpacecraft.getClockOffset()
Get the estimated On-board clock offset.
|
TutorialEstimatedParameter |
TutorialStation.TutorialObservationType.getClockOffset()
Get the estimated station clock offset.
|
TutorialEstimatedParameter |
TutorialForceModel.TutorialSolarRadiationPressure.getCr()
Get the estimated reflection coefficient.
|
TutorialEstimatedParameter |
TutorialStation.getPhaseBias()
Get the estimated phase measurement bias.
|
TutorialEstimatedParameter |
TutorialStation.getPvBias()
Get the estimated position/velocity measurement bias.
|
TutorialEstimatedParameter |
TutorialStation.getRangeBias()
Get the estimated range measurement bias.
|
TutorialEstimatedParameter |
TutorialStation.getRangeRateBias()
Get the estimated range rate measurement bias.
|
TutorialEstimatedParameter |
TutorialIonosphere.getVtec()
Get the estimated ionospheric parameter.
|
TutorialEstimatedParameter |
TutorialTroposphere.getZenithDelay()
Get the estimated troposheric parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
TutorialStation.setAzElBias(TutorialEstimatedParameter azElBias)
Set the estimated azimuth/elevation measurement bias.
|
void |
TutorialSpacecraft.setBias(TutorialEstimatedParameter bias)
Set the estimated On-board range bias.
|
void |
TutorialForceModel.TutorialDrag.setCd(TutorialEstimatedParameter cd)
Set the estimated drag coefficient.
|
void |
TutorialSpacecraft.setClockOffset(TutorialEstimatedParameter clockOffset)
Set the estimated On-board clock offset.
|
void |
TutorialStation.TutorialObservationType.setClockOffset(TutorialEstimatedParameter clockOffset)
Set the estimated clock offset.
|
void |
TutorialForceModel.TutorialSolarRadiationPressure.setCr(TutorialEstimatedParameter cr)
Set the estimated reflection coefficient.
|
void |
TutorialStation.setPhaseBias(TutorialEstimatedParameter phaseBias)
Set the estimated phase measurement bias.
|
void |
TutorialStation.setPvBias(TutorialEstimatedParameter pvBias)
Set the estimated position/velocity measurement bias.
|
void |
TutorialStation.setRangeBias(TutorialEstimatedParameter rangeBias)
Set the estimated range measurement bias.
|
void |
TutorialStation.setRangeRateBias(TutorialEstimatedParameter rangeRateBias)
Set the estimated range rate measurement bias.
|
void |
TutorialIonosphere.setVtec(TutorialEstimatedParameter vtec)
Set the estimated ionospheric parameter.
|
void |
TutorialTroposphere.setZenithDelay(TutorialEstimatedParameter zenithDelay)
Set the estimated troposheric parameter.
|
Copyright © 2002–2022 CS GROUP. All rights reserved.