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> |
AbstractMeasurement.estimate(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value of the measurement.
|
EstimatedMeasurement<T> |
ObservedMeasurement.estimate(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value of the measurement.
|
EstimatedMeasurement<?> |
EstimationsProvider.getEstimatedMeasurement(int index)
Get one estimated measurement.
|
protected EstimatedMeasurement<AngularRaDec> |
AngularRaDec.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<Range> |
Range.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<PV> |
PV.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<RangeRate> |
RangeRate.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<AngularAzEl> |
AngularAzEl.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<TurnAroundRange> |
TurnAroundRange.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected abstract EstimatedMeasurement<T> |
AbstractMeasurement.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<InterSatellitesRange> |
InterSatellitesRange.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
Modifier and Type | Method and Description |
---|---|
void |
EstimationModifier.modify(EstimatedMeasurement<T> estimated)
Apply a modifier to an estimated measurement.
|
Modifier and Type | Method and Description |
---|---|
void |
AngularIonosphericDelayModifier.modify(EstimatedMeasurement<AngularAzEl> estimated) |
void |
AngularRadioRefractionModifier.modify(EstimatedMeasurement<AngularAzEl> estimated) |
void |
AngularTroposphericDelayModifier.modify(EstimatedMeasurement<AngularAzEl> estimated) |
void |
OnBoardAntennaInterSatellitesRangeModifier.modify(EstimatedMeasurement<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
RangeIonosphericDelayModifier.modify(EstimatedMeasurement<Range> estimated) |
void |
RangeTroposphericDelayModifier.modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.
|
void |
OnBoardAntennaRangeModifier.modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.
|
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.
|
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 |
OnBoardAntennaTurnAroundRangeModifier.modify(EstimatedMeasurement<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
TurnAroundRangeTroposphericDelayModifier.modify(EstimatedMeasurement<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
TurnAroundRangeIonosphericDelayModifier.modify(EstimatedMeasurement<TurnAroundRange> estimated) |
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.