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 |
AbstractBatchLSModel.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<OneWayGNSSPhase> |
OneWayGNSSPhase.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<OneWayGNSSRange> |
OneWayGNSSRange.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurement<InterSatellitesPhase> |
InterSatellitesPhase.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
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 |
AbstractAmbiguityModifier.doModify(EstimatedMeasurement<?> estimated)
Modify measurement.
|
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 |
ShapiroInterSatellitePhaseModifier.modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.
|
void |
RelativisticClockInterSatellitesPhaseModifier.modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.
|
void |
OnBoardAntennaInterSatellitesPhaseModifier.modify(EstimatedMeasurement<InterSatellitesPhase> estimated) |
void |
InterSatellitesPhaseAmbiguityModifier.modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.
|
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 |
RelativisticClockInterSatellitesRangeModifier.modify(EstimatedMeasurement<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
OneWayGNSSPhaseAmbiguityModifier.modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.
|
void |
ShapiroOneWayGNSSPhaseModifier.modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.
|
void |
RelativisticClockOneWayGNSSPhaseModifier.modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.
|
void |
OnBoardAntennaOneWayGNSSPhaseModifier.modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.
|
void |
RelativisticClockOneWayGNSSRangeModifier.modify(EstimatedMeasurement<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
OnBoardAntennaOneWayGNSSRangeModifier.modify(EstimatedMeasurement<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
ShapiroOneWayGNSSRangeModifier.modify(EstimatedMeasurement<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement.
|
void |
PhaseIonosphericDelayModifier.modify(EstimatedMeasurement<Phase> estimated) |
void |
RelativisticClockPhaseModifier.modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
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 |
RelativisticClockRangeModifier.modify(EstimatedMeasurement<Range> 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 |
RelativisticClockRangeRateModifier.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.
|
protected double |
AbstractRelativisticClockModifier.relativisticCorrection(EstimatedMeasurement<?> estimated)
Computes the relativistic clock correction.
|
Modifier and Type | Method and Description |
---|---|
EstimatedMeasurement<?> |
KalmanEstimation.getCorrectedMeasurement()
Get the estimated measurement.
|
EstimatedMeasurement<?> |
AbstractKalmanModel.getCorrectedMeasurement()
Get the estimated measurement.
|
EstimatedMeasurement<?> |
SemiAnalyticalKalmanModel.getCorrectedMeasurement()
Get the estimated measurement.
|
EstimatedMeasurement<?> |
KalmanEstimation.getPredictedMeasurement()
Get the predicted measurement.
|
EstimatedMeasurement<?> |
AbstractKalmanModel.getPredictedMeasurement()
Get the predicted measurement.
|
EstimatedMeasurement<?> |
SemiAnalyticalKalmanModel.getPredictedMeasurement()
Get the predicted measurement.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.