Package | Description |
---|---|
org.orekit.estimation.measurements.generation |
This package provides Orbit Determination measurements generation.
|
org.orekit.estimation.measurements.gnss |
This package provides methods to handle GNSS measurements.
|
org.orekit.estimation.measurements.modifiers |
This package provides measurement modifier.
|
Modifier and Type | Method and Description |
---|---|
OneWayGNSSRange |
OneWayGNSSRangeBuilder.build(AbsoluteDate date,
Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.
|
Modifier and Type | Method and Description |
---|---|
protected EstimatedMeasurement<OneWayGNSSRange> |
OneWayGNSSRange.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurementBase<OneWayGNSSRange> |
OneWayGNSSRange.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
Modifier and Type | Method and Description |
---|---|
void |
OnBoardAntennaOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticClockOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticJ2ClockOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
ShapiroOneWayGNSSRangeModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.