| Package | Description |
|---|---|
| org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
| org.orekit.estimation.measurements.modifiers |
| Modifier and Type | Method and Description |
|---|---|
GroundStation |
RangeRate.getStation()
Get the ground station from which measurement is performed.
|
GroundStation |
Angular.getStation()
Get the ground station from which measurement is performed.
|
GroundStation |
Range.getStation()
Get the ground station from which measurement is performed.
|
| Constructor and Description |
|---|
Angular(GroundStation station,
AbsoluteDate date,
double[] angular,
double[] sigma,
double[] baseWeight)
Simple constructor.
|
Range(GroundStation station,
AbsoluteDate date,
double range,
double sigma,
double baseWeight)
Simple constructor.
|
RangeRate(GroundStation station,
AbsoluteDate date,
double rangeRate,
double sigma,
double baseWeight,
boolean twoway)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
RangeRateTroposphericDelayModifier.rangeRateErrorTroposphericModel(GroundStation station,
SpacecraftState state)
Compute the measurement error due to Troposphere.
|
Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.