public class PredictedEOPHistory extends EOPHistory implements Serializable
EOPHistory
,使用拟合技术来预测未来几周的地球定向参数。
这个类的目标是在常规EOPHistory
中最后一个可用日期之后提供合理的地球定向参数预测,当没有数据时,这些数据将被设置为0。
预测是基于最后数据的拟合,包括线性(多项式)和谐波(周期性)
项。扩展的条目每天生成一个点,并且是连续的(即不引入闰秒)。
构造完成后,历史记录包含初始原始历史记录和附加在其后的扩展部分。
EOPFitter
, SecularAndHarmonic
, Serialized Form
DEFAULT_INTERPOLATION_DEGREE
Constructor and Description |
---|
PredictedEOPHistory(EOPHistory rawHistory, double extensionDuration, EOPFitter fitter)
简单构造函数。
|
cachesTidalCorrection, checkEOPContinuity, getConventions, getEndDate, getEntries, getEOPHistoryWithoutCachedTidalCorrection, getEquinoxNutationCorrection, getEquinoxNutationCorrection, getInterpolationDegree, getITRFVersion, getLOD, getLOD, getNeighbors, getNonRotatinOriginNutationCorrection, getNonRotatinOriginNutationCorrection, getPoleCorrection, getPoleCorrection, getStartDate, getTimeScales, getUT1MinusUTC, getUT1MinusUTC, hasDataFor, isSimpleEop
public PredictedEOPHistory(EOPHistory rawHistory, double extensionDuration, EOPFitter fitter)
rawHistory
- 要扩展的原始EOP历史记录。
extensionDuration
- 扩展期间的持续时间(秒)
fitter
- 所有地球定向参数的拟合器
Copyright © 2002-2023 CS GROUP. All rights reserved.