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 ...Interface | Description |
---|---|
ComparableMeasurement |
Base interface for comparing measurements regardless of their type.
|
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).
|
EstimatedEarthFrameProvider |
Class modeling an Earth frame whose Earth Orientation Parameters can be estimated.
|
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.
|
ObservableSatellite |
Class modeling a satellite that can be observed.
|
Phase |
Class modeling a phase measurement from a ground station.
|
Position |
Class modeling a position only measurement.
|
PV |
Class modeling a position-velocity measurement.
|
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.
|
Enum | Description |
---|---|
EstimatedMeasurement.Status |
Enumerate for the status of the measurement.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.