Package | Description |
---|---|
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 |
---|---|
Phase |
PhaseBuilder.build(AbsoluteDate date,
Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.
|
Modifier and Type | Method and Description |
---|---|
protected EstimatedMeasurement<Phase> |
Phase.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurementBase<Phase> |
Phase.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 |
WindUp.emitterToInert(EstimatedMeasurementBase<Phase> estimated)
Compute rotation from emitter to inertial frame.
|
protected org.hipparchus.geometry.euclidean.threed.Rotation |
WindUp.receiverToInert(EstimatedMeasurementBase<Phase> estimated)
Compute rotation from receiver to inertial frame.
|
Modifier and Type | Method and Description |
---|---|
void |
PhaseIonosphericDelayModifier.modify(EstimatedMeasurement<Phase> estimated) |
void |
PhaseAmbiguityModifier.modify(EstimatedMeasurement<Phase> estimated) |
void |
PhaseTroposphericDelayModifier.modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
void |
PhaseIonosphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated) |
void |
RelativisticClockPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
PhaseAmbiguityModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated) |
void |
ShapiroPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
PhaseCentersPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
RelativisticJ2ClockPhaseModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
void |
PhaseTroposphericDelayModifier.modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.