T
- type of the measurement
public abstract class GroundReceiverMeasurement<T extends GroundReceiverMeasurement<T>> extends AbstractMeasurement<T>
Constructor and Description |
---|
GroundReceiverMeasurement(GroundStation station, boolean twoWay, AbsoluteDate date, double[] observed, double[] sigma, double[] baseWeight, ObservableSatellite satellite)
简单构造函数。
|
GroundReceiverMeasurement(GroundStation station, boolean twoWay, AbsoluteDate date, double observed, double sigma, double baseWeight, ObservableSatellite satellite)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
protected GroundReceiverCommonParametersWithDerivatives |
computeCommonParametersWithDerivatives(SpacecraftState state)
计算常见的估计参数。
|
protected GroundReceiverCommonParametersWithoutDerivatives |
computeCommonParametersWithout(SpacecraftState state)
计算常见的估计参数。
|
PVCoordinates |
getGroundStationCoordinates(Frame frame)
获取给定参考系的站点坐标。
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
getGroundStationPosition(Frame frame)
获取给定参考系的站点位置。
|
GroundStation |
getStation()
获取执行测量的地面站。
|
boolean |
isTwoWay()
检查实例是否表示双向测量。
|
addModifier, addParameterDriver, estimate, estimateWithoutDerivatives, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlight, theoreticalEvaluation, theoreticalEvaluationWithoutDerivatives
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMeasurementType
compareTo
durationFrom
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public GroundReceiverMeasurement(GroundStation station, boolean twoWay, AbsoluteDate date, double observed, double sigma, double baseWeight, ObservableSatellite satellite)
station
- 执行测量的地面站
twoWay
- 表示是否为双向测量的标志
date
- 测量日期
observed
- 观测值
sigma
- 理论标准差
baseWeight
- 基本权重
satellite
- 与此测量相关的卫星
public GroundReceiverMeasurement(GroundStation station, boolean twoWay, AbsoluteDate date, double[] observed, double[] sigma, double[] baseWeight, ObservableSatellite satellite)
station
- 执行测量的地面站
twoWay
- 表示是否为双向测量的标志
date
- 测量日期
observed
- 观测值
sigma
- 理论标准差
baseWeight
- 基本权重
satellite
- 与此测量相关的卫星
public GroundStation getStation()
public boolean isTwoWay()
protected GroundReceiverCommonParametersWithoutDerivatives computeCommonParametersWithout(SpacecraftState state)
state
- 测量日期的轨道状态
protected GroundReceiverCommonParametersWithDerivatives computeCommonParametersWithDerivatives(SpacecraftState state)
state
- 测量日期的轨道状态
public org.hipparchus.geometry.euclidean.threed.Vector3D getGroundStationPosition(Frame frame)
frame
- 站点位置的惯性参考系
public PVCoordinates getGroundStationCoordinates(Frame frame)
frame
- 站点位置的惯性参考系
Copyright © 2002-2023 CS GROUP. All rights reserved.