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 |
Modifier and Type | Method and Description |
---|---|
Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> |
BatchLSEstimator.getLastEstimations()
Get the last estimations performed.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchLSEstimator.addMeasurement(ObservedMeasurement<?> measurement)
Add a measurement.
|
Modifier and Type | Class and 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 and 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 |
PV
Class modeling a position-velocity state.
|
class |
Range
Class modeling a range measurement from a ground station.
|
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 and Description |
---|---|
class |
Bias<T extends ObservedMeasurement<T>>
Class modeling a measurement bias.
|
class |
OutlierFilter<T extends ObservedMeasurement<T>>
Modifier that sets estimated measurement weight to 0 if residual is too far from expected domain.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.