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.gnss |
This package provides methods to handle GNSS measurements.
|
org.orekit.estimation.measurements.modifiers |
This package provides measurement modifier.
|
org.orekit.estimation.sequential |
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
|
Modifier and Type | Method and Description |
---|---|
Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> |
BatchLSEstimator.getLastEstimations()
Get the last estimations performed.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchLSModel.fetchEvaluatedMeasurement(int index,
EstimatedMeasurement<?> evaluation)
Fetch a measurement that was evaluated during propagation.
|
void |
DSSTBatchLSModel.fetchEvaluatedMeasurement(int index,
EstimatedMeasurement<?> evaluation)
Fetch a measurement that was evaluated during propagation.
|
void |
BatchLSODModel.fetchEvaluatedMeasurement(int index,
EstimatedMeasurement<?> evaluation)
Fetch a measurement that was evaluated during propagation.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelObserver.modelCalled(Orbit[] orbits,
Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> estimations)
Notification callback for orbit changes.
|
Modifier and Type | Method and Description |
---|---|
EstimatedMeasurement<T> |
ObservedMeasurement.estimate(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value of the measurement.
|
EstimatedMeasurement<T> |
AbstractMeasurement.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<PV> |
PV.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<Position> |
Position.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 EstimatedMeasurement<RangeRate> |
RangeRate.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.
|
protected abstract EstimatedMeasurement<T> |
AbstractMeasurement.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<AngularRaDec> |
AngularRaDec.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<MultiplexedMeasurement> |
MultiplexedMeasurement.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
Modifier and Type | Method and Description |
---|---|
List<EstimatedMeasurement<?>> |
MultiplexedMeasurement.getEstimatedMeasurements()
Get the underlying estimated measurements.
|
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 |
---|---|
protected EstimatedMeasurement<Phase> |
Phase.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
Modifier and Type | Method and Description |
---|---|
void |
WindUp.modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractShapiroBaseModifier.doModify(EstimatedMeasurement<?> estimated)
Modify measurement.
|
void |
AngularIonosphericDelayModifier.modify(EstimatedMeasurement<AngularAzEl> estimated) |
void |
AngularTroposphericDelayModifier.modify(EstimatedMeasurement<AngularAzEl> estimated) |
void |
AngularRadioRefractionModifier.modify(EstimatedMeasurement<AngularAzEl> estimated) |
void |
ShapiroInterSatelliteRangeModifier.modify(EstimatedMeasurement<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
OnBoardAntennaInterSatellitesRangeModifier.modify(EstimatedMeasurement<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
PhaseIonosphericDelayModifier.modify(EstimatedMeasurement<Phase> estimated) |
void |
PhaseAmbiguityModifier.modify(EstimatedMeasurement<Phase> estimated) |
void |
OnBoardAntennaPhaseModifier.modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
void |
ShapiroPhaseModifier.modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
void |
PhaseTroposphericDelayModifier.modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
void |
RangeTroposphericDelayModifier.modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.
|
void |
RangeIonosphericDelayModifier.modify(EstimatedMeasurement<Range> estimated) |
void |
OnBoardAntennaRangeModifier.modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.
|
void |
ShapiroRangeModifier.modify(EstimatedMeasurement<Range> estimated)
Apply a modifier to an estimated measurement.
|
void |
RangeRateTroposphericDelayModifier.modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.
|
void |
RangeRateIonosphericDelayModifier.modify(EstimatedMeasurement<RangeRate> estimated)
Apply a modifier to an estimated measurement.
|
void |
Bias.modify(EstimatedMeasurement<T> estimated)
Apply a modifier to an estimated measurement.
|
void |
DynamicOutlierFilter.modify(EstimatedMeasurement<T> estimated)
Apply a modifier to an estimated measurement.
|
void |
OutlierFilter.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 |
TurnAroundRangeIonosphericDelayModifier.modify(EstimatedMeasurement<TurnAroundRange> estimated) |
void |
TurnAroundRangeTroposphericDelayModifier.modify(EstimatedMeasurement<TurnAroundRange> estimated)
Apply a modifier to an estimated measurement.
|
Modifier and Type | Method and Description |
---|---|
EstimatedMeasurement<?> |
KalmanEstimation.getCorrectedMeasurement()
Get the estimated measurement.
|
EstimatedMeasurement<?> |
DSSTKalmanModel.getCorrectedMeasurement()
Get the estimated measurement.
|
EstimatedMeasurement<?> |
KalmanModel.getCorrectedMeasurement()
Get the estimated measurement.
|
EstimatedMeasurement<?> |
KalmanEstimation.getPredictedMeasurement()
Get the predicted measurement.
|
EstimatedMeasurement<?> |
DSSTKalmanModel.getPredictedMeasurement()
Get the predicted measurement.
|
EstimatedMeasurement<?> |
KalmanModel.getPredictedMeasurement()
Get the predicted measurement.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.