Interface | Description |
---|---|
ComparableMeasurement |
无论其类型如何,用于比较测量的基本接口。
|
EstimationModifier<T extends ObservedMeasurement<T>> |
用于轨道确定中使用的估计测量修饰符的接口。
|
EstimationsProvider |
在轨道确定期间检索估计测量的接口。
|
ObservedMeasurement<T extends ObservedMeasurement<T>> |
用于轨道确定的测量的接口。
|
Class | Description |
---|---|
AbstractMeasurement<T extends ObservedMeasurement<T>> |
处理测量样板的抽象类。
|
AngularAzEl |
对地面站的方位-仰角测量进行建模的类。
|
AngularRaDec |
对地面点(站点、望远镜)的赤经 - 赤纬测量进行建模的类。
|
BistaticRange |
使用发射地面站和接收地面站的双向距离测量进行建模的类。
|
BistaticRangeRate |
使用发射地面站和接收地面站的双向距离速率测量进行建模的类。
|
EstimatedEarthFrameProvider |
可以估计地球定向参数的地球框架的类。
|
EstimatedMeasurement<T extends ObservedMeasurement<T>> |
持有与 观测测量 关联的估计理论值的类。
|
EstimatedMeasurementBase<T extends ObservedMeasurement<T>> |
持有与 观测测量 关联的估计理论值的类。
|
FDOA |
使用卫星作为发射器和两个地面站作为接收器的到达频率差测量进行建模的类。
|
GroundReceiverCommonParametersWithDerivatives |
用于估计接收器为地面站的测量的常见中间参数。
|
GroundReceiverCommonParametersWithoutDerivatives |
用于估计接收器为地面站的测量的常见中间参数。
|
GroundReceiverMeasurement<T extends GroundReceiverMeasurement<T>> |
对接收器为地面站的测量进行建模的基类。
|
GroundStation |
可以执行一些测量的地面站进行建模的类。
|
InterSatellitesRange |
两颗卫星之间的单程或双程距离测量。
|
MultiplexedMeasurement |
将多个测量复用为一个的类。
|
ObservableSatellite |
可以被观测到的卫星进行建模的类。
|
Position |
仅位置测量进行建模的类。
|
PV |
位置-速度测量进行建模的类。
|
Range |
对地面站的距离测量进行建模的类。
|
RangeRate |
两个车辆之间的单程或双程距离速率测量进行建模的类。
|
TDOA |
使用卫星作为发射器和两个地面站作为接收器的到达时间差测量进行建模的类。
|
TurnAroundRange |
使用主要地面站和次要地面站的回转距离测量进行建模的类。
|
Enum | Description |
---|---|
EstimatedMeasurementBase.Status |
测量的状态的枚举。
|
ObservedMeasurement
接口,该接口是引擎处理所有测量的公共API。估计的理论值可以通过注册一个或多个EstimationModifier
对象进行修改。这些对象将管理诸如对流层延迟、偏差、站点偏移等概念。
Copyright © 2002-2023 CS GROUP. All rights reserved.