| Package | Description |
|---|---|
| org.orekit.estimation.leastsquares |
The leastsquares package provides an implementation of a batch least
squares estimator engine to perform an orbit determination.
|
| 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 |
|---|---|
Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> |
BatchLSEstimator.getLastEstimations()
Get the last estimations performed.
|
| Modifier and Type | Method and Description |
|---|---|
EstimatedMeasurement<T> |
ObservedMeasurement.estimate(int iteration,
int evaluation,
SpacecraftState state)
Estimate the theoretical value of the measurement.
|
EstimatedMeasurement<T> |
AbstractMeasurement.estimate(int iteration,
int evaluation,
SpacecraftState state)
Estimate the theoretical value of the measurement.
|
EstimatedMeasurement<?> |
EstimationsProvider.getEstimatedMeasurement(int index)
Get one estimated measurement.
|
protected EstimatedMeasurement<RangeRate> |
RangeRate.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState state)
Estimate the theoretical value.
|
protected EstimatedMeasurement<Angular> |
Angular.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState state)
Estimate the theoretical value.
|
protected EstimatedMeasurement<Range> |
Range.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState state)
Estimate the theoretical value.
|
protected EstimatedMeasurement<PV> |
PV.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState state)
Estimate the theoretical value.
|
protected abstract EstimatedMeasurement<T> |
AbstractMeasurement.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState state)
Estimate the theoretical value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutlierFilter.modify(EstimatedMeasurement<T> estimated)
Apply a modifier to an estimated measurement.
|
void |
Bias.modify(EstimatedMeasurement<T> estimated)
Apply a modifier to an estimated measurement.
|
void |
EstimationModifier.modify(EstimatedMeasurement<T> estimated)
Apply a modifier to an estimated measurement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AngularTroposphericDelayModifier.modify(EstimatedMeasurement<Angular> estimated) |
void |
AngularIonosphericDelayModifier.modify(EstimatedMeasurement<Angular> estimated) |
void |
AngularRadioRefractionModifier.modify(EstimatedMeasurement<Angular> estimated) |
void |
RangeTroposphericDelayModifier.modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.
|
void |
RangeIonosphericDelayModifier.modify(EstimatedMeasurement<Range> estimated) |
void |
RangeRateIonosphericDelayModifier.modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.
|
void |
RangeRateTroposphericDelayModifier.modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.
|
Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.