See: Description
Interface | Description |
---|---|
EstimationModifier<T extends ObservedMeasurement<T>> |
Interface for estimated measurements modifiers used for orbit determination.
|
EstimationsProvider |
Interface for retrieving estimated measurements during orbit determination.
|
ObservedMeasurement<T extends ObservedMeasurement<T>> |
Interface for measurements used for orbit determination.
|
Class | Description |
---|---|
AbstractMeasurement<T extends ObservedMeasurement<T>> |
Abstract class handling measurements boilerplate.
|
AngularAzEl |
Class modeling an Azimuth-Elevation measurement from a ground station.
|
AngularRaDec |
Class modeling an Right Ascension - Declination measurement from a ground point (station, telescope).
|
EstimatedMeasurement<T extends ObservedMeasurement<T>> |
Class holding an estimated theoretical value associated to an
observed measurement . |
GroundStation |
Class modeling a ground station that can perform some measurements.
|
InterSatellitesRange |
One-way or two-way range measurements between two satellites.
|
PV |
Class modeling a position-velocity state.
|
Range |
Class modeling a range measurement from a ground station.
|
RangeRate |
Class modeling one-way or two-way range rate measurement between two vehicles.
|
TurnAroundRange |
Class modeling a turn-around range measurement using a master ground station and a slave ground station.
|
ObservedMeasurement
interface, which is the
public API that the engine will use to deal with all measurements. The
estimated theoretical values can be modified by registering one or several EstimationModifier
objects. These
objects will manage notions like tropospheric delays, biases, stations offsets ...Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.