See: Description
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).
|
BistaticRange |
Class modeling a bistatic range measurement using
an emitter ground station and a receiver ground station.
|
BistaticRangeRate |
Class modeling a bistatic range rate measurement using
an emitter ground station and a receiver ground station.
|
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.
|
MultiplexedMeasurement |
Class multiplexing several measurements as one.
|
ObservableSatellite |
Class modeling a satellite that can be observed.
|
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.
|
TDOA |
Class modeling a Time Difference of Arrival measurement with a satellite as emitter
and two ground stations as receivers.
|
TurnAroundRange |
Class modeling a turn-around range measurement using a primary ground station and a secondary ground station.
|
Enum | Description |
---|---|
EstimatedMeasurement.Status |
Enumerate for the status of the measurement.
|
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-2022 CS GROUP. All rights reserved.