Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.estimation.measurements.generation |
This package provides Orbit Determination measurements generation.
|
org.orekit.estimation.measurements.modifiers |
This package provides measurement modifier.
|
Modifier and Type | Method and Description |
---|---|
protected EstimatedMeasurement<BistaticRangeRate> |
BistaticRangeRate.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurementBase<BistaticRangeRate> |
BistaticRangeRate.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
Modifier and Type | Method and Description |
---|---|
BistaticRangeRate |
BistaticRangeRateBuilder.build(AbsoluteDate date,
Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.
|
Modifier and Type | Method and Description |
---|---|
void |
BistaticRangeRateTroposphericDelayModifier.modify(EstimatedMeasurement<BistaticRangeRate> estimated)
Apply a modifier to an estimated measurement.
|
void |
BistaticRangeRateIonosphericDelayModifier.modify(EstimatedMeasurement<BistaticRangeRate> estimated)
Apply a modifier to an estimated measurement.
|
void |
BistaticRangeRateTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
BistaticRangeRateIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.