public class AngularRaDec extends GroundReceiverMeasurement<AngularRaDec>
Modifier and Type | Field and Description |
---|---|
static String |
MEASUREMENT_TYPE
测量的类型。
|
Constructor and Description |
---|
AngularRaDec(GroundStation station, Frame referenceFrame, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, ObservableSatellite satellite)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.geometry.euclidean.threed.Vector3D |
getObservedLineOfSight(Frame outputFrame)
计算给定测量的视线。
|
Frame |
getReferenceFrame()
获取赤经 - 赤纬角度给出的参考系。
|
protected EstimatedMeasurement<AngularRaDec> |
theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
估计理论值。
|
protected EstimatedMeasurementBase<AngularRaDec> |
theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
估计不带导数的理论值。
|
computeCommonParametersWithDerivatives, computeCommonParametersWithout, getGroundStationCoordinates, getGroundStationPosition, getStation, isTwoWay
addModifier, addParameterDriver, estimate, estimateWithoutDerivatives, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMeasurementType
compareTo
durationFrom
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public AngularRaDec(GroundStation station, Frame referenceFrame, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, ObservableSatellite satellite)
station
- 执行测量的地面站
referenceFrame
- 给出赤经 - 赤纬角度的参考系
date
- 测量日期
angular
- 观测值
sigma
- 理论标准偏差
baseWeight
- 基本权重
satellite
- 与此测量相关的卫星
public Frame getReferenceFrame()
protected EstimatedMeasurementBase<AngularRaDec> theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
理论值没有应用任何修饰符。
theoreticalEvaluationWithoutDerivatives
在类 AbstractMeasurement<AngularRaDec>
iteration
- 迭代次数
evaluation
- 评估次数
states
- 测量日期的轨道状态
AbstractMeasurement.estimate(int, int, SpacecraftState[])
protected EstimatedMeasurement<AngularRaDec> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
理论值没有应用任何修饰符。
theoreticalEvaluation
在类 AbstractMeasurement<AngularRaDec>
iteration
- 迭代次数
evaluation
- 评估次数
states
- 测量日期的轨道状态
AbstractMeasurement.estimate(int, int, SpacecraftState[])
public org.hipparchus.geometry.euclidean.threed.Vector3D getObservedLineOfSight(Frame outputFrame)
outputFrame
- 视线矢量的输出参考系
Copyright © 2002-2023 CS GROUP. All rights reserved.