Package | Description |
---|---|
org.orekit.estimation.leastsquares |
The leastsquares package provides an implementation of a batch least
squares estimator engine to perform an orbit determination.
|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.estimation.measurements.modifiers | |
org.orekit.estimation.sequential |
Modifier and Type | Method | Description |
---|---|---|
Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> |
BatchLSEstimator.getLastEstimations() |
Get the last estimations performed.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BatchLSEstimator.addMeasurement(ObservedMeasurement<?> measurement) |
Add a measurement.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMeasurement<T extends ObservedMeasurement<T>> |
Abstract class handling measurements boilerplate.
|
class |
EstimatedMeasurement<T extends ObservedMeasurement<T>> |
Class holding an estimated theoretical value associated to an
observed measurement . |
interface |
EstimationModifier<T extends ObservedMeasurement<T>> |
Interface for estimated measurements modifiers used for orbit determination.
|
interface |
ObservedMeasurement<T extends ObservedMeasurement<T>> |
Interface for measurements used for orbit determination.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMeasurement<T extends ObservedMeasurement<T>> |
Abstract class handling measurements boilerplate.
|
class |
AngularAzEl |
Class modeling an Azimuth-Elevation measurement from a ground station.
|
class |
AngularRaDec |
Class modeling an Right Ascension - Declination measurement from a ground point (station, telescope).
|
class |
InterSatellitesRange |
One-way or two-way range measurements between two satellites.
|
class |
Phase |
Class modeling a phase measurement from a ground station.
|
class |
PV |
Class modeling a position-velocity state.
|
class |
Range |
Class modeling a range measurement from a ground station or
from a satellite.
|
class |
RangeRate |
Class modeling one-way or two-way range rate measurement between two vehicles.
|
class |
TurnAroundRange |
Class modeling a turn-around range measurement using a master ground station and a slave ground station.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Bias<T extends ObservedMeasurement<T>> |
Class modeling a measurement bias.
|
class |
DynamicOutlierFilter<T extends ObservedMeasurement<T>> |
Modifier that sets estimated measurement weight to 0 if residual is too far from expected domain.
|
class |
OutlierFilter<T extends ObservedMeasurement<T>> |
Modifier that sets estimated measurement weight to 0 if residual is too far from expected domain.
|
Modifier and Type | Method | Description |
---|---|---|
NumericalPropagator[] |
KalmanEstimator.estimationStep(ObservedMeasurement<?> observedMeasurement) |
Process a single measurement.
|
Modifier and Type | Method | Description |
---|---|---|
NumericalPropagator[] |
KalmanEstimator.processMeasurements(Iterable<ObservedMeasurement<?>> observedMeasurements) |
Process several measurements.
|
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.