public class ObservableSatellite extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOCK_DRIFT_PREFIX
时钟漂移参数驱动器的前缀,传播器索引将被附加到其后。
|
static String |
CLOCK_OFFSET_PREFIX
时钟偏移参数驱动器的前缀,传播器索引将被附加到其后。
|
Constructor and Description |
---|
ObservableSatellite(int propagatorIndex)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
ParameterDriver |
getClockDriftDriver()
获取时钟漂移参数驱动器。
|
ParameterDriver |
getClockOffsetDriver()
获取时钟偏移参数驱动器。
|
int |
getPropagatorIndex()
获取与该卫星相关的传播器的索引。
|
int |
hashCode() |
public static final String CLOCK_OFFSET_PREFIX
public ObservableSatellite(int propagatorIndex)
propagatorIndex
- 与该卫星相关的传播器的索引
public int getPropagatorIndex()
public ParameterDriver getClockOffsetDriver()
偏移值被定义为必须从卫星时钟读取的时间值中减去以计算实际物理日期。因此,如果卫星时钟慢,则偏移为负值,如果卫星时钟快,则为正值。
public ParameterDriver getClockDriftDriver()
如果卫星时钟减慢,则漂移为负值,如果卫星时钟加快,则为正值。
Copyright © 2002-2023 CS GROUP. All rights reserved.