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 |
---|---|
InterSatellitesPhase |
InterSatellitesPhaseBuilder.build(AbsoluteDate date,
Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.
|
Modifier and Type | Method and Description |
---|---|
protected EstimatedMeasurement<InterSatellitesPhase> |
InterSatellitesPhase.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurementBase<InterSatellitesPhase> |
InterSatellitesPhase.theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
Modifier and Type | Method and Description |
---|---|
protected org.hipparchus.geometry.euclidean.threed.Rotation |
InterSatellitesWindUp.emitterToInert(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Compute rotation from emitter to inertial frame.
|
protected org.hipparchus.geometry.euclidean.threed.Rotation |
InterSatellitesWindUp.receiverToInert(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Compute rotation from receiver to inertial frame.
|
Modifier and Type | Method and Description |
---|---|
void |
InterSatellitesPhaseAmbiguityModifier.modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.
|
void |
RelativisticJ2ClockInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
InterSatellitesPhaseAmbiguityModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticClockInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
OnBoardAntennaInterSatellitesPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated) |
void |
ShapiroInterSatellitePhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.