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<Range> |
Range.theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
Modifier and Type | Method and Description |
---|---|
Range |
RangeBuilder.build(SpacecraftState[] states)
Generate a single measurement.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.