public class CPFParser extends Object implements EphemerisFileParser<CPF>
它支持1.0和2.0版本
注意:仅读取必需的头部关键字。此外,仅读取位置数据。其他关键字将被简单忽略。欢迎贡献以支持格式中的更多字段。
Constructor and Description |
---|
CPFParser()
默认构造函数。
|
CPFParser(double mu, int interpolationSamples, IERSConventions iersConventions, TimeScale utc, Frames frames)
构造函数。
|
@DefaultDataContext public CPFParser()
此构造函数使用默认数据上下文
。
public CPFParser(double mu, int interpolationSamples, IERSConventions iersConventions, TimeScale utc, Frames frames)
mu
- 用于从星历数据创建轨道
的标准引力参数。
interpolationSamples
- 插值时使用的样本数
iersConventions
- 用于框架定义的IERS约定
utc
- 用于定义CPF文件中时期的时间标度(UTC)
frames
- 卫星坐标的框架集
public CPF parse(DataSource source)
parse
在接口 EphemerisFileParser<CPF>
source
- 提供要解析数据的源
Copyright © 2002-2023 CS GROUP. All rights reserved.